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 .jsv suffix or ?format=jsv

HTTP + JSV

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

POST /jsv/oneway/SystemConfig HTTP/1.1 
Host: parkmobile.us 
Content-Type: text/jsv
Content-Length: length

{
	lastModifiedUtc: String,
	phoneNumberValidation: String,
	phoneNumberValidationErrorMessage: String,
	zipcodeValidation: String,
	zipcodeValidationErrorMessage: String,
	collectAddressOnCreditCard: False,
	collectCvv2CodeOnCreditCard: False,
	collectZipcodeOnCreditCard: False,
	hideCountrySelection: False,
	systemDefaultCountryId: 0,
	systemDefaultMembershipTypeId: 0,
	currencyCode: String,
	countryCodeExtension: String,
	phoneNumberTrunkPrefix: String,
	systemId: 0,
	systemCultureName: String,
	dataCenterName: String,
	countries: 
	[
		{
			abbr: String,
			cultureCode: String,
			name: String,
			id: 0,
			states: 
			[
				{
					abbr: String,
					name: String,
					id: 0
				}
			]
		}
	],
	corporateWebSite: String,
	privacyPolicyUrl: String,
	termsAndConditionsUrl: String,
	aboutPageUrl: String,
	zenDeskUrl: String,
	phoneNumberFormat: 
	[
		{
			length: 0,
			numberFormat: String
		}
	],
	helpdeskEmailAddress: String,
	helpdeskPhoneNumber: String,
	knowledgeBaseLinks: 
	{
		parkmobileWalletPaymentInfoUrl: String,
		paypalPaymentInfoUrl: String,
		visaCheckoutPaymentInfoUrl: String,
		creditCardPaymentInfoUrl: String,
		masterPassPaymentInfoUrl: String
	},
	passwordValidationMessage: String,
	passwordValidationRegex: String,
	masterPassMerchantConsumerKey: String,
	masterPassMerchantCheckoutId: String,
	masterPassSdkUrl: String,
	masterPassCallBackUrl: String,
	masterPassStandardFeature: False,
	masterPassImageUrl: String,
	masterPassPromotionalImageUrl: String,
	masterPassButtonImageUrl: String,
	masterPassLogo: String,
	lon: String,
	lat: String,
	zenDeskHelpUrl: String,
	masterpassPaymentPageImageUrl: String,
	masterPassV7Feature: False
}