| GET | /warranty/v1/cards |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| user | query | string | No | |
| site | query | string | No | |
| system | query | string | No | |
| application | query | string | No | |
| article | query | string | No | |
| ref | query | string | No | |
| serial | query | string | No | |
| page | query | int | No | |
| size | query | int | 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 |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| warranty | form | List<Warranty> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| _xmlns | form | string | No | |
| _type | form | string | No | |
| _source | form | string | No | |
| _tstamp | form | string | No | |
| _user | form | string | No | |
| _env | form | string | No | |
| _uri | form | string | No | |
| _query | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| article | form | List<Article> | No | |
| warrantyId | form | string | No | |
| createdBy | form | string | No | |
| createdAt | form | string | No | |
| issuedBy | form | string | No | |
| selloutId | form | string | No | |
| activationDate | form | string | No | |
| pin | form | string | No | |
| promoterTypeId | form | string | No | |
| promoterTypeDs | form | string | No | |
| site | form | Site | No | |
| crmEnabled | form | bool | No | |
| canBeExtended | form | bool | No | |
| canBeRetriggered | form | bool | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ref | form | string | No | |
| serial | form | string | No | |
| name | form | string | No | |
| site | form | LookupInt | No | |
| brand | form | string | No | |
| isConsignment | form | bool | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| object | form | string | No | |
| id | form | int | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| object | form | string | No | |
| id | form | string | No | |
| name | form | string | No | |
| address | form | Address | No | |
| crmPrivacyPolicyMandatory | form | bool | No | |
| crmAllowStoreDataAbroadVisible | form | bool | No | |
| isTimeVallee | form | bool | No | |
| crmPrivacyPolicyTimeValleeMandatory | form | bool | No | |
| crmAllowStoreDataAbroadTimeValleeVisible | form | bool | No | |
| allowToCreateEndCustomerOutsideChina | form | bool | No | |
| displayFirstLastNameNotLatin | form | bool | No | |
| languageTransliteration | form | string | No | |
| doNotDisplayPOSDataInDisclaimers | form | bool | No | |
| crmFirstNameMandatory | form | bool | No | |
| crmCityMandatory | form | bool | No | |
| manageOwnStock | form | bool | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| line1 | form | string | No | |
| line2 | form | string | No | |
| city | form | string | No | |
| zipCode | form | string | No | |
| countryCode | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| warranty | form | List<Warranty> | 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.
GET /warranty/v1/cards HTTP/1.1 Host: qp-microservices-booster.richemont.cn Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"warranty":[{"article":[{"ref":"String","serial":"String","name":"String","shortDesc":"String","brand":"String","warrantyStatusId":0,"warrantyStatusDesc":"String","warrantyStatusCode":"String","isConsignment":false}],"warrantyId":"String","createdBy":"String","createdAt":"String","issuedBy":"String","selloutId":"String","activationDate":"String","pin":"String","promoterTypeId":"String","promoterTypeDs":"String","site":{"object":"String","id":"String","name":"String","address":{"line1":"String","line2":"String","city":"String","zipCode":"String","countryCode":"String"},"crmPrivacyPolicyMandatory":false,"crmAllowStoreDataAbroadVisible":false,"isTimeVallee":false,"crmPrivacyPolicyTimeValleeMandatory":false,"crmAllowStoreDataAbroadTimeValleeVisible":false,"allowToCreateEndCustomerOutsideChina":false,"displayFirstLastNameNotLatin":false,"languageTransliteration":"String","doNotDisplayPOSDataInDisclaimers":false,"crmFirstNameMandatory":false,"crmCityMandatory":false,"manageOwnStock":false},"crmEnabled":false,"canBeExtended":false,"canBeRetriggered":false}],"_xmlns":"String","_type":"String","_source":"String","_tstamp":"String","_user":"String","_env":"String","_uri":"String","_query":"String"}