Richemont.Booster2.PublicApi

<back to all web services

GetCrmFormConfigurations

Requires Authentication
The following routes are available for this service:
GET/crmFormConfigurations/{brand}/{posCode}Get all available CRM Form Configurations
GetCrmFormConfigurations Parameters:
NameParameterData TypeRequiredDescription
brandpathstringYesBrand Triagram, e.g. CAR, IWC, VAC
posCodepathstringYesPoint of Sale Code, e.g. ES100:102048
crmCountryIdquerystringYesISO Alpha-2 Country Code, e.g. it, ch
GetCrmFormConfigurationsResponse Parameters:
NameParameterData TypeRequiredDescription
timeValeePrivacyPolicyformstringYesPrivacy policy agreement in Time Vallée POS group, e.g. M, V, N
timeValeeAllowStoreDataAbroadformstringYesStore data abroad agreement in Time Vallée POS group, e.g. M, V, N
dataSharingConsentformstringYesData sharing consent, e.g. M, V, N
emailformstringYesRequirement for email field, e.g. M, V, N
phoneformstringYesRequirement for phone field, e.g. M, V, N
middleNameformstringYesRequirement for middle name field, e.g. M, V, N
privacyPolicyformstringYesPrivacy policy agreement in Maison, e.g. M, V, N
allowStoreDateAbroadformstringYesStore data abroad agreement in Maison, e.g. M, V, N
salesRepformstringYesRequirement for sales representative field, e.g. M, V, N
showNotLatinFieldsformboolYesShow or hide Transliteration fields
transliterationLanguageformstringYesTransliteration language
cityformstringYesCity

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

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

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

GET /crmFormConfigurations/{brand}/{posCode} HTTP/1.1 
Host: dev-api-booster.richemont.com 
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"timeValeePrivacyPolicy":"String","timeValeeAllowStoreDataAbroad":"String","dataSharingConsent":"String","email":"String","phone":"String","middleName":"String","privacyPolicy":"String","allowStoreDateAbroad":"String","salesRep":"String","showNotLatinFields":false,"transliterationLanguage":"String","city":"String"}