| GET | /crmFormConfigurations/{brand}/{posCode} | Get all available CRM Form Configurations |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| brand | path | string | Yes | Brand Triagram, e.g. CAR, IWC, VAC |
| posCode | path | string | Yes | Point of Sale Code, e.g. ES100:102048 |
| crmCountryId | query | string | Yes | ISO Alpha-2 Country Code, e.g. it, ch |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| timeValeePrivacyPolicy | form | string | Yes | Privacy policy agreement in Time Vallée POS group, e.g. M, V, N |
| timeValeeAllowStoreDataAbroad | form | string | Yes | Store data abroad agreement in Time Vallée POS group, e.g. M, V, N |
| dataSharingConsent | form | string | Yes | Data sharing consent, e.g. M, V, N |
| form | string | Yes | Requirement for email field, e.g. M, V, N | |
| phone | form | string | Yes | Requirement for phone field, e.g. M, V, N |
| middleName | form | string | Yes | Requirement for middle name field, e.g. M, V, N |
| privacyPolicy | form | string | Yes | Privacy policy agreement in Maison, e.g. M, V, N |
| allowStoreDateAbroad | form | string | Yes | Store data abroad agreement in Maison, e.g. M, V, N |
| salesRep | form | string | Yes | Requirement for sales representative field, e.g. M, V, N |
| showNotLatinFields | form | bool | Yes | Show or hide Transliteration fields |
| transliterationLanguage | form | string | Yes | Transliteration language |
| city | form | string | Yes | City |
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=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>