Price List
GET /v3/priceList
Get effective price list for the user on given printer. If no printerId
is provided, the "no terminal" profile is used.
Name | Type | Description |
---|---|---|
userId | string | Only when using Client credentials |
printerId | integer | If not provided, the pricelist of the default "no terminal" profile is applied to the user |
Headers:
Content-Type: application/json
Authentication: Bearer %access_token%
Authentication:
Grant_type: client_credentials, login_info
Scopes: [ printers ]
Response body:
{
"counterPrice": [
0
],
"version": 1
}