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>