WS_MobileAPICALLS
Click here for a complete list of operations.
AuthenticateAndFetchCustomerDetails
Test
The test form is only available for requests from the local machine.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 /HORIZONMOBSRVC6/00-Backup/19Mar2024/WS_MobileAPICALLS.asmx HTTP/1.1
Host: apxhorizon.directremitworldwide.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/AuthenticateAndFetchCustomerDetails"
<?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>
<AuthenticateAndFetchCustomerDetails xmlns="http://tempuri.org/">
<signatureData>
<signature>string</signature>
<UserName>string</UserName>
<Password>string</Password>
<serviceName>string</serviceName>
<dateStamp>string</dateStamp>
<deviceUID>string</deviceUID>
<mobileNo>string</mobileNo>
<companyCode>string</companyCode>
</signatureData>
</AuthenticateAndFetchCustomerDetails>
</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>
<AuthenticateAndFetchCustomerDetailsResponse xmlns="http://tempuri.org/">
<AuthenticateAndFetchCustomerDetailsResult>
<ApiResponse>
<StatusCode>int</StatusCode>
<Message>string</Message>
<Details>string</Details>
<TimeStamp>string</TimeStamp>
</ApiResponse>
<fetchCustomer>
<REM_GENDER>string</REM_GENDER>
<REM_EMAIL>string</REM_EMAIL>
<REM_EMPLYR>string</REM_EMPLYR>
<REM_FULLNAME>string</REM_FULLNAME>
<REM_CODE>string</REM_CODE>
<REM_CCODE>int</REM_CCODE>
<IMG_FILEPATH>string</IMG_FILEPATH>
<REM_LMOBILE>string</REM_LMOBILE>
<Password>string</Password>
<STATUS>string</STATUS>
<DeviceId>string</DeviceId>
<LastLogInDateTime>string</LastLogInDateTime>
<IDTYPENAME>string</IDTYPENAME>
<IDNO>string</IDNO>
<IsFirstLog>string</IsFirstLog>
<fcmcode>string</fcmcode>
<REM_FNAME>string</REM_FNAME>
<REM_MNAME>string</REM_MNAME>
<REM_LNAME>string</REM_LNAME>
<ISAgent>string</ISAgent>
<CashierID>string</CashierID>
</fetchCustomer>
<latestDataFetchTime>string</latestDataFetchTime>
</AuthenticateAndFetchCustomerDetailsResult>
</AuthenticateAndFetchCustomerDetailsResponse>
</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 /HORIZONMOBSRVC6/00-Backup/19Mar2024/WS_MobileAPICALLS.asmx HTTP/1.1
Host: apxhorizon.directremitworldwide.com
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>
<AuthenticateAndFetchCustomerDetails xmlns="http://tempuri.org/">
<signatureData>
<signature>string</signature>
<UserName>string</UserName>
<Password>string</Password>
<serviceName>string</serviceName>
<dateStamp>string</dateStamp>
<deviceUID>string</deviceUID>
<mobileNo>string</mobileNo>
<companyCode>string</companyCode>
</signatureData>
</AuthenticateAndFetchCustomerDetails>
</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>
<AuthenticateAndFetchCustomerDetailsResponse xmlns="http://tempuri.org/">
<AuthenticateAndFetchCustomerDetailsResult>
<ApiResponse>
<StatusCode>int</StatusCode>
<Message>string</Message>
<Details>string</Details>
<TimeStamp>string</TimeStamp>
</ApiResponse>
<fetchCustomer>
<REM_GENDER>string</REM_GENDER>
<REM_EMAIL>string</REM_EMAIL>
<REM_EMPLYR>string</REM_EMPLYR>
<REM_FULLNAME>string</REM_FULLNAME>
<REM_CODE>string</REM_CODE>
<REM_CCODE>int</REM_CCODE>
<IMG_FILEPATH>string</IMG_FILEPATH>
<REM_LMOBILE>string</REM_LMOBILE>
<Password>string</Password>
<STATUS>string</STATUS>
<DeviceId>string</DeviceId>
<LastLogInDateTime>string</LastLogInDateTime>
<IDTYPENAME>string</IDTYPENAME>
<IDNO>string</IDNO>
<IsFirstLog>string</IsFirstLog>
<fcmcode>string</fcmcode>
<REM_FNAME>string</REM_FNAME>
<REM_MNAME>string</REM_MNAME>
<REM_LNAME>string</REM_LNAME>
<ISAgent>string</ISAgent>
<CashierID>string</CashierID>
</fetchCustomer>
<latestDataFetchTime>string</latestDataFetchTime>
</AuthenticateAndFetchCustomerDetailsResult>
</AuthenticateAndFetchCustomerDetailsResponse>
</soap12:Body>
</soap12:Envelope>