[POST] …/v1/CashServer/Get
Возвращает информацию о сервере касс.
Входные параметры
Название | Тип данных | Обязательность | Описание параметра |
---|---|---|---|
ids | array of int64 | Необязательный | Массив id серверов касс |
firm_ids | array of int64 | Необязательный | Массив id фирм |
search | string | Необязательный | строка поиска (ищет по name) |
Пример запроса
{
"ids":[1],
"firm_ids":[1],
"search": "CS Server 1"
}
Выходные параметры
Название | Тип данных | Описание |
---|---|---|
Result | array of CashServer | Сервер касс |
Пример ответа
{
"ok": true,
"result":[
{
"id": 1,
"stock": {
"id": 1,
"name": "Торговый зал",
"firm": {
"id": 1,
"group": {
"id": 1,
"parent_id": 0,
"name": "Firm1",
"last_update": 1574145827
},
"deleted_mark": false,
"last_update": 1574145848,
"name": "Regos",
"fullname": null,
"boss_name": null,
"address": null,
"phones": null,
"description": null,
"inn": null,
"bank_name": null,
"mfo": null,
"rs": null,
"oked": null,
"vat_index": null
},
"deleted_mark": false,
"last_update": 1574146590
},
"key": "1b6e362696b131dae6ab0da8787e7042",
"price_type": {
"id": 1,
"name": "Розничная",
"round_to": 1.0,
"markup": 0.0,
"max_discount": 100.0,
"last_update": 1582624301
},
"description": "Dev0001",
"last_update": 1574146147
}
]
}