HTTP + JSV
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/GpsPoint HTTP/1.1
Host: parkmobile.us
Content-Type: text/jsv
Content-Length: length
{
longitude: 0,
latitude: 0,
description: String,
internalZoneCode: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
gpsPoints:
[
{
longitude: 0,
latitude: 0,
description: String,
internalZoneCode: String
}
]
}