| 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 .jsv suffix or ?format=jsv
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: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
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
}