HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/reply/Fee HTTP/1.1
Host: parkmobile.us
Content-Type: application/xml
Content-Length: length
<Fee xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:parkmobile:phonixx:api:v1">
<CalculateVatInclusiveTotal>false</CalculateVatInclusiveTotal>
<ClientProductId>0</ClientProductId>
<FeeTypeId>0</FeeTypeId>
<InternalZoneCode>String</InternalZoneCode>
<StartTime>0001-01-01T00:00:00</StartTime>
</Fee>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<FeeResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:parkmobile:phonixx:api:v1">
<Body>
<Amount>0</Amount>
<AmountIsExVat>false</AmountIsExVat>
<CultureCode>String</CultureCode>
<Currency>String</Currency>
<CurrencySymbol>String</CurrencySymbol>
<VatAmount>0</VatAmount>
</Body>
</FeeResponse>