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 .jsv suffix or ?format=jsv

HTTP + JSV

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/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	maison: String,
	cpoSelloutId: String,
	pos: String,
	selloutDate: 0001-01-01,
	selloutStatus: String,
	soldBy: String,
	readCpoSelloutResponseItems: 
	[
		{
			productName: String,
			productDescription: String,
			reference: String,
			serialNumber: String,
			quantity: 0,
			status: String,
			returnReason: String,
			additionalNotes: String,
			warrantyEndDate: 0001-01-01
		}
	]
}