HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/oneway/PaymentOptions HTTP/1.1
Host: parkmobile.us
Content-Type: application/xml
Content-Length: length
<PaymentOptions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:parkmobile:phonixx:api:v1">
<CreditCardTypes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>String</d2p1:string>
</CreditCardTypes>
<MasterPassAccepted>false</MasterPassAccepted>
<ParkmobileWallet>
<IncrementValue>0</IncrementValue>
<LoadWalletOnCreation>false</LoadWalletOnCreation>
<MaximumReload>0</MaximumReload>
<MinimumReload>0</MinimumReload>
<RebuildOptions xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:decimal>0</d3p1:decimal>
</RebuildOptions>
<ReplenishmentThreshold>0</ReplenishmentThreshold>
<WalletActivationEnabled>false</WalletActivationEnabled>
</ParkmobileWallet>
<PaypalAccepted>false</PaypalAccepted>
<ReloadOptions>false</ReloadOptions>
<VisaCheckoutAccepted>false</VisaCheckoutAccepted>
</PaymentOptions>