| 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 .jsv suffix or ?format=jsv
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.cn
Accept: text/jsv
Content-Type: text/jsv
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: text/jsv Content-Length: length (string)