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 .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.

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

<GetCrmFormConfigurationsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Richemont.Booster2.PublicApi.CRM.ServiceModel">
  <allowStoreDateAbroad>String</allowStoreDateAbroad>
  <city>String</city>
  <dataSharingConsent>String</dataSharingConsent>
  <email>String</email>
  <middleName>String</middleName>
  <phone>String</phone>
  <privacyPolicy>String</privacyPolicy>
  <salesRep>String</salesRep>
  <showNotLatinFields>false</showNotLatinFields>
  <timeValeeAllowStoreDataAbroad>String</timeValeeAllowStoreDataAbroad>
  <timeValeePrivacyPolicy>String</timeValeePrivacyPolicy>
  <transliterationLanguage>String</transliterationLanguage>
</GetCrmFormConfigurationsResponse>