Phonixx Api

<back to all web services

ParkingZonePriceV4

The following routes are available for this service:
GET,OPTIONS/v4/parking/price

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/ParkingZonePriceV4 HTTP/1.1 
Host: parkmobile.us 
Content-Type: text/jsv
Content-Length: length

{
	zone_code: String,
	vehicle_lpn: String,
	vehicle_state: String,
	vehicle_country: String,
	time_block_unit: Minutes,
	time_block_quantity: 0,
	time_block_id: 0,
	access_code: String,
	space_number: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	price: 
	{
		parking_price: 0
	},
	parking_start_time_local: String,
	parking_stop_time_local: String,
	is_parking_allowed: False,
	parking_not_allowed_reason: String,
	max_parking_time: 
	{
		hours: 0,
		days: 0,
		Minutes: 0,
		TotalMinutes: 0
	},
	parking_start_time_utc: String,
	parking_stop_time_utc: String,
	time_zone_standard_name: String,
	culture_code: String,
	currency: String,
	currency_symbol: String,
	policy_line_items: 
	[
		{
			policyId: 0,
			amount: 0,
			paidMinutes: 0
		}
	]
}