Description | Getting permission list (digital products which you make an order of them) |
Request Path | {{base_url}}/dealers/terminal-permissions/ |
Method | Get |
Usage
This method is called for getting all permissions (available digital products) for terminals.
Request Parameters
Parameter | Data Type | Position | Required | Description |
Authorization | String | Header | Yes | Used retrieving token in a header: Authorization: JWT {token} |
limit | Integer | Query parameters | No | |
offset | Integer | Query parameters | No |
Response Parameters
Parameter | Description | Nullable |
count | Number of products | Yes |
next | Next products | Yes |
previous | Previous products | Yes |
results | products | Yes |
is_enable | Is the card enabled or not | No |
product_detail | Details of product | No |
id | Product id | No |
brand | Brand id | No |
brand _name | Name of the brand | No |
name | Name of product | No |
logo | Product logo | No |
Card_type | Type of card 0 or 1 or 2 | No |
card_type_display | Showing type of product | No |
product_type | Type of product : 0 or 1 | No |
product_type_display | Showing type of product:pyshichal or digital | No |
min _price | Minimum amount of product | No |
max_price | Maximum amount of product | No |
is_enable | Is the product enabled or not | No |
currency_detail | Detail of currency | No |
title | Title of currency | No |
abbr | Abbreviation of currency | No |
symbol | Symbol of currency | No |
iso_code | An unique number of currency | No |