| GET | /purchase/catalog | Get a list of purchasable articles for the given Pos and Brand |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| posCode | query | string | Yes | POS Legacy |
| brand | query | string | Yes | Brand Trigram of the POS |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| articles | form | IEnumerable<Article> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| articleCode | form | string | Yes | Reference ID / Code of the Article |
| price | form | decimal | Yes | Price of the article |
| currency | form | string | Yes | Currency of the price of the article |
To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /purchase/catalog HTTP/1.1 Host: dev-api-booster.richemont.com Accept: text/jsonl
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length
{}