Richemont.Booster2.PublicApi

<back to all web services

UpdateEquipmentWarranty

Requires Authentication
The following routes are available for this service:
PATCH/warranty/equipmentUpdate Equipment WarrantyUpdate Equipment Warranty API
UpdateEquipmentWarranty Parameters:
NameParameterData TypeRequiredDescription
brandquerystringYesBrand Trigram, e.g. CAR, IWC
posCodequerystringYesPOS code, e.g. 102048
equipmentNumberquerystringYesEquipment number, e.g. 1234567890
warrantyTypequerystringYesWarranty type, e.g. 3
warrantyStartDatequeryDateTimeYesDate of the warranty start date e.g. 2025-06-01
UpdateEquipmentWarrantyResponse Parameters:
NameParameterData TypeRequiredDescription
equipmentformstringYesEquipment number
warrantyTypeformstringYesWarranty type
masterWarrantyformstringYesMaster warranty
warrantyStartDateformstringYesWarranty start date
warrantyEndDateformstringNoWarranty end date
warrantyCreationDateformstringYesWarranty creation date
warrantyCreationTimeformstringYesWarranty creation time
objectNumberformstringYesObject number (ERP)
sfSelloutIdformstringYesSales Force Sellout ID

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

PATCH /warranty/equipment HTTP/1.1 
Host: dev-api-booster.richemont.com 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"brand":"String","posCode":"String","equipmentNumber":"String","warrantyType":"String","warrantyStartDate":"\/Date(-62135596800000-0000)\/"}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"equipment":"String","warrantyType":"String","masterWarranty":"String","warrantyStartDate":"String","warrantyEndDate":"String","warrantyCreationDate":"String","warrantyCreationTime":"String","objectNumber":"String","sfSelloutId":"String"}