HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/oneway/WalletRebuildRequest HTTP/1.1
Host: parkmobile.us
Content-Type: application/xml
Content-Length: length
<WalletRebuildRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:parkmobile:phonixx:api:v1">
<client_uuid>00000000-0000-0000-0000-000000000000</client_uuid>
<do_rebuild>false</do_rebuild>
<funding_billing_method_id>0</funding_billing_method_id>
<merchant_reference_id>String</merchant_reference_id>
<settings>
<application_id>String</application_id>
<is_split_transaction>false</is_split_transaction>
<is_test_mode>false</is_test_mode>
<load_on_create>false</load_on_create>
<preauth_hold_account>String</preauth_hold_account>
<program_id>String</program_id>
<promotion_id>String</promotion_id>
<split_account_number>String</split_account_number>
<split_fee_flat>String</split_fee_flat>
<split_fee_percentage>String</split_fee_percentage>
</settings>
<supplier_id>0</supplier_id>
<total_amount>0</total_amount>
</WalletRebuildRequest>