Phonixx Api

<back to all web services

RegistrationPaymentOptions

The following routes are available for this service:
GET,OPTIONS/registration/paymentoptions/
GET,OPTIONS/registration/paymentoptions/{ReloadOptions}

To override the Content-type in your clients HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /xml/oneway/RegistrationPaymentOptions HTTP/1.1 
Host: parkmobile.us 
Content-Type: application/xml
Content-Length: length

<RegistrationPaymentOptions 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>
  <MembershipTypeId>0</MembershipTypeId>
  <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>
  <VehicleTypeId>0</VehicleTypeId>
  <VisaCheckoutAccepted>false</VisaCheckoutAccepted>
</RegistrationPaymentOptions>