| GET | /security/pos | Get the list of pos groups where user is authorized |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| brand | query | string | Yes | Brand Trigram |
| mnemonicCode | query | string | No | Mnemonic Code to Check |
| buCode | query | string | No | Business Unit Code |
| page | query | int | Yes | Index of the result set returned |
| items | query | int | Yes | Size of the result set returned |
| noCount | query | bool | No | Omit precise record count - save on performance |
| sortBy | query | string | No | Sorting expression |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| page | form | int | Yes | Index of the result set returnedr |
| items | form | int | Yes | Size of the result set returned |
| totalPages | form | int | Yes | Total amount of pages / result sets |
| totalResults | form | int | Yes | Total amount of results |
| elements | form | IEnumerable<PosBrand> | Yes | List of Users |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| posCode | form | string | Yes | Pos code |
| name | form | string | Yes | Pos name |
| city | form | string | Yes | Pos city |
| address | form | string | Yes | Pos address |
| country | form | string | Yes | Pos country |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| scopeCode | form | string | Yes | Scope Code - combination of BU / Brand |
| buCode | form | string | Yes | Business Unit Code |
| brand | form | string | Yes | Brand Trigram |
| description | form | string | Yes | Description of the combination |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /security/pos HTTP/1.1 Host: dev-api-booster.richemont.com Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
page: 0,
items: 0,
totalPages: 0,
totalResults: 0
}