Phonixx Api

<back to all web services

Fee

The following routes are available for this service:
GET,OPTIONS/account/fee

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/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
	}
}