Phonixx Api

<back to all web services

ParkingZone

The following routes are available for this service:
GET,OPTIONS/parking/zones/{SignageCode}
GET,OPTIONS/parking/zone/{InternalZoneCode}

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

{
	parkingActionId: 0,
	vehicleVrn: String,
	vehicleId: 0,
	supplierVehicleTypeId: 0,
	vehicleVrnState: String,
	internalZoneCode: String,
	signageCode: String,
	lon: String,
	lat: String,
	radius: String,
	maxResults: 0,
	parkingActionType: OnDemand,
	startDate: String,
	endDate: String,
	accessCode: String,
	spaceNumber: String
}