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

HTTP + XML

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

<ReadEquipmentWarrantyPartnerResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Richemont.Booster2.PublicApi.Sellout.ServiceModel">
  <cpoSelloutId>String</cpoSelloutId>
  <maison>String</maison>
  <pos>String</pos>
  <readCpoSelloutResponseItems>
    <ReadEquipmentWarrantyPartnerResponseItem>
      <additionalNotes>String</additionalNotes>
      <productDescription>String</productDescription>
      <productName>String</productName>
      <quantity>0</quantity>
      <reference>String</reference>
      <returnReason>String</returnReason>
      <serialNumber>String</serialNumber>
      <status>String</status>
      <warrantyEndDate>0001-01-01T00:00:00</warrantyEndDate>
    </ReadEquipmentWarrantyPartnerResponseItem>
  </readCpoSelloutResponseItems>
  <selloutDate>0001-01-01T00:00:00</selloutDate>
  <selloutStatus>String</selloutStatus>
  <soldBy>String</soldBy>
</ReadEquipmentWarrantyPartnerResponse>