Phonixx Api

<back to all web services

ParkingTicket

The following routes are available for this service:
GET,OPTIONS/parking/offstreet/ticket/{TicketCodeId}
POST,OPTIONS/parking/offstreet/ticket

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/reply/ParkingTicket HTTP/1.1 
Host: parkmobile.us 
Content-Type: application/xml
Content-Length: length

<ParkingTicket xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:parkmobile:phonixx:api:v1">
  <TicketCodeId>String</TicketCodeId>
  <VehicleId>0</VehicleId>
</ParkingTicket>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<ParkingTicketResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:parkmobile:phonixx:api:v1">
  <ParkingUri>String</ParkingUri>
  <SignageZoneCode>String</SignageZoneCode>
  <StartTimeLocal>String</StartTimeLocal>
  <TransactionId>String</TransactionId>
  <ZoneDescription>String</ZoneDescription>
</ParkingTicketResponse>