| GET | /serialnumber/{articleCode}/{serialNumber} | Get a serial number with details |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| articleCode | path | string | Yes | Article Code |
| serialNumber | path | string | Yes | Serial Number |
| posCode | query | string | No | POS Code e.g. ES100:102048 |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| brand | form | string | No | Brand |
| articleCode | form | string | Yes | Article code |
| serialNumber | form | string | Yes | Serial Number |
| articleDescription | form | string | No | Article Description |
| warrantyStartDate | form | string | No | Warranty Start Date |
| warrantyEndDate | form | string | No | Warranty End Date |
| lastRepairDate | form | string | No | Last Repair Date |
| sellInDate | form | string | No | Sell In Date |
| lastRepairSite | form | string | No | Last Repair Site |
| services | form | List<Service> | No | Services |
| lostOrStolenStatus | form | bool | No | Enquirus lost or stolen |
| warrantyResaleStartDate | form | string | No | Warranty CPO Start Date |
| warrantyResaleEndDate | form | string | No | Warranty CPO End Date |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| languageCode | form | string | No | Language Code |
| service | form | string | No | Service |
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 /serialnumber/{articleCode}/{serialNumber} HTTP/1.1
Host: dev-api-booster.richemont.com
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"brand":"String","articleCode":"String","serialNumber":"String","articleDescription":"String","warrantyStartDate":"String","warrantyEndDate":"String","lastRepairDate":"String","sellInDate":"String","lastRepairSite":"String","services":[{"languageCode":"String","service":"String"}],"lostOrStolenStatus":false,"warrantyResaleStartDate":"String","warrantyResaleEndDate":"String"}