Monitor Report Server

<back to all web services

FakeTrackRequest

The following routes are available for this service:
POST, GET, PUT, DELETE/FakeTrack
FakeTrackRequest Parameters:
NameParameterData TypeRequiredDescription
OffsetbodyintNo
DataGPS Parameters:
NameParameterData TypeRequiredDescription
ObjectIdformintNo
LatformdoubleNo
LonformdoubleNo
Heightformdouble?No
Mileageformdouble?No
Speedformshort?No
Directionformshort?No
Satellitesformshort?No
DeviceTimeformDateTimeNo
ServerTimeformDateTimeNo
ValidformboolNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /FakeTrack HTTP/1.1 
Host: api.v3.monitorsystem.ru 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"Offset":0}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"ObjectId":0,"Lat":0,"Lon":0,"Height":0,"Mileage":0,"Speed":0,"Direction":0,"Satellites":0,"DeviceTime":"\/Date(-62135596800000-0000)\/","ServerTime":"\/Date(-62135596800000-0000)\/","Valid":false}