Mobile_HRMS


Click here for a complete list of operations.

ChangeRequestDepInsert

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
Row_ID:
CmpID:
EmpId:
RequestTypeId:
Change_Reason:
Request_Date:
Shift_From_Date:
Shift_To_Date:
Dependant_Name:
Dependant_Relationship:
Dependant_Gender:
Dependant_DOB:
Dependant_Age:
Dependant_Is_Resident:
Dependant_Is_Depended:
TranType:
Child_Birth_Date:
DepOccupationID:
DepHobbyID:
DepHobbyName:
DepCompany:
DepCmpCity:
DepStandardId:
DepSchCol:
DepSchColCity:
DepExtAct:
ImagePath:
PanCard:
AdharCard:
Height:
Weight:
OtherHobby:
Specialization:

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/ChangeRequestDepInsert"

<?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>
    <ChangeRequestDepInsert xmlns="http://tempuri.org/">
      <Row_ID>int</Row_ID>
      <CmpID>int</CmpID>
      <EmpId>int</EmpId>
      <RequestTypeId>int</RequestTypeId>
      <Change_Reason>string</Change_Reason>
      <Request_Date>dateTime</Request_Date>
      <Shift_From_Date>string</Shift_From_Date>
      <Shift_To_Date>string</Shift_To_Date>
      <Dependant_Name>string</Dependant_Name>
      <Dependant_Relationship>string</Dependant_Relationship>
      <Dependant_Gender>string</Dependant_Gender>
      <Dependant_DOB>dateTime</Dependant_DOB>
      <Dependant_Age>int</Dependant_Age>
      <Dependant_Is_Resident>int</Dependant_Is_Resident>
      <Dependant_Is_Depended>int</Dependant_Is_Depended>
      <TranType>string</TranType>
      <Child_Birth_Date>string</Child_Birth_Date>
      <DepOccupationID>int</DepOccupationID>
      <DepHobbyID>string</DepHobbyID>
      <DepHobbyName>string</DepHobbyName>
      <DepCompany>string</DepCompany>
      <DepCmpCity>string</DepCmpCity>
      <DepStandardId>int</DepStandardId>
      <DepSchCol>string</DepSchCol>
      <DepSchColCity>string</DepSchColCity>
      <DepExtAct>string</DepExtAct>
      <ImagePath>string</ImagePath>
      <PanCard>string</PanCard>
      <AdharCard>string</AdharCard>
      <Height>string</Height>
      <Weight>string</Weight>
      <OtherHobby>string</OtherHobby>
      <Specialization>string</Specialization>
    </ChangeRequestDepInsert>
  </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>
    <ChangeRequestDepInsertResponse xmlns="http://tempuri.org/">
      <ChangeRequestDepInsertResult>string</ChangeRequestDepInsertResult>
    </ChangeRequestDepInsertResponse>
  </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>
    <ChangeRequestDepInsert xmlns="http://tempuri.org/">
      <Row_ID>int</Row_ID>
      <CmpID>int</CmpID>
      <EmpId>int</EmpId>
      <RequestTypeId>int</RequestTypeId>
      <Change_Reason>string</Change_Reason>
      <Request_Date>dateTime</Request_Date>
      <Shift_From_Date>string</Shift_From_Date>
      <Shift_To_Date>string</Shift_To_Date>
      <Dependant_Name>string</Dependant_Name>
      <Dependant_Relationship>string</Dependant_Relationship>
      <Dependant_Gender>string</Dependant_Gender>
      <Dependant_DOB>dateTime</Dependant_DOB>
      <Dependant_Age>int</Dependant_Age>
      <Dependant_Is_Resident>int</Dependant_Is_Resident>
      <Dependant_Is_Depended>int</Dependant_Is_Depended>
      <TranType>string</TranType>
      <Child_Birth_Date>string</Child_Birth_Date>
      <DepOccupationID>int</DepOccupationID>
      <DepHobbyID>string</DepHobbyID>
      <DepHobbyName>string</DepHobbyName>
      <DepCompany>string</DepCompany>
      <DepCmpCity>string</DepCmpCity>
      <DepStandardId>int</DepStandardId>
      <DepSchCol>string</DepSchCol>
      <DepSchColCity>string</DepSchColCity>
      <DepExtAct>string</DepExtAct>
      <ImagePath>string</ImagePath>
      <PanCard>string</PanCard>
      <AdharCard>string</AdharCard>
      <Height>string</Height>
      <Weight>string</Weight>
      <OtherHobby>string</OtherHobby>
      <Specialization>string</Specialization>
    </ChangeRequestDepInsert>
  </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>
    <ChangeRequestDepInsertResponse xmlns="http://tempuri.org/">
      <ChangeRequestDepInsertResult>string</ChangeRequestDepInsertResult>
    </ChangeRequestDepInsertResponse>
  </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/ChangeRequestDepInsert?Row_ID=string&CmpID=string&EmpId=string&RequestTypeId=string&Change_Reason=string&Request_Date=string&Shift_From_Date=string&Shift_To_Date=string&Dependant_Name=string&Dependant_Relationship=string&Dependant_Gender=string&Dependant_DOB=string&Dependant_Age=string&Dependant_Is_Resident=string&Dependant_Is_Depended=string&TranType=string&Child_Birth_Date=string&DepOccupationID=string&DepHobbyID=string&DepHobbyName=string&DepCompany=string&DepCmpCity=string&DepStandardId=string&DepSchCol=string&DepSchColCity=string&DepExtAct=string&ImagePath=string&PanCard=string&AdharCard=string&Height=string&Weight=string&OtherHobby=string&Specialization=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/ChangeRequestDepInsert HTTP/1.1
Host: 103.105.233.11
Content-Type: application/x-www-form-urlencoded
Content-Length: length

Row_ID=string&CmpID=string&EmpId=string&RequestTypeId=string&Change_Reason=string&Request_Date=string&Shift_From_Date=string&Shift_To_Date=string&Dependant_Name=string&Dependant_Relationship=string&Dependant_Gender=string&Dependant_DOB=string&Dependant_Age=string&Dependant_Is_Resident=string&Dependant_Is_Depended=string&TranType=string&Child_Birth_Date=string&DepOccupationID=string&DepHobbyID=string&DepHobbyName=string&DepCompany=string&DepCmpCity=string&DepStandardId=string&DepSchCol=string&DepSchColCity=string&DepExtAct=string&ImagePath=string&PanCard=string&AdharCard=string&Height=string&Weight=string&OtherHobby=string&Specialization=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>