GET api/Unit/GetPostrackUnitSN?GeoTabSN={GeoTabSN}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
GeoTabSN
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Success": true,
  "PostrackUnitSN": "sample string 3"
}

text/html

Sample:
{"Message":"sample string 1","Success":true,"PostrackUnitSN":"sample string 3"}

application/xml, text/xml

Sample:
<APIPostrackUnitSNResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Accessor.Common.Model.APIModels">
  <Message>sample string 1</Message>
  <PostrackUnitSN>sample string 3</PostrackUnitSN>
  <Success>true</Success>
</APIPostrackUnitSNResponse>