POST api/MobileTracker/MobCheckInUserValidate
(Input Params = string MobileNo) (Result 1 = Success, Result 0 = Failed) ErrorType 2 = Server Error)
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
Model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "MobileNo": "sample string 1", "UserID": 2, "Latitude": "sample string 3", "Longitude": "sample string 4", "Address": "sample string 5", "description": "sample string 6", "ErrorType": 7, "Result": 8 }
application/xml, text/xml
Sample:
<MobileCheckInUserModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/crmData.Models"> <ErrorType>7</ErrorType> <Result>8</Result> <Address>sample string 5</Address> <Latitude>sample string 3</Latitude> <Longitude>sample string 4</Longitude> <MobileNo>sample string 1</MobileNo> <UserID>2</UserID> <description>sample string 6</description> </MobileCheckInUserModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.