Richemont.Booster2.PublicApi

<back to all web services

CreateEquipmentWarranty

Requires Authentication
The following routes are available for this service:
POST/warranty/equipmentCreate Equipment WarrantyCreate Equipment Warranty API
CreateEquipmentWarranty Parameters:
NameParameterData TypeRequiredDescription
brandbodystringNoBrand Trigram, e.g. CAR, IWC; compulsory only if articleCode is not provided
posCodebodystringYesRichemont POS code
equipmentbodystringYesEquipment
warrantyTypebodystringYesWarranty type
warrantyStartDatebodyDateTimeYesDate of the warranty start date e.g. 2025-06-01
CreateEquipmentWarrantyResponse Parameters:
NameParameterData TypeRequiredDescription
equipmentformstringYesEquipment number
warrantyTypeformstringYesWarranty type
masterWarrantyformstringYesMaster warranty
warrantyStartDateformstringYesWarranty start date
warrantyEndDateformstringNoWarranty end date
warrantyCreationDateformstringYesWarranty creation date
warrantyCreationTimeformstringYesWarranty creation time
objectNumberformstringYesObject number (ERP)

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

HTTP + OTHER

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

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

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

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