POST api/MobileTracker/MobCheckInSave
(Input Params = UserID,Latitude,Longitude,Address,description ) (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", "DirectorID": 7, "LocationID": 8, "OtherDirector": "sample string 9", "OtherLocation": "sample string 10", "ErrorType": 11, "Result": 12 }
application/xml, text/xml
Sample:
<MobileCheckInUserSaveModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/crmData.Models"> <ErrorType>11</ErrorType> <Result>12</Result> <Address>sample string 5</Address> <DirectorID>7</DirectorID> <Latitude>sample string 3</Latitude> <LocationID>8</LocationID> <Longitude>sample string 4</Longitude> <MobileNo>sample string 1</MobileNo> <OtherDirector>sample string 9</OtherDirector> <OtherLocation>sample string 10</OtherLocation> <UserID>2</UserID> <description>sample string 6</description> </MobileCheckInUserSaveModel>
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.