Phonixx Api

<back to all web services

SystemConfig

The following routes are available for this service:
GET,OPTIONS/config/{SystemId}
GET,OPTIONS/config

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/SystemConfig HTTP/1.1 
Host: parkmobile.us 
Content-Type: application/xml
Content-Length: length

<SystemConfig xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:parkmobile:phonixx:api:v1">
  <AboutPageUrl>String</AboutPageUrl>
  <CollectAddressOnCreditCard>false</CollectAddressOnCreditCard>
  <CollectCvv2CodeOnCreditCard>false</CollectCvv2CodeOnCreditCard>
  <CollectZipcodeOnCreditCard>false</CollectZipcodeOnCreditCard>
  <CorporateWebSite>String</CorporateWebSite>
  <Countries>
    <Country>
      <Abbr>String</Abbr>
      <CultureCode>String</CultureCode>
      <Id>0</Id>
      <Name>String</Name>
      <States>
        <State>
          <Abbr>String</Abbr>
          <Id>0</Id>
          <Name>String</Name>
        </State>
      </States>
    </Country>
  </Countries>
  <CountryCodeExtension>String</CountryCodeExtension>
  <CurrencyCode>String</CurrencyCode>
  <DataCenterName>String</DataCenterName>
  <HelpdeskEmailAddress>String</HelpdeskEmailAddress>
  <HelpdeskPhoneNumber>String</HelpdeskPhoneNumber>
  <HideCountrySelection>false</HideCountrySelection>
  <KnowledgeBaseLinks>
    <CreditCardPaymentInfoUrl>String</CreditCardPaymentInfoUrl>
    <MasterPassPaymentInfoUrl>String</MasterPassPaymentInfoUrl>
    <ParkmobileWalletPaymentInfoUrl>String</ParkmobileWalletPaymentInfoUrl>
    <PaypalPaymentInfoUrl>String</PaypalPaymentInfoUrl>
    <VisaCheckoutPaymentInfoUrl>String</VisaCheckoutPaymentInfoUrl>
  </KnowledgeBaseLinks>
  <LastModifiedUtc>String</LastModifiedUtc>
  <Lat>String</Lat>
  <Lon>String</Lon>
  <MasterPassButtonImageUrl>String</MasterPassButtonImageUrl>
  <MasterPassCallBackUrl>String</MasterPassCallBackUrl>
  <MasterPassImageUrl>String</MasterPassImageUrl>
  <MasterPassLogo>String</MasterPassLogo>
  <MasterPassMerchantCheckoutId>String</MasterPassMerchantCheckoutId>
  <MasterPassMerchantConsumerKey>String</MasterPassMerchantConsumerKey>
  <MasterPassPromotionalImageUrl>String</MasterPassPromotionalImageUrl>
  <MasterPassSdkUrl>String</MasterPassSdkUrl>
  <MasterPassStandardFeature>false</MasterPassStandardFeature>
  <MasterPassV7Feature>false</MasterPassV7Feature>
  <MasterpassPaymentPageImageUrl>String</MasterpassPaymentPageImageUrl>
  <PasswordValidationMessage>String</PasswordValidationMessage>
  <PasswordValidationRegex>String</PasswordValidationRegex>
  <PhoneNumberFormat>
    <PhoneNumberFormat>
      <Length>0</Length>
      <NumberFormat>String</NumberFormat>
    </PhoneNumberFormat>
  </PhoneNumberFormat>
  <PhoneNumberTrunkPrefix>String</PhoneNumberTrunkPrefix>
  <PhoneNumberValidation>String</PhoneNumberValidation>
  <PhoneNumberValidationErrorMessage>String</PhoneNumberValidationErrorMessage>
  <PrivacyPolicyUrl>String</PrivacyPolicyUrl>
  <SystemCultureName>String</SystemCultureName>
  <SystemDefaultCountryId>0</SystemDefaultCountryId>
  <SystemDefaultMembershipTypeId>0</SystemDefaultMembershipTypeId>
  <SystemId>0</SystemId>
  <TermsAndConditionsUrl>String</TermsAndConditionsUrl>
  <ZenDeskHelpUrl>String</ZenDeskHelpUrl>
  <ZenDeskUrl>String</ZenDeskUrl>
  <ZipcodeValidation>String</ZipcodeValidation>
  <ZipcodeValidationErrorMessage>String</ZipcodeValidationErrorMessage>
</SystemConfig>