Booster.Microservices

<back to all web services

ListWarrantyCardsRequest

Requires Authentication
The following routes are available for this service:
GET/warranty/v1/cards
ListWarrantyCardsRequest Parameters:
NameParameterData TypeRequiredDescription
userquerystringNo
sitequerystringNo
systemquerystringNo
applicationquerystringNo
articlequerystringNo
refquerystringNo
serialquerystringNo
pagequeryintNo
sizequeryintNo
BaseRequest<TResponse> Parameters:
NameParameterData TypeRequiredDescription
sidformstringNo
appformstringNo
_osformstringNo
_appVersionformstringNo
_searchMethodformstringNo
ListWarrantyCardsResponse Parameters:
NameParameterData TypeRequiredDescription
warrantyformList<Warranty>No
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
ListWarrantyCardsResponse Parameters:
NameParameterData TypeRequiredDescription
warrantyformList<Warranty>No

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 /warranty/v1/cards HTTP/1.1 
Host: qp-microservices-booster.richemont.com 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
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
}