Phonixx Api

<back to all web services

ZoneSearch

The following routes are available for this service:
GET,OPTIONS/zones/supplier/{SupplierId}
GET,OPTIONS/zone/supplier/{SupplierId}
GET,OPTIONS/zone/nfc/{NfcCode}
GET,OPTIONS/zone/qr/{QrCode}
GET,OPTIONS/zone/ivr/{IvrPhoneNumber}/{SignageCode}
GET,OPTIONS/search/zones/
GET,OPTIONS/search/zones/{ParkingActionType}

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

{
	keyword: String,
	nfcCode: String,
	qrCode: String,
	signageCode: String,
	ivrPhoneNumber: String,
	lon: String,
	lat: String,
	radius: String,
	maxResults: 0,
	supplierId: 0,
	startDate: String,
	endDate: String,
	include: String,
	exclude: String,
	parkingActionType: OnDemand,
	includeServices: False,
	upperPoint: 
	{
		Lat: 0,
		Lon: 0
	},
	lowerPoint: 
	{
		Lat: 0,
		Lon: 0
	},
	centerPoint: 
	{
		Lat: 0,
		Lon: 0
	},
	includeClusterZones: False,
	clusterId: 0
}