Booster.Microservices

<back to all web services

RetrieveWarrantyCardRequest

Requires Authentication
The following routes are available for this service:
GET/warranty/v1/card/{cardId}
RetrieveWarrantyCardRequest Parameters:
NameParameterData TypeRequiredDescription
cardIdpathstringNo
BaseRequest<TResponse> Parameters:
NameParameterData TypeRequiredDescription
sidformstringNo
appformstringNo
_osformstringNo
_appVersionformstringNo
_searchMethodformstringNo
RetrieveWarrantyCardResponse Parameters:
NameParameterData TypeRequiredDescription
warrantyformWarrantyNo
BaseResponse Parameters:
NameParameterData TypeRequiredDescription
_xmlnsformstringNo
_typeformstringNo
_sourceformstringNo
_tstampformstringNo
_userformstringNo
_envformstringNo
_uriformstringNo
_queryformstringNo
Warranty Parameters:
NameParameterData TypeRequiredDescription
articleformList<Article>No
warrantyIdformstringNo
createdByformstringNo
createdAtformstringNo
issuedByformstringNo
selloutIdformstringNo
activationDateformstringNo
pinformstringNo
promoterTypeIdformstringNo
promoterTypeDsformstringNo
siteformSiteNo
crmEnabledformboolNo
canBeExtendedformboolNo
canBeRetriggeredformboolNo
Article Parameters:
NameParameterData TypeRequiredDescription
refformstringNo
serialformstringNo
nameformstringNo
siteformLookupIntNo
brandformstringNo
isConsignmentformboolNo
LookupInt Parameters:
NameParameterData TypeRequiredDescription
objectformstringNo
idformintNo
Site Parameters:
NameParameterData TypeRequiredDescription
objectformstringNo
idformstringNo
nameformstringNo
addressformAddressNo
crmPrivacyPolicyMandatoryformboolNo
crmAllowStoreDataAbroadVisibleformboolNo
isTimeValleeformboolNo
crmPrivacyPolicyTimeValleeMandatoryformboolNo
crmAllowStoreDataAbroadTimeValleeVisibleformboolNo
allowToCreateEndCustomerOutsideChinaformboolNo
displayFirstLastNameNotLatinformboolNo
languageTransliterationformstringNo
doNotDisplayPOSDataInDisclaimersformboolNo
crmFirstNameMandatoryformboolNo
crmCityMandatoryformboolNo
manageOwnStockformboolNo
Address Parameters:
NameParameterData TypeRequiredDescription
line1formstringNo
line2formstringNo
cityformstringNo
zipCodeformstringNo
countryCodeformstringNo
RetrieveWarrantyCardResponse Parameters:
NameParameterData TypeRequiredDescription
warrantyformWarrantyNo

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.

GET /warranty/v1/card/{cardId} HTTP/1.1 
Host: qp-microservices-booster.richemont.com 
Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"warranty":{"article":[{"ref":"String","serial":"String","name":"String","shortDesc":"String","brand":"String","warrantyStatusId":0,"warrantyStatusDesc":"String","warrantyStatusCode":"String","isConsignment":false}],"warrantyId":"String","createdBy":"String","createdAt":"String","issuedBy":"String","selloutId":"String","activationDate":"String","pin":"String","promoterTypeId":"String","promoterTypeDs":"String","site":{"object":"String","id":"String","name":"String","address":{"line1":"String","line2":"String","city":"String","zipCode":"String","countryCode":"String"},"crmPrivacyPolicyMandatory":false,"crmAllowStoreDataAbroadVisible":false,"isTimeVallee":false,"crmPrivacyPolicyTimeValleeMandatory":false,"crmAllowStoreDataAbroadTimeValleeVisible":false,"allowToCreateEndCustomerOutsideChina":false,"displayFirstLastNameNotLatin":false,"languageTransliteration":"String","doNotDisplayPOSDataInDisclaimers":false,"crmFirstNameMandatory":false,"crmCityMandatory":false,"manageOwnStock":false},"crmEnabled":false,"canBeExtended":false,"canBeRetriggered":false},"_xmlns":"String","_type":"String","_source":"String","_tstamp":"String","_user":"String","_env":"String","_uri":"String","_query":"String"}