HTTP + JSV
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/Fee HTTP/1.1
Host: parkmobile.us
Content-Type: text/jsv
Content-Length: length
{
clientProductId: 0,
internalZoneCode: String,
feeTypeId: 0,
startTime: 0001-01-01,
calculateVatInclusiveTotal: False
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
body:
{
amount: 0,
amountIsExVat: False,
vatAmount: 0,
cultureCode: String,
currency: String,
currencySymbol: String
}
}