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 .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /xml/oneway/ZoneSearch HTTP/1.1 
Host: parkmobile.us 
Content-Type: application/xml
Content-Length: length

<ZoneSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:parkmobile:phonixx:api:v1">
  <CenterPoint xmlns:d2p1="http://schemas.datacontract.org/2004/07/ParkMobile.PhonixxApi.ServiceInterfaces.LocationMapper.Resources">
    <d2p1:Lat>0</d2p1:Lat>
    <d2p1:Lon>0</d2p1:Lon>
  </CenterPoint>
  <ClusterId>0</ClusterId>
  <EndDate>String</EndDate>
  <Exclude>String</Exclude>
  <Include>String</Include>
  <IncludeClusterZones>false</IncludeClusterZones>
  <IncludeServices>false</IncludeServices>
  <IvrPhoneNumber>String</IvrPhoneNumber>
  <Keyword>String</Keyword>
  <Lat>String</Lat>
  <Lon>String</Lon>
  <LowerPoint xmlns:d2p1="http://schemas.datacontract.org/2004/07/ParkMobile.PhonixxApi.ServiceInterfaces.LocationMapper.Resources">
    <d2p1:Lat>0</d2p1:Lat>
    <d2p1:Lon>0</d2p1:Lon>
  </LowerPoint>
  <MaxResults>0</MaxResults>
  <NfcCode>String</NfcCode>
  <ParkingActionType>OnDemand</ParkingActionType>
  <QrCode>String</QrCode>
  <Radius>String</Radius>
  <SignageCode>String</SignageCode>
  <StartDate>String</StartDate>
  <SupplierId>0</SupplierId>
  <UpperPoint xmlns:d2p1="http://schemas.datacontract.org/2004/07/ParkMobile.PhonixxApi.ServiceInterfaces.LocationMapper.Resources">
    <d2p1:Lat>0</d2p1:Lat>
    <d2p1:Lon>0</d2p1:Lon>
  </UpperPoint>
</ZoneSearch>