Tax. Privileged accessory category
list
request
GET /api/v2/taxes/privileged-accessory-categories/list HTTP/1.1
Parameter | Description |
---|---|
|
response
{
"content" : [ ],
"pageable" : {
"pageNumber" : 0,
"pageSize" : 20,
"sort" : {
"empty" : true,
"sorted" : false,
"unsorted" : true
},
"offset" : 0,
"paged" : true,
"unpaged" : false
},
"last" : true,
"totalElements" : 0,
"totalPages" : 0,
"first" : true,
"size" : 20,
"number" : 0,
"sort" : {
"empty" : true,
"sorted" : false,
"unsorted" : true
},
"numberOfElements" : 0,
"empty" : true
}
Path | Type | Description |
---|---|---|
|
|
privileged accessory category name |
list not privileged accessory category
request
GET /api/v2/taxes/not-privileged-accessory-categories HTTP/1.1
response
HTTP/1.1 200 OK
[ "Double spaces test", "Брелок", "Готовые очки", "Диагностические полоски", "Диспенсер", "Дорожный набор", "Дорожный набор для МКЛ", "Емкость для промывки МКЛ", "Капли", "Клипса", "Контейнер", "Контейнер для МКЛ", "Лупа", "Набор", "Набор для МКЛ", "Набор отверток", "Не маркируемые товары", "Окклюдер", "Очиститель энз", "Пинцет", "Пинцет-ножницы", "Подарок", "Подарочный сертификат", "Раствор", "Салфетка микрофибра", "Санитель", "Спрей", "Средство", "Средство офтальмологическое", "Таблетки", "Устройство для промывки МКЛ", "Футляр", "Футляр для контейнера", "Холдер", "Шнурки", "Шнурки-резинки" ]
Path | Type | Description |
---|---|---|
|
|
List of not privileged accessories |
create
request
POST /api/v2/taxes/privileged-accessory-categories HTTP/1.1
{
"name" : "Test",
"deleted" : null
}
Path | Type | Description | Constraints |
---|---|---|---|
name |
String |
privileged accessory category name |
response
{
"name" : "Test"
}
Path | Type | Description |
---|---|---|
|
|
privileged accessory category name |
get
request
GET /api/v2/taxes/privileged-accessory-categories?name=Test HTTP/1.1
Parameter | Description |
---|---|
|
privileged accessory category name |
response
{
"name" : "Test"
}
Path | Type | Description |
---|---|---|
|
|
privileged accessory category name |
delete
request
DELETE /api/v2/taxes/privileged-accessory-categories?name=Test HTTP/1.1
Parameter | Description |
---|---|
|
privileged accessory category name |
response
HTTP/1.1 200 OK