HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/oneway/GuestCreditCardMigratedZoneRequest HTTP/1.1
Host: parkmobile.us
Content-Type: application/xml
Content-Length: length
<GuestCreditCardMigratedZoneRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:parkmobile:phonixx:api:v1">
<apple_pay>false</apple_pay>
<card_holder>String</card_holder>
<card_number>String</card_number>
<country>String</country>
<email>String</email>
<expiry_month>0</expiry_month>
<expiry_year>0</expiry_year>
<migrated_order_token>String</migrated_order_token>
<payment_info_not_needed>false</payment_info_not_needed>
<security_code>String</security_code>
<zip_code>String</zip_code>
</GuestCreditCardMigratedZoneRequest>