HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/oneway/ParkingExtendGuestCheckOutRequest HTTP/1.1
Host: parkmobile.us
Content-Type: application/xml
Content-Length: length
<ParkingExtendGuestCheckOutRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:parkmobile:phonixx:api:v3">
<credit_card>
<billing_method_id>0</billing_method_id>
<country>String</country>
<credit_card_id>0</credit_card_id>
<expiry_month>0</expiry_month>
<expiry_year>0</expiry_year>
<number>String</number>
<security_code>String</security_code>
<zip_code>String</zip_code>
</credit_card>
<order_token>String</order_token>
<digital_payment_info>
<applepay_data xmlns:d3p1="urn:parkmobile:phonixx:api:v1">
<d3p1:card_type>String</d3p1:card_type>
<d3p1:encrypted_data>String</d3p1:encrypted_data>
<d3p1:last_4_digits>String</d3p1:last_4_digits>
<d3p1:zip_code>String</d3p1:zip_code>
</applepay_data>
<provider>String</provider>
</digital_payment_info>
<mobile_number>String</mobile_number>
<reminder>None</reminder>
<reminder_minutes>0</reminder_minutes>
</ParkingExtendGuestCheckOutRequest>