POST | /warranty/v1/GetBrandPrivacyPolicy |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
countryId | body | string | No | |
languageId | body | string | No | |
brandTrigram | body | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
sid | form | string | No | |
app | form | string | No | |
_os | form | string | No | |
_appVersion | form | string | No | |
_searchMethod | form | string | No |
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
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /warranty/v1/GetBrandPrivacyPolicy HTTP/1.1
Host: qp-microservices-booster.richemont.com
Accept: application/json
Content-Type: application/json
Content-Length: length
{"countryId":"String","languageId":"String","brandTrigram":"String","sid":"String","app":"String","_os":"String","_appVersion":"String","_searchMethod":"String"}
HTTP/1.1 200 OK Content-Type: application/json Content-Length: length (string)