HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/reply/DiscountParking HTTP/1.1
Host: parkmobile.us
Content-Type: application/xml
Content-Length: length
<DiscountParking xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:parkmobile:phonixx:api:v1">
<Amount>0</Amount>
<ClientProductId>0</ClientProductId>
<FeeType>0</FeeType>
<VehicleId>0</VehicleId>
<ZoneCode>String</ZoneCode>
</DiscountParking>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<DiscountParkingResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:parkmobile:phonixx:api:v1">
<Amount>0</Amount>
<ClientProductId>0</ClientProductId>
<CultureCode>String</CultureCode>
<Currency>String</Currency>
<CurrencySymbol>String</CurrencySymbol>
<Discounts>
<DiscountDetail>
<Description>String</Description>
<DiscountAmount>0</DiscountAmount>
<DiscountId>0</DiscountId>
</DiscountDetail>
</Discounts>
<FeeType>0</FeeType>
<NetAmount>0</NetAmount>
<ZoneCode>String</ZoneCode>
</DiscountParkingResponse>