Richemont.Booster2.PublicApi

<back to all web services

GetSelloutFormConfigurations

Requires Authentication
The following routes are available for this service:
GET/selloutFormConfigurations/{brand}/{posCode}Get all available Sellout Form Configurations
GetSelloutFormConfigurations Parameters:
NameParameterData TypeRequiredDescription
brandpathstringYesBrand Triagram, e.g. CAR, IWC, VAC
posCodepathstringYesPoint of Sale Code, e.g. ES100:102048
GetSelloutFormConfigurationsResponse Parameters:
NameParameterData TypeRequiredDescription
salesRepformstringYesRequirement for sales representative field, e.g. M, V, N
allowConsignmentTransferformstringYesAllow consignment transfer during sellout, e.g. M, V, N
automaticInvoiceNumberformstringYesInvoice Number will be generated automatically during sellout, e.g. M, V, N
allowConsignmentReturnInStockformstringYesAllow consignment sellout return is stock, e.g. V, N
cpoSaleDeclarationformstringYesAllow declare sellout and extend the warranty of certified pre-owned items, e.g. V, N

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.

GET /selloutFormConfigurations/{brand}/{posCode} HTTP/1.1 
Host: dev-api-booster.richemont.com 
Accept: text/jsonl
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length

{"salesRep":"String","allowConsignmentTransfer":"String","automaticInvoiceNumber":"String","allowConsignmentReturnInStock":"String","cpoSaleDeclaration":"String"}