The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/DiscountParking HTTP/1.1
Host: parkmobile.us
Content-Type: text/jsv
Content-Length: length
{
zoneCode: String,
clientProductId: 0,
amount: 0,
feeType: 0,
vehicleId: 0
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
zoneCode: String,
clientProductId: 0,
amount: 0,
feeType: 0,
netAmount: 0,
cultureCode: String,
currency: String,
currencySymbol: String,
discounts:
[
{
discountId: 0,
discountAmount: 0,
description: String
}
]
}