Mobile_HRMS


Click here for a complete list of operations.

TravelAprDetails

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
Tran_ID:
Total:
Travel_Application_ID:
Str_type:
Cmp_id:
Emp_id:
S_Emp_id:
Chk_International:
TravelDetails:
TravelOtherDetails:
TravelAdvanceDetails:
TourAgendaPlanned:
Login_ID:
AttachedDocuments:
Approval_Date:
Approval_Comments:
Rpt_Level:
Approval_Status:
TravelTypeId:

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /Mobile_HRMS.asmx HTTP/1.1
Host: 103.105.233.11
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/TravelAprDetails"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <TravelAprDetails xmlns="http://tempuri.org/">
      <Tran_ID>int</Tran_ID>
      <Total>int</Total>
      <Travel_Application_ID>int</Travel_Application_ID>
      <Str_type>char</Str_type>
      <Cmp_id>int</Cmp_id>
      <Emp_id>int</Emp_id>
      <S_Emp_id>int</S_Emp_id>
      <Chk_International>int</Chk_International>
      <TravelDetails>string</TravelDetails>
      <TravelOtherDetails>string</TravelOtherDetails>
      <TravelAdvanceDetails>string</TravelAdvanceDetails>
      <TourAgendaPlanned>string</TourAgendaPlanned>
      <Login_ID>int</Login_ID>
      <AttachedDocuments>string</AttachedDocuments>
      <Approval_Date>string</Approval_Date>
      <Approval_Comments>string</Approval_Comments>
      <Rpt_Level>int</Rpt_Level>
      <Approval_Status>char</Approval_Status>
      <TravelTypeId>int</TravelTypeId>
    </TravelAprDetails>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <TravelAprDetailsResponse xmlns="http://tempuri.org/">
      <TravelAprDetailsResult>string</TravelAprDetailsResult>
    </TravelAprDetailsResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /Mobile_HRMS.asmx HTTP/1.1
Host: 103.105.233.11
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <TravelAprDetails xmlns="http://tempuri.org/">
      <Tran_ID>int</Tran_ID>
      <Total>int</Total>
      <Travel_Application_ID>int</Travel_Application_ID>
      <Str_type>char</Str_type>
      <Cmp_id>int</Cmp_id>
      <Emp_id>int</Emp_id>
      <S_Emp_id>int</S_Emp_id>
      <Chk_International>int</Chk_International>
      <TravelDetails>string</TravelDetails>
      <TravelOtherDetails>string</TravelOtherDetails>
      <TravelAdvanceDetails>string</TravelAdvanceDetails>
      <TourAgendaPlanned>string</TourAgendaPlanned>
      <Login_ID>int</Login_ID>
      <AttachedDocuments>string</AttachedDocuments>
      <Approval_Date>string</Approval_Date>
      <Approval_Comments>string</Approval_Comments>
      <Rpt_Level>int</Rpt_Level>
      <Approval_Status>char</Approval_Status>
      <TravelTypeId>int</TravelTypeId>
    </TravelAprDetails>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <TravelAprDetailsResponse xmlns="http://tempuri.org/">
      <TravelAprDetailsResult>string</TravelAprDetailsResult>
    </TravelAprDetailsResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /Mobile_HRMS.asmx/TravelAprDetails?Tran_ID=string&Total=string&Travel_Application_ID=string&Str_type=string&Cmp_id=string&Emp_id=string&S_Emp_id=string&Chk_International=string&TravelDetails=string&TravelOtherDetails=string&TravelAdvanceDetails=string&TourAgendaPlanned=string&Login_ID=string&AttachedDocuments=string&Approval_Date=string&Approval_Comments=string&Rpt_Level=string&Approval_Status=string&TravelTypeId=string HTTP/1.1
Host: 103.105.233.11
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://tempuri.org/">string</string>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /Mobile_HRMS.asmx/TravelAprDetails HTTP/1.1
Host: 103.105.233.11
Content-Type: application/x-www-form-urlencoded
Content-Length: length

Tran_ID=string&Total=string&Travel_Application_ID=string&Str_type=string&Cmp_id=string&Emp_id=string&S_Emp_id=string&Chk_International=string&TravelDetails=string&TravelOtherDetails=string&TravelAdvanceDetails=string&TourAgendaPlanned=string&Login_ID=string&AttachedDocuments=string&Approval_Date=string&Approval_Comments=string&Rpt_Level=string&Approval_Status=string&TravelTypeId=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://tempuri.org/">string</string>