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 .jsv suffix or ?format=jsv

HTTP + JSV

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/jsv
Content-Type: text/jsv
Content-Length: length

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

{
	ObjectId: 0,
	Lat: 0,
	Lon: 0,
	Height: 0,
	Mileage: 0,
	Speed: 0,
	Direction: 0,
	Satellites: 0,
	DeviceTime: 0001-01-01,
	ServerTime: 0001-01-01,
	Valid: False
}