GET | /warranty/v1/cards/paged |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
referenceId | query | string | No | |
serial | query | string | No | |
brand | query | string | No | |
siteId | query | int | No | |
page | query | int | No | |
items | query | int | No | |
noCount | query | bool | No | |
sortBy | query | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
sid | form | string | No | |
app | form | string | No | |
_os | form | string | No | |
_appVersion | form | string | No | |
_searchMethod | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
page | form | int | No | |
items | form | int | No | |
totalPages | form | int | No | |
totalResults | form | int | No | |
elements | form | IEnumerable<Warranty> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
_xmlns | form | string | No | |
_type | form | string | No | |
_source | form | string | No | |
_tstamp | form | string | No | |
_user | form | string | No | |
_env | form | string | No | |
_uri | form | string | No | |
_query | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
article | form | List<Article> | No | |
warrantyId | form | string | No | |
createdBy | form | string | No | |
createdAt | form | string | No | |
issuedBy | form | string | No | |
selloutId | form | string | No | |
activationDate | form | string | No | |
pin | form | string | No | |
promoterTypeId | form | string | No | |
promoterTypeDs | form | string | No | |
site | form | Site | No | |
crmEnabled | form | bool | No | |
canBeExtended | form | bool | No | |
canBeRetriggered | form | bool | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
ref | form | string | No | |
serial | form | string | No | |
name | form | string | No | |
site | form | LookupInt | No | |
brand | form | string | No | |
isConsignment | form | bool | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
object | form | string | No | |
id | form | int | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
object | form | string | No | |
id | form | string | No | |
name | form | string | No | |
address | form | Address | No | |
crmPrivacyPolicyMandatory | form | bool | No | |
crmAllowStoreDataAbroadVisible | form | bool | No | |
isTimeVallee | form | bool | No | |
crmPrivacyPolicyTimeValleeMandatory | form | bool | No | |
crmAllowStoreDataAbroadTimeValleeVisible | form | bool | No | |
allowToCreateEndCustomerOutsideChina | form | bool | No | |
displayFirstLastNameNotLatin | form | bool | No | |
languageTransliteration | form | string | No | |
doNotDisplayPOSDataInDisclaimers | form | bool | No | |
crmFirstNameMandatory | form | bool | No | |
crmCityMandatory | form | bool | No | |
manageOwnStock | form | bool | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
line1 | form | string | No | |
line2 | form | string | No | |
city | form | string | No | |
zipCode | form | string | No | |
countryCode | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
page | form | int | No | |
items | form | int | No | |
totalPages | form | int | No | |
totalResults | form | int | No | |
elements | form | IEnumerable<Warranty> | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /warranty/v1/cards/paged HTTP/1.1 Host: qp-microservices-booster.richemont.com Accept: application/xml
HTTP/1.1 200 OK Content-Type: application/xml Content-Length: length <ListWarrantyCardsPagedResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Booster.Microservices.ServiceModel.Sale"> <_env xmlns="http://schemas.datacontract.org/2004/07/Booster.Microservices.ServiceModel.Common">String</_env> <_query xmlns="http://schemas.datacontract.org/2004/07/Booster.Microservices.ServiceModel.Common">String</_query> <_source xmlns="http://schemas.datacontract.org/2004/07/Booster.Microservices.ServiceModel.Common">String</_source> <_tstamp xmlns="http://schemas.datacontract.org/2004/07/Booster.Microservices.ServiceModel.Common">String</_tstamp> <_type xmlns="http://schemas.datacontract.org/2004/07/Booster.Microservices.ServiceModel.Common">String</_type> <_uri xmlns="http://schemas.datacontract.org/2004/07/Booster.Microservices.ServiceModel.Common">String</_uri> <_user xmlns="http://schemas.datacontract.org/2004/07/Booster.Microservices.ServiceModel.Common">String</_user> <_xmlns xmlns="http://schemas.datacontract.org/2004/07/Booster.Microservices.ServiceModel.Common">String</_xmlns> <elements i:nil="true" /> <items>0</items> <page>0</page> <totalPages>0</totalPages> <totalResults>0</totalResults> </ListWarrantyCardsPagedResponse>