Phonixx Api

<back to all web services

DiscountParking

The following routes are available for this service:
POST,OPTIONS/discount/parking

To override the Content-type in your clients 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 /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
		}
	]
}