go back Home

position

Sample XML

The following is only an example of what the XML should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

<position direction="..." latitude="..." longitude="..." mcUnitNo="..." movementId="..." nearBCity="..." nearLandmark="..." nearSCity="..." orderId="..." positionDate="..." positionId="..." speed="..."/>

Sample JSON

The following is only an example of what the JSON should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

{"__type":"position","direction":"...","latitude":"...","longitude":"...","mcUnitNo":"...","movementId":"...","nearBCity":"...","nearLandmark":"...","nearSCity":"...","orderId":"...","positionDate":"...","positionId":"...","speed":"..."}

Fields

name type
direction String
latitude double
longitude double
mcUnitNo String
movementId String
nearBCity String
nearLandmark String
nearSCity String
orderId String
positionDate Date
positionId String
speed String