POST api/gpsCheckIn?accesskey={accesskey}&newplace={newplace}

Documentation for 'AddgpsCheckIn'.

Request Information

Parameters

NameDescriptionAdditional information
accesskey
Documentation for 'accesskey'.

Define this parameter in the request URI.

newplace
Documentation for 'newplace'.

Define this parameter in the request URI.

_gpsCheck
Documentation for '_gpsCheck'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "success": true,
  "errormsg": "sample string 2",
  "ref01": "sample string 3",
  "ref02": "sample string 4"
}

application/xml, text/xml

Sample:
<ExecutionResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JetService.Models">
  <errormsg>sample string 2</errormsg>
  <ref01>sample string 3</ref01>
  <ref02>sample string 4</ref02>
  <success>true</success>
</ExecutionResult>