| PATCH | /warranty/{saleId} | Patch Sellout | Patch Sellout with Updated info |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| saleId | path | int | Yes | Unique Identifier of the Sell-out item created in Booster |
| saleRepresentativeEmails | query | List<string> | No | Emails of Sale Representatives |
| promoterTypeId | query | string | No | Promoter Type ID |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
PATCH /warranty/{saleId} HTTP/1.1
Host: dev-api-booster.richemont.com
Accept: text/csv
Content-Type: text/csv
Content-Length: length
{"saleId":0,"saleRepresentativeEmails":["String"],"promoterTypeId":"String"}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
{}