Richemont.Booster2.PublicApi

<back to all web services

ReadEquipmentWarrantyPartner

Requires Authentication
The following routes are available for this service:
GET/partner/warranty/equipmentRead CPO SelloutRead CPO Sellout API
ReadEquipmentWarrantyPartner Parameters:
NameParameterData TypeRequiredDescription
brandquerystringYesBrand Trigram, e.g. CAR, IWC
posCodequerystringYesRichemont POS code, e.g. 102048
cpoSelloutIdquerystringYesCpo sellout Id, e.g a0RbW000000qIyXUAU
ReadEquipmentWarrantyPartnerResponse Parameters:
NameParameterData TypeRequiredDescription
maisonformstringNoMaison
cpoSelloutIdformstringNoCpo sellout id
posformstringNopos
selloutDateformDateTime?NoSellout date
selloutStatusformstringNoSellout status
soldByformstringNoSold by
readCpoSelloutResponseItemsformList<ReadEquipmentWarrantyPartnerResponseItem>NoCpo sellout items
ReadEquipmentWarrantyPartnerResponseItem Parameters:
NameParameterData TypeRequiredDescription
productNameformstringNoProduct name
productDescriptionformstringNoProduct description
referenceformstringNoProduct reference
serialNumberformstringNoProduct serial number
quantityformfloat?NoQuantity
statusformstringNoStatus
returnReasonformstringNoReturn reason
additionalNotesformstringNoAdditional notes
warrantyEndDateformDateTime?NoWarranty end date

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.

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

{"maison":"String","cpoSelloutId":"String","pos":"String","selloutDate":"\/Date(-62135596800000-0000)\/","selloutStatus":"String","soldBy":"String","readCpoSelloutResponseItems":[{"productName":"String","productDescription":"String","reference":"String","serialNumber":"String","quantity":0,"status":"String","returnReason":"String","additionalNotes":"String","warrantyEndDate":"\/Date(-62135596800000-0000)\/"}]}