Richemont.Booster2.PublicApi

<back to all web services

CreateStockValidateRequest

Requires Authentication
The following routes are available for this service:
POST/stock/validateCreate Validate Stock Request
CreateStockValidateRequest Parameters:
NameParameterData TypeRequiredDescription
brandbodystringYesBrand Trigram, e.g. CAR, IWC
posCodebodystringYesPOS Code e.g. ES100:102048
datebodyDateTimeYesValidation Date
itemsbodyList<CreateStockValidateRequestItem>YesItems
CreateStockValidateRequestItem Parameters:
NameParameterData TypeRequiredDescription
articleCodeformstringYesLegacy Article Code of the item
quantityformintYesStock Quantity
serialNumbersformList<string>NoSerial Numbers
CreateStockValidateResponse Parameters:
NameParameterData TypeRequiredDescription
validationIdformintYesValidation Id

To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other

HTTP + OTHER

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /stock/validate HTTP/1.1 
Host: dev-api-booster.richemont.com 
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length

{"brand":"String","posCode":"String","date":"\/Date(-62135596800000-0000)\/","items":[{"articleCode":"String","quantity":0,"serialNumbers":["String"]}]}
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length

{"validationId":0}