{
  "openapi": "3.0.4",
  "info": {
    "title": "aQsi API V4",
    "description": "\n# Описание\n\nAPI включает в себя:\n\n1. Метод создания заказа и проверки его статуса\n1. Методы работы с магазином\n1. Методы работы с устройствами\n1. Методы работы с кассирами\n1. Методы работы с товарами\n1. Методы работы с товарными категориями\n\nВ API мы используем HTTP коды ответов для обозначения ошибок и URL, чьи структуры оформлены в виде каталогов. Ответы ошибок возвращаются в формате JSON. \n\nК API мы обращаемся по протоколу HTTPS.\n\nКодировка запросов:UTF-8\n\nБазовый URL `боевого` сервера: `https://api.aqsi.ru/pub`\n\nБазовый URL `VIP` сервера: `https://api-vip.aqsi.ru/pub`\n\n\n\n<b>NB: Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</b>\n<br/>\n<b>NB: В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика).</b>\n<br/>\n\nОпробовать данные методы можно с помощью REST API клиентов: например, Postman, cURL.\nРекомендуем использовать Postman, ниже описана инструкция по использованию этого апи в Postman.\n\n1. Установите [Postman](https://www.getpostman.com/downloads/)\n1. В левом верхнем углу нажмите на кнопку **Import** и выберите вкладку **Import from link**. Подробное описание можно посмотреть [здесь](https://learning.getpostman.com/docs/postman/collection-runs/working-with-data-files/#importing-sample-collection-files)\n1. Нажмите на кнопку <div style=\"cursor: default;\" class=\"sc-1mcjnf5-1 eoxkJU\">Download</div>, находящуюся рядом с названием спецификации. \n1. Скопируйте путь появившийся в браузере. Вставьте путь в Postman во вкладке  **Import from link**. Нажмите кнопку Import.\nПри успешном добавлении коллекция должна появиться во вкладке **Collections** с названием по умолчанию `aQsi API V*` в левом верхнем углу. При повторной загрузке коллекции можно заменить текущую `Replace` или сохранить как новую `Import as Copy`.\n1. Для запросов можно создать отдельную среду с переменными окружениями (**Environment**), которая будет подставлять базовый url и ключ авторизации в запросы. Примеры работы с переменными окружениям можно посмотреть [здесь.](https://blog.getpostman.com/2014/02/20/using-variables-inside-postman-and-collection-runner/)\n1. Примеры запросов со статусами ответа можно увидеть в правом верхнем углу, при выборе конкретного запроса из коллекции. Работу с примерами можно увидеть [здесь.](https://learning.getpostman.com/docs/postman/collections/examples/)\n\n# Description\n\nThis API includes:\n\n1. Deferred orders creation and status receipt methods\n1. Shops manipulation methods \n1. Devices manipulation methods\n1. Cashiers manipulation methods\n1. Goods manipulation methods\n1. Goods categories manipulation methods\n\nWe use standard HTTP status codes for success and error responses, and catalogue-like URL structure. Response body type is in JSON format. \n\nUse `HTTPS` to access this API.\n\nRequests encoding: `UTF-8`\n\n`Production` API base url: https://api.aqsi.ru/pub\n\n\n\n<b>NB: Required request model fields are marked with <span style=\"color: red; font-weight: normal;\">required</span></b>\n<br/>\n<b>NB: Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</b>\n<br/>\n\nUse REST API clients to test requests, for example Postman, cUrl.\nOur recommendation to test - Postman. We show you below how to setup this specification in Postman.\n\n1. Download [Postman](https://www.getpostman.com/downloads/)\n1. Click **Import** button on the top of left side and choose **Import from link** tab. More information about import [here](https://learning.getpostman.com/docs/postman/collection-runs/working-with-data-files/#importing-sample-collection-files)\n1. Click the button <div style=\"cursor: default;\" class=\"sc-1mcjnf5-1 eoxkJU\">Download</div> on the top of screen.\n1. Copy URL and paste in Postman link field and click **Import**. Your collection will be available in **Collections** tab with default name `aQsi API V*` if nothing wrong happens. If collection exists, you can replace current or save as copy.\n1. Create an **Environment** to provide `baseUrl` and `x-client-key` in requests. More information about environments [here](https://blog.getpostman.com/2014/02/20/using-variables-inside-postman-and-collection-runner/)\n1. Requests samples can be seen on the top right corner. More information about examples [here](https://learning.getpostman.com/docs/postman/collections/examples/)\n\n# Authentication\n\n<SecurityDefinitions />\n",
    "version": "v4"
  },
  "servers": [
    {
      "url": "https://api.aqsi.ru/pub"
    }
  ],
  "paths": {
    "/v1/ShopsPrices/{guid}/status": {
      "get": {
        "tags": [
          "Shops"
        ],
        "summary": "Set Prices Status",
        "description": "<div class=\"apidocs-russian\"><span>Получение статуса загрузки пачки сообщений по идентификатору</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get goods batch message status by ID</div>",
        "parameters": [
          {
            "name": "guid",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор операции</div>\n<div class=\"apidocs-english\">Operation identifier</div>",
            "required": true,
            "schema": {
              "type": "string",
              "format": "uuid"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/v2/Cashiers": {
      "post": {
        "tags": [
          "Cashiers"
        ],
        "summary": "Create",
        "description": "<div class=\"apidocs-russian\"><span>Создание кассира для внешней системы</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Create cashier for external system</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "<div class=\"apidocs-russian\">Модель создания кассира</div>\n<div class=\"apidocs-english\">Cashier model</div>",
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.PostCashier"
                  }
                ],
                "description": "Модель отправки данных для создания/изменения кассира",
                "example": {
                  "name": "Vasya",
                  "inn": "000000000000",
                  "position": "Cashier",
                  "pin": "0000",
                  "code": "34",
                  "devices": [
                    4,
                    47
                  ],
                  "img": null,
                  "externalId": "1k23o3kk",
                  "shops": null,
                  "customProperties": [
                    {
                      "key": "StaffId",
                      "value": "YYY"
                    }
                  ]
                }
              },
              "example": {
                "name": "Vasya",
                "inn": "000000000000",
                "position": "Cashier",
                "pin": "0000",
                "code": "34",
                "devices": [
                  4,
                  47
                ],
                "img": null,
                "externalId": "1k23o3kk",
                "shops": null,
                "customProperties": [
                  {
                    "key": "StaffId",
                    "value": "YYY"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.PostCashier"
                  }
                ],
                "description": "Модель отправки данных для создания/изменения кассира",
                "example": {
                  "name": "Vasya",
                  "inn": "000000000000",
                  "position": "Cashier",
                  "pin": "0000",
                  "code": "34",
                  "devices": [
                    4,
                    47
                  ],
                  "img": null,
                  "externalId": "1k23o3kk",
                  "shops": null,
                  "customProperties": [
                    {
                      "key": "StaffId",
                      "value": "YYY"
                    }
                  ]
                }
              },
              "example": {
                "name": "Vasya",
                "inn": "000000000000",
                "position": "Cashier",
                "pin": "0000",
                "code": "34",
                "devices": [
                  4,
                  47
                ],
                "img": null,
                "externalId": "1k23o3kk",
                "shops": null,
                "customProperties": [
                  {
                    "key": "StaffId",
                    "value": "YYY"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.PostCashier"
                  }
                ],
                "description": "Модель отправки данных для создания/изменения кассира",
                "example": {
                  "name": "Vasya",
                  "inn": "000000000000",
                  "position": "Cashier",
                  "pin": "0000",
                  "code": "34",
                  "devices": [
                    4,
                    47
                  ],
                  "img": null,
                  "externalId": "1k23o3kk",
                  "shops": null,
                  "customProperties": [
                    {
                      "key": "StaffId",
                      "value": "YYY"
                    }
                  ]
                }
              },
              "example": {
                "name": "Vasya",
                "inn": "000000000000",
                "position": "Cashier",
                "pin": "0000",
                "code": "34",
                "devices": [
                  4,
                  47
                ],
                "img": null,
                "externalId": "1k23o3kk",
                "shops": null,
                "customProperties": [
                  {
                    "key": "StaffId",
                    "value": "YYY"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.PostCashier"
                  }
                ],
                "description": "Модель отправки данных для создания/изменения кассира",
                "example": {
                  "name": "Vasya",
                  "inn": "000000000000",
                  "position": "Cashier",
                  "pin": "0000",
                  "code": "34",
                  "devices": [
                    4,
                    47
                  ],
                  "img": null,
                  "externalId": "1k23o3kk",
                  "shops": null,
                  "customProperties": [
                    {
                      "key": "StaffId",
                      "value": "YYY"
                    }
                  ]
                }
              },
              "example": {
                "name": "Vasya",
                "inn": "000000000000",
                "position": "Cashier",
                "pin": "0000",
                "code": "34",
                "devices": [
                  4,
                  47
                ],
                "img": null,
                "externalId": "1k23o3kk",
                "shops": null,
                "customProperties": [
                  {
                    "key": "StaffId",
                    "value": "YYY"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.CashiersV2.CreateCashierResponseV2"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          }
        }
      }
    },
    "/v2/Cashiers/{cashierId}": {
      "get": {
        "tags": [
          "Cashiers"
        ],
        "summary": "Read",
        "description": "<div class=\"apidocs-russian\"><span>Получение информации о конкретном кассире по его идентификатору во внешней системе</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get particular cashier information by its external system identifier</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "cashierId",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор кассира</div>\n<div class=\"apidocs-english\">Cashier identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.CashiersV2.GetCashierResponseV2"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          }
        },
        "deprecated": true
      },
      "put": {
        "tags": [
          "Cashiers"
        ],
        "summary": "Update",
        "description": "<div class=\"apidocs-russian\"><span>Обновление кассира для внешней системы</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Update cashier for an external system</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "cashierId",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор кассира</div>\n<div class=\"apidocs-english\">Cashier identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "<div class=\"apidocs-russian\">Модель создания кассира</div>\n<div class=\"apidocs-english\">Cashier model</div>",
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.PostCashier"
                  }
                ],
                "description": "Модель отправки данных для создания/изменения кассира",
                "example": {
                  "name": "Vasya",
                  "inn": "000000000000",
                  "position": "Cashier",
                  "pin": "0000",
                  "code": "34",
                  "devices": [
                    4,
                    47
                  ],
                  "img": null,
                  "externalId": "1k23o3kk",
                  "shops": null,
                  "customProperties": [
                    {
                      "key": "StaffId",
                      "value": "YYY"
                    }
                  ]
                }
              },
              "example": {
                "name": "Vasya",
                "inn": "000000000000",
                "position": "Cashier",
                "pin": "0000",
                "code": "34",
                "devices": [
                  4,
                  47
                ],
                "img": null,
                "externalId": "1k23o3kk",
                "shops": null,
                "customProperties": [
                  {
                    "key": "StaffId",
                    "value": "YYY"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.PostCashier"
                  }
                ],
                "description": "Модель отправки данных для создания/изменения кассира",
                "example": {
                  "name": "Vasya",
                  "inn": "000000000000",
                  "position": "Cashier",
                  "pin": "0000",
                  "code": "34",
                  "devices": [
                    4,
                    47
                  ],
                  "img": null,
                  "externalId": "1k23o3kk",
                  "shops": null,
                  "customProperties": [
                    {
                      "key": "StaffId",
                      "value": "YYY"
                    }
                  ]
                }
              },
              "example": {
                "name": "Vasya",
                "inn": "000000000000",
                "position": "Cashier",
                "pin": "0000",
                "code": "34",
                "devices": [
                  4,
                  47
                ],
                "img": null,
                "externalId": "1k23o3kk",
                "shops": null,
                "customProperties": [
                  {
                    "key": "StaffId",
                    "value": "YYY"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.PostCashier"
                  }
                ],
                "description": "Модель отправки данных для создания/изменения кассира",
                "example": {
                  "name": "Vasya",
                  "inn": "000000000000",
                  "position": "Cashier",
                  "pin": "0000",
                  "code": "34",
                  "devices": [
                    4,
                    47
                  ],
                  "img": null,
                  "externalId": "1k23o3kk",
                  "shops": null,
                  "customProperties": [
                    {
                      "key": "StaffId",
                      "value": "YYY"
                    }
                  ]
                }
              },
              "example": {
                "name": "Vasya",
                "inn": "000000000000",
                "position": "Cashier",
                "pin": "0000",
                "code": "34",
                "devices": [
                  4,
                  47
                ],
                "img": null,
                "externalId": "1k23o3kk",
                "shops": null,
                "customProperties": [
                  {
                    "key": "StaffId",
                    "value": "YYY"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.PostCashier"
                  }
                ],
                "description": "Модель отправки данных для создания/изменения кассира",
                "example": {
                  "name": "Vasya",
                  "inn": "000000000000",
                  "position": "Cashier",
                  "pin": "0000",
                  "code": "34",
                  "devices": [
                    4,
                    47
                  ],
                  "img": null,
                  "externalId": "1k23o3kk",
                  "shops": null,
                  "customProperties": [
                    {
                      "key": "StaffId",
                      "value": "YYY"
                    }
                  ]
                }
              },
              "example": {
                "name": "Vasya",
                "inn": "000000000000",
                "position": "Cashier",
                "pin": "0000",
                "code": "34",
                "devices": [
                  4,
                  47
                ],
                "img": null,
                "externalId": "1k23o3kk",
                "shops": null,
                "customProperties": [
                  {
                    "key": "StaffId",
                    "value": "YYY"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "Cashiers"
        ],
        "summary": "Update",
        "description": "<div class=\"apidocs-russian\"><span>Обновление кассира для внешней системы</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Update cashier for an external system</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "cashierId",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор кассира</div>\n<div class=\"apidocs-english\">Cashier identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "<div class=\"apidocs-russian\">Модель создания кассира</div>\n<div class=\"apidocs-english\">Cashier model</div>",
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.PostCashier"
                  }
                ],
                "description": "Модель отправки данных для создания/изменения кассира",
                "example": {
                  "name": "Vasya",
                  "inn": "000000000000",
                  "position": "Cashier",
                  "pin": "0000",
                  "code": "34",
                  "devices": [
                    4,
                    47
                  ],
                  "img": null,
                  "externalId": "1k23o3kk",
                  "shops": null,
                  "customProperties": [
                    {
                      "key": "StaffId",
                      "value": "YYY"
                    }
                  ]
                }
              },
              "example": {
                "name": "Vasya",
                "inn": "000000000000",
                "position": "Cashier",
                "pin": "0000",
                "code": "34",
                "devices": [
                  4,
                  47
                ],
                "img": null,
                "externalId": "1k23o3kk",
                "shops": null,
                "customProperties": [
                  {
                    "key": "StaffId",
                    "value": "YYY"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.PostCashier"
                  }
                ],
                "description": "Модель отправки данных для создания/изменения кассира",
                "example": {
                  "name": "Vasya",
                  "inn": "000000000000",
                  "position": "Cashier",
                  "pin": "0000",
                  "code": "34",
                  "devices": [
                    4,
                    47
                  ],
                  "img": null,
                  "externalId": "1k23o3kk",
                  "shops": null,
                  "customProperties": [
                    {
                      "key": "StaffId",
                      "value": "YYY"
                    }
                  ]
                }
              },
              "example": {
                "name": "Vasya",
                "inn": "000000000000",
                "position": "Cashier",
                "pin": "0000",
                "code": "34",
                "devices": [
                  4,
                  47
                ],
                "img": null,
                "externalId": "1k23o3kk",
                "shops": null,
                "customProperties": [
                  {
                    "key": "StaffId",
                    "value": "YYY"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.PostCashier"
                  }
                ],
                "description": "Модель отправки данных для создания/изменения кассира",
                "example": {
                  "name": "Vasya",
                  "inn": "000000000000",
                  "position": "Cashier",
                  "pin": "0000",
                  "code": "34",
                  "devices": [
                    4,
                    47
                  ],
                  "img": null,
                  "externalId": "1k23o3kk",
                  "shops": null,
                  "customProperties": [
                    {
                      "key": "StaffId",
                      "value": "YYY"
                    }
                  ]
                }
              },
              "example": {
                "name": "Vasya",
                "inn": "000000000000",
                "position": "Cashier",
                "pin": "0000",
                "code": "34",
                "devices": [
                  4,
                  47
                ],
                "img": null,
                "externalId": "1k23o3kk",
                "shops": null,
                "customProperties": [
                  {
                    "key": "StaffId",
                    "value": "YYY"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.PostCashier"
                  }
                ],
                "description": "Модель отправки данных для создания/изменения кассира",
                "example": {
                  "name": "Vasya",
                  "inn": "000000000000",
                  "position": "Cashier",
                  "pin": "0000",
                  "code": "34",
                  "devices": [
                    4,
                    47
                  ],
                  "img": null,
                  "externalId": "1k23o3kk",
                  "shops": null,
                  "customProperties": [
                    {
                      "key": "StaffId",
                      "value": "YYY"
                    }
                  ]
                }
              },
              "example": {
                "name": "Vasya",
                "inn": "000000000000",
                "position": "Cashier",
                "pin": "0000",
                "code": "34",
                "devices": [
                  4,
                  47
                ],
                "img": null,
                "externalId": "1k23o3kk",
                "shops": null,
                "customProperties": [
                  {
                    "key": "StaffId",
                    "value": "YYY"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Cashiers"
        ],
        "summary": "Delete",
        "description": "<div class=\"apidocs-russian\"><span>Удаление кассира внешней системы</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Delete external system cashier</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "cashierId",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор кассира</div>\n<div class=\"apidocs-english\">Cashier identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          }
        }
      }
    },
    "/v2/Cashiers/list": {
      "get": {
        "tags": [
          "Cashiers"
        ],
        "summary": "Index",
        "description": "<div class=\"apidocs-russian\"><span>Получение всех кассиров внешней системы</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get all external system cashiers</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.CashiersV2.GetCashierResponseV2"
                  },
                  "example": [
                    {
                      "id": "1k23o3kk",
                      "name": "Vasya",
                      "inn": "000000000000",
                      "position": "Cashier",
                      "lastLoginTime": null,
                      "code": "35",
                      "img": null,
                      "customProperties": [
                        {
                          "key": "StaffId",
                          "value": "YYY"
                        }
                      ],
                      "pin": "0000",
                      "devices": null
                    },
                    {
                      "id": "1k23o3yy",
                      "name": "Kolya",
                      "inn": "000000000000",
                      "position": "Admin",
                      "lastLoginTime": null,
                      "code": "32",
                      "img": null,
                      "customProperties": [
                        {
                          "key": "StaffCode",
                          "value": "XXX"
                        }
                      ],
                      "pin": "1111",
                      "devices": null
                    }
                  ]
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          }
        },
        "deprecated": true
      }
    },
    "/v2/Clients": {
      "post": {
        "tags": [
          "Clients"
        ],
        "summary": "Create",
        "description": "<div class=\"apidocs-russian\"><span>Создание клиента для внешней системы</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Create external system client</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "<div class=\"apidocs-russian\">Модель клиента</div>\n<div class=\"apidocs-english\">Client model</div>",
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.ClientV2"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.ClientV2"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.ClientV2"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.ClientV2"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.IdResponseV2"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          }
        }
      }
    },
    "/v2/Clients/{clientId}": {
      "get": {
        "tags": [
          "Clients"
        ],
        "summary": "Read",
        "description": "<div class=\"apidocs-russian\"><span>Получение данных клиента для внешней системы</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Getting external system client data</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "clientId",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор клиента</div>\n<div class=\"apidocs-english\">Client identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.ClientExtendedV2"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Clients"
        ],
        "summary": "Update",
        "description": "<div class=\"apidocs-russian\"><span>Обновление клиента для внешней системы</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Update external system client</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "clientId",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор клиента</div>\n<div class=\"apidocs-english\">Client identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "<div class=\"apidocs-russian\">Модель клиента</div>\n<div class=\"apidocs-english\">Client model</div>",
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.Client"
                  }
                ],
                "example": {
                  "group": {
                    "id": "00000000-0000-0000-0000-000000000000"
                  },
                  "fio": "Иванов Иван",
                  "gender": 1,
                  "inn": "123124125126",
                  "birthDate": "1970-01-01T00:00:00.0000000+00:00",
                  "mainPhone": "88005553535",
                  "additionalPhone": null,
                  "email": "ivanov@example.com",
                  "comment": "Оставляет чаевые",
                  "passport": "4608999777",
                  "docType": null,
                  "nationality": null,
                  "address": null
                }
              },
              "example": {
                "group": {
                  "id": "00000000-0000-0000-0000-000000000000"
                },
                "fio": "Иванов Иван",
                "gender": 1,
                "inn": "123124125126",
                "birthDate": "1970-01-01T00:00:00.0000000+00:00",
                "mainPhone": "88005553535",
                "additionalPhone": null,
                "email": "ivanov@example.com",
                "comment": "Оставляет чаевые",
                "passport": "4608999777",
                "docType": null,
                "nationality": null,
                "address": null
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.Client"
                  }
                ],
                "example": {
                  "group": {
                    "id": "00000000-0000-0000-0000-000000000000"
                  },
                  "fio": "Иванов Иван",
                  "gender": 1,
                  "inn": "123124125126",
                  "birthDate": "1970-01-01T00:00:00.0000000+00:00",
                  "mainPhone": "88005553535",
                  "additionalPhone": null,
                  "email": "ivanov@example.com",
                  "comment": "Оставляет чаевые",
                  "passport": "4608999777",
                  "docType": null,
                  "nationality": null,
                  "address": null
                }
              },
              "example": {
                "group": {
                  "id": "00000000-0000-0000-0000-000000000000"
                },
                "fio": "Иванов Иван",
                "gender": 1,
                "inn": "123124125126",
                "birthDate": "1970-01-01T00:00:00.0000000+00:00",
                "mainPhone": "88005553535",
                "additionalPhone": null,
                "email": "ivanov@example.com",
                "comment": "Оставляет чаевые",
                "passport": "4608999777",
                "docType": null,
                "nationality": null,
                "address": null
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.Client"
                  }
                ],
                "example": {
                  "group": {
                    "id": "00000000-0000-0000-0000-000000000000"
                  },
                  "fio": "Иванов Иван",
                  "gender": 1,
                  "inn": "123124125126",
                  "birthDate": "1970-01-01T00:00:00.0000000+00:00",
                  "mainPhone": "88005553535",
                  "additionalPhone": null,
                  "email": "ivanov@example.com",
                  "comment": "Оставляет чаевые",
                  "passport": "4608999777",
                  "docType": null,
                  "nationality": null,
                  "address": null
                }
              },
              "example": {
                "group": {
                  "id": "00000000-0000-0000-0000-000000000000"
                },
                "fio": "Иванов Иван",
                "gender": 1,
                "inn": "123124125126",
                "birthDate": "1970-01-01T00:00:00.0000000+00:00",
                "mainPhone": "88005553535",
                "additionalPhone": null,
                "email": "ivanov@example.com",
                "comment": "Оставляет чаевые",
                "passport": "4608999777",
                "docType": null,
                "nationality": null,
                "address": null
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.Client"
                  }
                ],
                "example": {
                  "group": {
                    "id": "00000000-0000-0000-0000-000000000000"
                  },
                  "fio": "Иванов Иван",
                  "gender": 1,
                  "inn": "123124125126",
                  "birthDate": "1970-01-01T00:00:00.0000000+00:00",
                  "mainPhone": "88005553535",
                  "additionalPhone": null,
                  "email": "ivanov@example.com",
                  "comment": "Оставляет чаевые",
                  "passport": "4608999777",
                  "docType": null,
                  "nationality": null,
                  "address": null
                }
              },
              "example": {
                "group": {
                  "id": "00000000-0000-0000-0000-000000000000"
                },
                "fio": "Иванов Иван",
                "gender": 1,
                "inn": "123124125126",
                "birthDate": "1970-01-01T00:00:00.0000000+00:00",
                "mainPhone": "88005553535",
                "additionalPhone": null,
                "email": "ivanov@example.com",
                "comment": "Оставляет чаевые",
                "passport": "4608999777",
                "docType": null,
                "nationality": null,
                "address": null
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.IdResponseV2"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Clients"
        ],
        "summary": "Delete",
        "description": "<div class=\"apidocs-russian\"><span>Удаление клиента внешней системы</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Client delete for external system</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "clientId",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор клиента</div>\n<div class=\"apidocs-english\">Client identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          }
        }
      }
    },
    "/v2/Goods": {
      "post": {
        "tags": [
          "Goods"
        ],
        "summary": "Create",
        "description": "<div class=\"apidocs-russian\"><span>Создание товара в личном кабинете в разрезе аккаунта,в ответе возвращается время постановки сообщения в очередь на шину данных</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">External system account-wide goods creation. Response returns data bus message queuing timestamp</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "<div class=\"apidocs-russian\">Модель товара</div>\n<div class=\"apidocs-english\">Goods model</div>",
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.Goods.ExtendedGoodDtoV2"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.Goods.ExtendedGoodDtoV2"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.Goods.ExtendedGoodDtoV2"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.Goods.ExtendedGoodDtoV2"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.DateTimeModel"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Goods"
        ],
        "summary": "Update",
        "description": "<div class=\"apidocs-russian\"><span>Обновление товара в личном кабинете в разрезе аккаунта,в ответе возвращается время постановки сообщения в очередь на шину данных</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">External system account-wide goods updating. Response returns data bus message queuing timestamp</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "<div class=\"apidocs-russian\">Модель товара</div>\n<div class=\"apidocs-english\">Goods model</div>",
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.Goods.ExtendedGoodDtoV2"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.Goods.ExtendedGoodDtoV2"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.Goods.ExtendedGoodDtoV2"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.Goods.ExtendedGoodDtoV2"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.DateTimeModel"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          }
        }
      }
    },
    "/v2/Goods/{goodId}": {
      "get": {
        "tags": [
          "Goods"
        ],
        "summary": "Read",
        "description": "<div class=\"apidocs-russian\"><span>Получение товара из личного кабинета в разрезе аккаунта</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get external system goods information</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "goodId",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор товара</div>\n<div class=\"apidocs-english\">Goods identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.ExtendedGoodV2"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Goods"
        ],
        "summary": "Delete",
        "description": "<div class=\"apidocs-russian\"><span>Удаление товара в личном кабинете в разрезе аккаунта,в ответе возвращается время постановки сообщения в очередь на шину данных</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Removing the good in your account in the context of the account, the response returns the time of queuing the message on the data bus </div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "goodId",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор товара</div>\n<div class=\"apidocs-english\">Goods identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.DateTimeModel"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          }
        }
      }
    },
    "/v2/Goods/list": {
      "get": {
        "tags": [
          "Goods"
        ],
        "summary": "Index",
        "description": "<div class=\"apidocs-russian\"><span>Получение списка товаров из личного кабинета в разрезе аккаунта</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Getting external system account-wide list of goods</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "pageNumber",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Номер страницы</div>\n<div class=\"apidocs-english\">Page number</div>",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 0
            }
          },
          {
            "name": "group_id",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Идентификатор группы для фильтрации</div>\n<div class=\"apidocs-english\">Group identifier for filtering</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "updatedAtFrom",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Начальная дата для фильтрации по дате обновления. Включена в диапазон. Формат даты ISO 8601. Дата без указания таймзоны будет считаться таймзоной UTC.</div>\n<div class=\"apidocs-english\"></div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "updatedAtTo",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Конечная дата для фильтрации по дате обновления. Не включена в диапазон. Формат даты ISO 8601. Дата без указания таймзоны будет считаться таймзоной UTC.</div>\n<div class=\"apidocs-english\"></div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.GoodsV2.GoodsListResponseV2"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          }
        }
      }
    },
    "/v2/Goods/prices": {
      "post": {
        "tags": [
          "Goods"
        ],
        "summary": "Set Prices",
        "description": "<div class=\"apidocs-russian\"><span>Установить цены товарам и привязать их к магазинам.</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Set goods prices and associate it with shops.</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "<div class=\"apidocs-russian\">Масcив товаров с магазинами для привязки</div>\n<div class=\"apidocs-english\">Array of goods with stores for binding</div>",
          "content": {
            "application/json-patch+json": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.GoodsV2SetPrices"
                },
                "example": [
                  {
                    "id": "ITEM_ID",
                    "shops": [
                      {
                        "id": "SHOP_ID",
                        "price": "25",
                        "maxDiscountPercent": "20"
                      }
                    ],
                    "defaultPrice": "17.5"
                  }
                ]
              },
              "example": [
                {
                  "id": "ITEM_ID",
                  "shops": [
                    {
                      "id": "SHOP_ID",
                      "price": "25",
                      "maxDiscountPercent": "20"
                    }
                  ],
                  "defaultPrice": "17.5"
                }
              ]
            },
            "application/json": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.GoodsV2SetPrices"
                },
                "example": [
                  {
                    "id": "ITEM_ID",
                    "shops": [
                      {
                        "id": "SHOP_ID",
                        "price": "25",
                        "maxDiscountPercent": "20"
                      }
                    ],
                    "defaultPrice": "17.5"
                  }
                ]
              },
              "example": [
                {
                  "id": "ITEM_ID",
                  "shops": [
                    {
                      "id": "SHOP_ID",
                      "price": "25",
                      "maxDiscountPercent": "20"
                    }
                  ],
                  "defaultPrice": "17.5"
                }
              ]
            },
            "text/json": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.GoodsV2SetPrices"
                },
                "example": [
                  {
                    "id": "ITEM_ID",
                    "shops": [
                      {
                        "id": "SHOP_ID",
                        "price": "25",
                        "maxDiscountPercent": "20"
                      }
                    ],
                    "defaultPrice": "17.5"
                  }
                ]
              },
              "example": [
                {
                  "id": "ITEM_ID",
                  "shops": [
                    {
                      "id": "SHOP_ID",
                      "price": "25",
                      "maxDiscountPercent": "20"
                    }
                  ],
                  "defaultPrice": "17.5"
                }
              ]
            },
            "application/*+json": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.GoodsV2SetPrices"
                },
                "example": [
                  {
                    "id": "ITEM_ID",
                    "shops": [
                      {
                        "id": "SHOP_ID",
                        "price": "25",
                        "maxDiscountPercent": "20"
                      }
                    ],
                    "defaultPrice": "17.5"
                  }
                ]
              },
              "example": [
                {
                  "id": "ITEM_ID",
                  "shops": [
                    {
                      "id": "SHOP_ID",
                      "price": "25",
                      "maxDiscountPercent": "20"
                    }
                  ],
                  "defaultPrice": "17.5"
                }
              ]
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          }
        }
      }
    },
    "/v2/GoodsCategory": {
      "post": {
        "tags": [
          "GoodsCategory"
        ],
        "summary": "Create",
        "description": "<div class=\"apidocs-russian\"><span>Создание категории в личном кабинете в разрезе аккаунта,в ответе возвращается время постановки сообщения в очередь на шину данных</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">External system account-wide goods category creation. Response returns data bus message queuing timestamp</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "<div class=\"apidocs-russian\">Модель категории</div>\n<div class=\"apidocs-english\">Category model</div>",
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Dtos.GoodCategoryDtoV2"
                  }
                ],
                "description": "Товарная категория"
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Dtos.GoodCategoryDtoV2"
                  }
                ],
                "description": "Товарная категория"
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Dtos.GoodCategoryDtoV2"
                  }
                ],
                "description": "Товарная категория"
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Dtos.GoodCategoryDtoV2"
                  }
                ],
                "description": "Товарная категория"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.DateTimeModel"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "GoodsCategory"
        ],
        "summary": "Update",
        "description": "<div class=\"apidocs-russian\"><span>Обновление категории в личном кабинете в разрезе аккаунта,в ответе возвращается время постановки сообщения в очередь на шину данных</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">External system account-wide goods category update. Response returns data bus message queuing timestamp</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "<div class=\"apidocs-russian\">Модель категории</div>\n<div class=\"apidocs-english\">Category model</div>",
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Dtos.GoodCategoryDtoV2"
                  }
                ],
                "description": "Товарная категория"
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Dtos.GoodCategoryDtoV2"
                  }
                ],
                "description": "Товарная категория"
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Dtos.GoodCategoryDtoV2"
                  }
                ],
                "description": "Товарная категория"
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Dtos.GoodCategoryDtoV2"
                  }
                ],
                "description": "Товарная категория"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.DateTimeModel"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          }
        }
      }
    },
    "/v2/GoodsCategory/{categoryId}": {
      "delete": {
        "tags": [
          "GoodsCategory"
        ],
        "summary": "Delete",
        "description": "<div class=\"apidocs-russian\"><span>Удаление категории в личном кабинете в разрезе аккаунта,в ответе возвращается время постановки сообщения в очередь на шину данных</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">External system account-wide goods category deletion. Response returns data bus message queuing timestamp</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "categoryId",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор категории</div>\n<div class=\"apidocs-english\">Category id</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.DateTimeModel"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          }
        }
      }
    },
    "/v2/GoodsCategory/list": {
      "get": {
        "tags": [
          "GoodsCategory"
        ],
        "summary": "Index",
        "description": "<div class=\"apidocs-russian\"><span>Получение списка товарных категорий в разрезе аккаунта</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get a list of good's categories by account</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "updatedAtFrom",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Начальная дата для фильтрации по дате обновления. Включена в диапазон. Формат даты ISO 8601. Дата без указания таймзоны будет считаться таймзоной UTC.</div>\n<div class=\"apidocs-english\"></div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "updatedAtTo",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Конечная дата для фильтрации по дате обновления. Не включена в диапазон. Формат даты ISO 8601. Дата без указания таймзоны будет считаться таймзоной UTC.</div>\n<div class=\"apidocs-english\"></div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.GetGoodsCategoryV2"
                  },
                  "example": [
                    {
                      "id": "CATEGORY_ID",
                      "parent": null,
                      "children": null,
                      "number": 2,
                      "name": "Оружие",
                      "defaultSubject": 1,
                      "defaultTax": 1,
                      "defaultUnit": "шт",
                      "defaultUnitCode": null,
                      "defaultMarkingType": null,
                      "customProperties": null,
                      "defaultPaymentMethodType": 4,
                      "createdAt": "2018-02-02T00:00:00.0000000+00:00",
                      "updatedAt": "2018-03-04T00:00:00.0000000+00:00",
                      "deletedAt": null
                    },
                    {
                      "id": "ANOTHER_CATEGORY_ID",
                      "parent": null,
                      "children": null,
                      "number": 3,
                      "name": "Яблоки",
                      "defaultSubject": 1,
                      "defaultTax": 1,
                      "defaultUnit": "кг",
                      "defaultUnitCode": null,
                      "defaultMarkingType": null,
                      "customProperties": null,
                      "defaultPaymentMethodType": 4,
                      "createdAt": "2018-02-02T00:00:00.0000000+00:00",
                      "updatedAt": "2019-03-04T00:00:00.0000000+00:00",
                      "deletedAt": null
                    }
                  ]
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          }
        }
      }
    },
    "/v2/ListGoods": {
      "post": {
        "tags": [
          "Goods"
        ],
        "summary": "Bulk Upsert",
        "description": "<div class=\"apidocs-russian\"><span>Отправка GZip архива товаров,в ответе возвращается время постановки сообщения в очередь на шину данных Архивированный файл должен содержать Json, состоящий из полей payload, removeObsolete removeObsolete - bool (Признак необходимости удаления объектов сущности, не перечисленных в поле `payload`. Значение по умолчанию `false`.) nonAtomic - bool( Признак необходимости обрабатывать элементы массива `payload` по отдельности. Значение по умолчанию `false`.) payload - ExtendedGoodDto[] (Массив структур, соответствующих модели сущности) </span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Sending goods archive GZip. Response returns data bus message queuing timestamp. The archived file must contain Json with fields:  payload, removeObsolete, nonAtomic.  removeObsolete - bool (Indicates whether to delete entity objects not listed in the payload field. The default value is ` false`.) nonAtomic - bool (Indicates whether to  process payload array elements separately. The default value is` false`.) payload - ExtendedGoodDto [] (An array of structures corresponding to the entity model)</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>         Sample json:\n             \n                   POST /listgoods\n                   {\n                     \"removeObsolete\": false,\n                     \"nonAtomic\": false,\n                     \"payload\": [\n                       {\n                         \"id\": \"hdpaA8gy7Z970Ic3\",\n                         \"name\": \"Сигареты LD BLUE OC\",\n                         \"type\": \"simple\",\n                         \"sku\": \"\",\n                         \"1cSku\": null,\n                         \"unit\": \"Штука\",\n                         \"price\": 10.5,\n                         \"productionCost\": 10,\n                         \"marginPercent\": 5,\n                         \"lastPurchasePrice\": null,\n                         \"tax\": \"6\",\n                         \"img\": null,\n                         \"subject\": \"1\",\n                         \"barcodes\": [\n                   \n                         ],\n                         \"isOrderable\": false,\n                         \"isWeight\": 0,\n                         \"nonTradable\": false,\n                         \"accountingMethod\": null,\n                         \"cookingTimeMinutes\": null,\n                         \"cookingTimeSeconds\": null,\n                         \"cookingReceipt\": null,\n                         \"markingType\": null,\n                         \"group_id\": \"64ff353a-1a10-43eb-a650-62d9566a5376\",\n                         \"minPrice\": null,\n                         \"createdAt\": \"2019-02-14T13:59:54.460Z\",\n                         \"deletedAt\": null\n                       },\n                       {\n                         \"id\": \"hdpaA8gy7Z970Ic4\",\n                         \"name\": \"Сигареты LD Blue т/у\",\n                         \"type\": \"simple\",\n                         \"sku\": \"\",\n                         \"1cSku\": null,\n                         \"unit\": \"Штука\",\n                         \"price\": 10.5,\n                         \"productionCost\": 10,\n                         \"marginPercent\": 5,\n                         \"lastPurchasePrice\": null,\n                         \"tax\": \"6\",\n                         \"img\": null,\n                         \"subject\": \"1\",\n                         \"barcodes\": [\n                   \n                         ],\n                         \"isOrderable\": false,\n                         \"isWeight\": 0,\n                         \"nonTradable\": false,\n                         \"accountingMethod\": null,\n                         \"cookingTimeMinutes\": null,\n                         \"cookingTimeSeconds\": null,\n                         \"cookingReceipt\": null,\n                         \"markingType\": null,\n                         \"group_id\": \"64ff353a-1a10-43eb-a650-62d9566a5376\",\n                         \"minPrice\": null,\n                         \"createdAt\": \"2019-02-14T13:59:54.460Z\",\n                         \"deletedAt\": null\n                       }\n                     ]\n                   }",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "multipart/form-data": {
              "schema": {
                "required": [
                  "file"
                ],
                "type": "object",
                "properties": {
                  "file": {
                    "type": "string",
                    "format": "binary"
                  }
                }
              },
              "encoding": {
                "file": {
                  "style": "form"
                }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.GuidModel"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.GuidModel"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.GuidModel"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          }
        }
      }
    },
    "/v2/ListGoods/{guid}/status": {
      "get": {
        "tags": [
          "Goods"
        ],
        "summary": "Bulk Upsert Status",
        "description": "<div class=\"apidocs-russian\"><span>Получение статуса загрузки пачки сообщений для товаров по идентификатору</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get goods batch message  status by identifier</div>",
        "parameters": [
          {
            "name": "guid",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор операции</div>\n<div class=\"apidocs-english\">Operation identifier</div>",
            "required": true,
            "schema": {
              "type": "string",
              "format": "uuid"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/v2/ListGoodsCategories": {
      "post": {
        "tags": [
          "GoodsCategory"
        ],
        "summary": "Bulk Upsert",
        "description": "<div class=\"apidocs-russian\"><span>Отправка GZip архива категорий,в ответе возвращается время постановки сообщения в очередь на шину данных Архивированный файл должен содержать Json, состоящий из полей payload, removeObsolete removeObsolete - bool (Признак необходимости удаления объектов сущности, не перечисленных в поле `payload`. Значение по умолчанию `false`.) nonAtomic - bool( Признак необходимости обрабатывать элементы массива `payload` по отдельности. Значение по умолчанию `false`.) payload - GoodCategoryDto[] (Массив структур, соответствующих модели сущности)</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Sending goods categories GZIP archive. Response returns data bus message queuing timestamp. The archived file must contain Json with fields:  payload, removeObsolete, nonAtomic.  removeObsolete - bool (Indicates whether to delete entity objects not listed in the payload field. The default value is ` false`.) nonAtomic - bool (Indicates whether to  process payload array elements separately. The default value is` false`.) payload - ExtendedGoodDto [] (An array of structures corresponding to the entity model)</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div> Sample json: \n           \n                   POST /listgoodscategories\n                   {\n                        \"removeObsolete\": false,\n                        \"nonAtomic\": false,\n                        \"payload\": [\n                             {\n                                 \"id\": \"hdpaA8gy7Z970Ic3\",\n                                 \"number\": 1,\n                                 \"name\": \"Новая категория\",\n                                 \"isDefault\": false,\n                                 \"defaultTax\": 1,\n                                 \"defaultUnit\": \"шт\",\n                                 \"isTransport\": false,\n                                 \"defaultSubject\": 1,\n                                 \"customProperties\": null,\n                                 \"defaultMarkingType\": null,\n                                 \"defaultPaymentMethodType\": 4\n                             },\n                             {\n                                \"id\": \"Q7jdhKmdSGnqtT4J\",\n                                \"number\": 2,\n                                \"name\": \"Новая подкатегория\",\n                                \"isDefault\": false,\n                                \"defaultTax\": 1,\n                                \"parent\":\"9qMjw5CaBovkSlIP\",\n                                \"defaultUnit\": \"шт\",\n                                \"isTransport\": false,\n                                \"defaultSubject\": 1,\n                                \"customProperties\": null,\n                                \"defaultMarkingType\": null,\n                                \"defaultPaymentMethodType\": 4\n                             }\n                        ]\n                    }\n                  ",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "multipart/form-data": {
              "schema": {
                "required": [
                  "file"
                ],
                "type": "object",
                "properties": {
                  "file": {
                    "type": "string",
                    "format": "binary"
                  }
                }
              },
              "encoding": {
                "file": {
                  "style": "form"
                }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.GuidModel"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.GuidModel"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.GuidModel"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          }
        }
      }
    },
    "/v2/ListGoodsCategories/{guid}/status": {
      "get": {
        "tags": [
          "GoodsCategory"
        ],
        "summary": "Bulk Upsert Status",
        "description": "<div class=\"apidocs-russian\"><span>Получение статуса загрузки пачки сообщений для категорий по идентификатору</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get goods categories batch message status by ID</div>",
        "parameters": [
          {
            "name": "guid",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор операции</div>\n<div class=\"apidocs-english\">Operation identifier</div>",
            "required": true,
            "schema": {
              "type": "string",
              "format": "uuid"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/v2/Orders": {
      "get": {
        "tags": [
          "Orders"
        ],
        "summary": "Index",
        "description": "<div class=\"apidocs-russian\"><span>Получение списка отложенных заказов</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Getting list of pending orders</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "pageSize",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Кол-во заказов на страницу</div>\n<div class=\"apidocs-english\">Count of orders on the page</div>",
            "schema": {
              "maximum": 100,
              "minimum": 1,
              "type": "integer",
              "format": "int32",
              "default": 25
            }
          },
          {
            "name": "page",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Номер страницы</div>\n<div class=\"apidocs-english\">Number of the page</div>",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 0
            }
          },
          {
            "name": "sorted",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Параметры сортировки (По умолчанию: [{ id: 'createdAt', desc: false }])</div>\n<div class=\"apidocs-english\">Sorting parameters (Default value: [{ id: 'createdAt', desc: false }])</div>",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.Sorting"
              }
            }
          },
          {
            "name": "filtered.search",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Поисковая строка (поиск по номеру заказа)</div>\n<div class=\"apidocs-english\">Search string (search by order id)</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.clients",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Массив идентификаторов клиентов</div>\n<div class=\"apidocs-english\">Array of clients Ids</div>",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "uuid"
              }
            }
          },
          {
            "name": "filtered.beginAmount",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Сумма от</div>\n<div class=\"apidocs-english\">Amount from</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.endAmount",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Сумма до</div>\n<div class=\"apidocs-english\">Amount to</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.dateFrom",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период с (прим. параметра: filtered.DateFrom=2021-03-01T12:00)</div>\n<div class=\"apidocs-english\">Date from (ex. query param: filtered.DateFrom=2021-03-01T12:00)</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.dateTo",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период по (прим. параметра: filtered.DateFrom=2021-03-01T12:00)</div>\n<div class=\"apidocs-english\">Date to (ex. query param: filtered.DateFrom=2021-03-01T12:00)</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.status",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Статус заказа (прим.: запрос \"?filtered.Status[0]=Оплачен&filtered.Status[1]=Отменен&filtered.status[2]=Част. оплачен\" вернет список заказов со статусами: Отменен, Оплачен, Част. оплачен</div>\n<div class=\"apidocs-english\">Order status (sample: query \"?filtered.Status[0]=Оплачен&filtered.Status[1]=Отменен&filtered.status[2]=Част. оплачен\" will return orders with Paid (Оплачен), Cancelled (Отменен) and Partially paid (Част. оплачен) statuses</div>",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.OrdersV2.OrdersResponse"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          }
        }
      }
    },
    "/v2/Orders/simple": {
      "post": {
        "tags": [
          "Orders"
        ],
        "summary": "Create",
        "description": "<div class=\"apidocs-russian\"><span>Создание и обновление отложенного заказа.</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Create new or update existing pending order.</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "",
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.OrdersV2.PostOrderV2"
              },
              "example": {
                "id": "stringId",
                "number": "OderNumber",
                "dateTime": "2019-08-14T12:15:43.0000000+00:00",
                "device": null,
                "shop": null,
                "cashier": null,
                "clientId": null,
                "comment": null,
                "deliveryAddress": null,
                "pickAddress": null,
                "status": null,
                "cancellationReason": null,
                "content": {
                  "discountMoney": "0",
                  "discountPercent": "0",
                  "type": 3,
                  "positions": [
                    {
                      "sku": "",
                      "id": null,
                      "discountMoney": 0,
                      "positionId": "00000000-0000-0000-0000-000000000000",
                      "markingType": null,
                      "nomenclatureCode": null,
                      "itemCode": null,
                      "soldAmount": 0,
                      "barcodes": null,
                      "addingType": 0,
                      "addedAt": "2026-08-06T20:02:10.5562661+00:00",
                      "editable": true,
                      "quantity": 1,
                      "price": 10,
                      "tax": 6,
                      "text": "Договор страхования №ARS15/123474",
                      "paymentMethodType": 4,
                      "paymentSubjectType": 4,
                      "agentInfo": null,
                      "unitOfMeasurement": "Piece",
                      "unitCode": 0,
                      "additionalAttribute": null,
                      "manufacturerCountryCode": null,
                      "customsDeclarationNumber": null,
                      "supplierINN": null,
                      "supplierInfo": null,
                      "excise": null,
                      "agentType": null,
                      "customProperties": null,
                      "industryAttribute": null,
                      "noReturn": 0,
                      "discountPercent": "0",
                      "maxDiscountPercent": "0",
                      "minPrice": "0",
                      "isWeight": 0
                    }
                  ],
                  "checkClose": {
                    "payments": [
                      {
                        "acquiringData": null,
                        "processedAt": null,
                        "index": null,
                        "parentIndex": null,
                        "type": 1,
                        "amount": 10
                      }
                    ],
                    "taxationSystem": 0
                  },
                  "customerContact": "Иванов Иван",
                  "paymentAgentOperation": null,
                  "paymentOperatorName": null,
                  "paymentOperatorAddress": null,
                  "paymentOperatorINN": null,
                  "agentType": null,
                  "paymentTransferOperatorPhoneNumbers": null,
                  "paymentAgentPhoneNumbers": null,
                  "paymentOperatorPhoneNumbers": null,
                  "supplierPhoneNumbers": null,
                  "additionalUserAttribute": null,
                  "automatNumber": null,
                  "settlementAddress": null,
                  "settlementPlace": null,
                  "additionalAttribute": null,
                  "customer": "Иванов Иван",
                  "customerINN": null,
                  "customerInfo": {
                    "birthDate": "1980-01-01",
                    "nationality": "Национальность",
                    "docType": 21,
                    "passport": "00-00-000000",
                    "address": "город, улица, дом"
                  },
                  "industryAttribute": null,
                  "electronicCheck": null,
                  "isOnline": null
                },
                "isEditableByDevice": false,
                "ignoreItemCodeCheck": false,
                "useTax20": null
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.OrdersV2.PostOrderV2"
              },
              "example": {
                "id": "stringId",
                "number": "OderNumber",
                "dateTime": "2019-08-14T12:15:43.0000000+00:00",
                "device": null,
                "shop": null,
                "cashier": null,
                "clientId": null,
                "comment": null,
                "deliveryAddress": null,
                "pickAddress": null,
                "status": null,
                "cancellationReason": null,
                "content": {
                  "discountMoney": "0",
                  "discountPercent": "0",
                  "type": 3,
                  "positions": [
                    {
                      "sku": "",
                      "id": null,
                      "discountMoney": 0,
                      "positionId": "00000000-0000-0000-0000-000000000000",
                      "markingType": null,
                      "nomenclatureCode": null,
                      "itemCode": null,
                      "soldAmount": 0,
                      "barcodes": null,
                      "addingType": 0,
                      "addedAt": "2026-08-06T20:02:10.5562661+00:00",
                      "editable": true,
                      "quantity": 1,
                      "price": 10,
                      "tax": 6,
                      "text": "Договор страхования №ARS15/123474",
                      "paymentMethodType": 4,
                      "paymentSubjectType": 4,
                      "agentInfo": null,
                      "unitOfMeasurement": "Piece",
                      "unitCode": 0,
                      "additionalAttribute": null,
                      "manufacturerCountryCode": null,
                      "customsDeclarationNumber": null,
                      "supplierINN": null,
                      "supplierInfo": null,
                      "excise": null,
                      "agentType": null,
                      "customProperties": null,
                      "industryAttribute": null,
                      "noReturn": 0,
                      "discountPercent": "0",
                      "maxDiscountPercent": "0",
                      "minPrice": "0",
                      "isWeight": 0
                    }
                  ],
                  "checkClose": {
                    "payments": [
                      {
                        "acquiringData": null,
                        "processedAt": null,
                        "index": null,
                        "parentIndex": null,
                        "type": 1,
                        "amount": 10
                      }
                    ],
                    "taxationSystem": 0
                  },
                  "customerContact": "Иванов Иван",
                  "paymentAgentOperation": null,
                  "paymentOperatorName": null,
                  "paymentOperatorAddress": null,
                  "paymentOperatorINN": null,
                  "agentType": null,
                  "paymentTransferOperatorPhoneNumbers": null,
                  "paymentAgentPhoneNumbers": null,
                  "paymentOperatorPhoneNumbers": null,
                  "supplierPhoneNumbers": null,
                  "additionalUserAttribute": null,
                  "automatNumber": null,
                  "settlementAddress": null,
                  "settlementPlace": null,
                  "additionalAttribute": null,
                  "customer": "Иванов Иван",
                  "customerINN": null,
                  "customerInfo": {
                    "birthDate": "1980-01-01",
                    "nationality": "Национальность",
                    "docType": 21,
                    "passport": "00-00-000000",
                    "address": "город, улица, дом"
                  },
                  "industryAttribute": null,
                  "electronicCheck": null,
                  "isOnline": null
                },
                "isEditableByDevice": false,
                "ignoreItemCodeCheck": false,
                "useTax20": null
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.OrdersV2.PostOrderV2"
              },
              "example": {
                "id": "stringId",
                "number": "OderNumber",
                "dateTime": "2019-08-14T12:15:43.0000000+00:00",
                "device": null,
                "shop": null,
                "cashier": null,
                "clientId": null,
                "comment": null,
                "deliveryAddress": null,
                "pickAddress": null,
                "status": null,
                "cancellationReason": null,
                "content": {
                  "discountMoney": "0",
                  "discountPercent": "0",
                  "type": 3,
                  "positions": [
                    {
                      "sku": "",
                      "id": null,
                      "discountMoney": 0,
                      "positionId": "00000000-0000-0000-0000-000000000000",
                      "markingType": null,
                      "nomenclatureCode": null,
                      "itemCode": null,
                      "soldAmount": 0,
                      "barcodes": null,
                      "addingType": 0,
                      "addedAt": "2026-08-06T20:02:10.5562661+00:00",
                      "editable": true,
                      "quantity": 1,
                      "price": 10,
                      "tax": 6,
                      "text": "Договор страхования №ARS15/123474",
                      "paymentMethodType": 4,
                      "paymentSubjectType": 4,
                      "agentInfo": null,
                      "unitOfMeasurement": "Piece",
                      "unitCode": 0,
                      "additionalAttribute": null,
                      "manufacturerCountryCode": null,
                      "customsDeclarationNumber": null,
                      "supplierINN": null,
                      "supplierInfo": null,
                      "excise": null,
                      "agentType": null,
                      "customProperties": null,
                      "industryAttribute": null,
                      "noReturn": 0,
                      "discountPercent": "0",
                      "maxDiscountPercent": "0",
                      "minPrice": "0",
                      "isWeight": 0
                    }
                  ],
                  "checkClose": {
                    "payments": [
                      {
                        "acquiringData": null,
                        "processedAt": null,
                        "index": null,
                        "parentIndex": null,
                        "type": 1,
                        "amount": 10
                      }
                    ],
                    "taxationSystem": 0
                  },
                  "customerContact": "Иванов Иван",
                  "paymentAgentOperation": null,
                  "paymentOperatorName": null,
                  "paymentOperatorAddress": null,
                  "paymentOperatorINN": null,
                  "agentType": null,
                  "paymentTransferOperatorPhoneNumbers": null,
                  "paymentAgentPhoneNumbers": null,
                  "paymentOperatorPhoneNumbers": null,
                  "supplierPhoneNumbers": null,
                  "additionalUserAttribute": null,
                  "automatNumber": null,
                  "settlementAddress": null,
                  "settlementPlace": null,
                  "additionalAttribute": null,
                  "customer": "Иванов Иван",
                  "customerINN": null,
                  "customerInfo": {
                    "birthDate": "1980-01-01",
                    "nationality": "Национальность",
                    "docType": 21,
                    "passport": "00-00-000000",
                    "address": "город, улица, дом"
                  },
                  "industryAttribute": null,
                  "electronicCheck": null,
                  "isOnline": null
                },
                "isEditableByDevice": false,
                "ignoreItemCodeCheck": false,
                "useTax20": null
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.OrdersV2.PostOrderV2"
              },
              "example": {
                "id": "stringId",
                "number": "OderNumber",
                "dateTime": "2019-08-14T12:15:43.0000000+00:00",
                "device": null,
                "shop": null,
                "cashier": null,
                "clientId": null,
                "comment": null,
                "deliveryAddress": null,
                "pickAddress": null,
                "status": null,
                "cancellationReason": null,
                "content": {
                  "discountMoney": "0",
                  "discountPercent": "0",
                  "type": 3,
                  "positions": [
                    {
                      "sku": "",
                      "id": null,
                      "discountMoney": 0,
                      "positionId": "00000000-0000-0000-0000-000000000000",
                      "markingType": null,
                      "nomenclatureCode": null,
                      "itemCode": null,
                      "soldAmount": 0,
                      "barcodes": null,
                      "addingType": 0,
                      "addedAt": "2026-08-06T20:02:10.5562661+00:00",
                      "editable": true,
                      "quantity": 1,
                      "price": 10,
                      "tax": 6,
                      "text": "Договор страхования №ARS15/123474",
                      "paymentMethodType": 4,
                      "paymentSubjectType": 4,
                      "agentInfo": null,
                      "unitOfMeasurement": "Piece",
                      "unitCode": 0,
                      "additionalAttribute": null,
                      "manufacturerCountryCode": null,
                      "customsDeclarationNumber": null,
                      "supplierINN": null,
                      "supplierInfo": null,
                      "excise": null,
                      "agentType": null,
                      "customProperties": null,
                      "industryAttribute": null,
                      "noReturn": 0,
                      "discountPercent": "0",
                      "maxDiscountPercent": "0",
                      "minPrice": "0",
                      "isWeight": 0
                    }
                  ],
                  "checkClose": {
                    "payments": [
                      {
                        "acquiringData": null,
                        "processedAt": null,
                        "index": null,
                        "parentIndex": null,
                        "type": 1,
                        "amount": 10
                      }
                    ],
                    "taxationSystem": 0
                  },
                  "customerContact": "Иванов Иван",
                  "paymentAgentOperation": null,
                  "paymentOperatorName": null,
                  "paymentOperatorAddress": null,
                  "paymentOperatorINN": null,
                  "agentType": null,
                  "paymentTransferOperatorPhoneNumbers": null,
                  "paymentAgentPhoneNumbers": null,
                  "paymentOperatorPhoneNumbers": null,
                  "supplierPhoneNumbers": null,
                  "additionalUserAttribute": null,
                  "automatNumber": null,
                  "settlementAddress": null,
                  "settlementPlace": null,
                  "additionalAttribute": null,
                  "customer": "Иванов Иван",
                  "customerINN": null,
                  "customerInfo": {
                    "birthDate": "1980-01-01",
                    "nationality": "Национальность",
                    "docType": 21,
                    "passport": "00-00-000000",
                    "address": "город, улица, дом"
                  },
                  "industryAttribute": null,
                  "electronicCheck": null,
                  "isOnline": null
                },
                "isEditableByDevice": false,
                "ignoreItemCodeCheck": false,
                "useTax20": null
              }
            }
          }
        },
        "responses": {
          "201": {
            "description": "Created",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.GuidModel"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          }
        }
      }
    },
    "/v2/Orders/simple/{orderId}": {
      "get": {
        "tags": [
          "Orders"
        ],
        "summary": "Read",
        "description": "<div class=\"apidocs-russian\"><span>Получение данных об отложенном заказе, принимает в качестве параметра на вход внешний id</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Getting pending order info. Accepts external id as input parameters</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "orderId",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор заказа (orderId)</div>\n<div class=\"apidocs-english\">Order identifier (orderId)</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Dtos.GetOrderStatusWithReceiptsContent"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Orders"
        ],
        "summary": "Delete",
        "description": "<div class=\"apidocs-russian\"><span>Удаление данных об отложенном заказе, принимает в качестве параметра на вход внешний id, с которым был создан данный заказ во внешней системе</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Deleting data on a pending order, takes as an input parameter the external id with which this order was created in the external system</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "orderId",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор заказа (orderId)</div>\n<div class=\"apidocs-english\">Order identifier (orderId)</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "204": {
            "description": "No Content"
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          }
        }
      }
    },
    "/v2/Receipts": {
      "get": {
        "tags": [
          "Receipts"
        ],
        "summary": "Index",
        "description": "<div class=\"apidocs-russian\"><span>Получение списка чеков</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get receipts list</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "filtered.operation",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Операция\n            Допустимые значения: \"1\", \"2\", \"3\", \"4\"</div>\n<div class=\"apidocs-english\">\n            Operation\n            Allowed values: \"1\", \"2\", \"3\", \"4\"</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div>Приход</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div>Возврат прихода</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div>Расход</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div>Возврат расхода</div>\n",
            "schema": {
              "allOf": [
                {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.ReceiptTypeEnum"
                }
              ]
            }
          },
          {
            "name": "filtered.search",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Поисковая строка (поиск по номеру чека или номеру смены)</div>\n<div class=\"apidocs-english\">Search string (search by check number or shift number)</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.order",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Идентификатор заказа</div>\n<div class=\"apidocs-english\">Order identifier</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.client",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Идентификатор клиента</div>\n<div class=\"apidocs-english\">Client identifier</div>",
            "schema": {
              "type": "string",
              "format": "uuid"
            }
          },
          {
            "name": "filtered.shops",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Массив идентификаторов магазинов</div>\n<div class=\"apidocs-english\">Array of shop identifiers</div>",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer",
                "format": "int32"
              }
            }
          },
          {
            "name": "filtered.fd",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">ФД</div>\n<div class=\"apidocs-english\">FD</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.fp",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">ФП</div>\n<div class=\"apidocs-english\">FP</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.productName",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Наименование товара</div>\n<div class=\"apidocs-english\">Product name</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.beginAmount",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Сумма от</div>\n<div class=\"apidocs-english\">Begin amount</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.endAmount",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Сумма до</div>\n<div class=\"apidocs-english\">End Amount</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.beginDate",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период с (формат: ГГГГ-ММ-ДДТЧЧ:ММ:СС)</div>\n<div class=\"apidocs-english\">Period from (format: yyyy-MM-ddTHH:mm:ss)</div>",
            "required": true,
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "filtered.endDate",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период по (формат: ГГГГ-ММ-ДДТЧЧ:ММ:СС)</div>\n<div class=\"apidocs-english\">Ending period (format: yyyy-MM-ddTHH:mm:ss)</div>",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "filtered.devices",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Массив идентификаторов устройств</div>\n<div class=\"apidocs-english\">Array of device identifiers</div>",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer",
                "format": "int32"
              }
            }
          },
          {
            "name": "filtered.cashiers",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Массив идентификаторов кассиров</div>\n<div class=\"apidocs-english\">Array of cashier identifiers</div>",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "uuid"
              }
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Кол-во чеков на страницу\n            По умолчанию: 25\n            Ограничения: 1-100</div>\n<div class=\"apidocs-english\">\n            Number of checks per page\n            Default: 25\n            Restrictions: 1-100</div>",
            "schema": {
              "maximum": 100,
              "minimum": 1,
              "type": "integer",
              "format": "int32",
              "default": 25
            }
          },
          {
            "name": "page",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Номер страницы\n            По умолчанию: 0\n            </div>\n<div class=\"apidocs-english\">\n            Page number\n            Default: 0\n            </div>",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 0
            }
          },
          {
            "name": "sorted",
            "in": "query",
            "description": "<div class=\"apidocs-russian\"> Параметры сортировки\n            По умолчанию: [{ id: 'createdAt', desc: false }]</div>\n<div class=\"apidocs-english\">Sort Options\n            Default: [{id: 'createdAt', desc: false}]</div>",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.Sorting"
              }
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.ReceiptsV2.ReceiptsResponseV2"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          }
        },
        "deprecated": true
      }
    },
    "/v2/Shifts": {
      "get": {
        "tags": [
          "Shifts"
        ],
        "summary": "Index",
        "description": "<div class=\"apidocs-russian\"><span>Получение списка смен</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get shifts list</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "pageSize",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Кол-во смен на страницу\n            По умолчанию: 25\n            Ограничения: 1-100</div>\n<div class=\"apidocs-english\">\n            Number of checks per page\n            Default: 25\n            Restrictions: 1-100</div>",
            "schema": {
              "maximum": 100,
              "minimum": 1,
              "type": "integer",
              "format": "int32",
              "default": 25
            }
          },
          {
            "name": "page",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Номер страницы\n            По умолчанию: 0\n            </div>\n<div class=\"apidocs-english\">\n            Page number\n            Default: 0\n            </div>",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 0
            }
          },
          {
            "name": "filtered.search",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Поисковая строка (поиск по номеру смены)</div>\n<div class=\"apidocs-english\">Search string (search by shift number)</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.beginDate",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период с (формат: ГГГГ-ММ-ДДТЧЧ:ММ:СС)</div>\n<div class=\"apidocs-english\">Period from (format: yyyy-MM-ddTHH:mm:ss)</div>",
            "required": true,
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "filtered.endDate",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период по (формат: ГГГГ-ММ-ДДТЧЧ:ММ:СС)</div>\n<div class=\"apidocs-english\">Ending period (format: yyyy-MM-ddTHH:mm:ss)</div>",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "filtered.shops",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Массив идентификаторов магазинов</div>\n<div class=\"apidocs-english\">Array of shops identifiers</div>",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer",
                "format": "int32"
              }
            }
          },
          {
            "name": "filtered.devices",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Массив идентификаторов устройств</div>\n<div class=\"apidocs-english\">Array of device identifiers</div>",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer",
                "format": "int32"
              }
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.ReceiptModels.LkRows`1[[NebularApi.Models.LkService.LkShift, NebularApi, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          }
        },
        "deprecated": true
      }
    },
    "/v2/Shops": {
      "post": {
        "tags": [
          "Shops"
        ],
        "summary": "Create",
        "description": "<div class=\"apidocs-russian\"><span>Создание магазина для внешней системы</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Creating external system shop</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "<div class=\"apidocs-russian\">Модель магазина</div>\n<div class=\"apidocs-english\">Shop model</div>",
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.PostShopV2"
                  }
                ],
                "description": "<div class=\"apidocs-russian\">Модель магазина V2</div>\n<div class=\"apidocs-english\">Shop model V2</div>",
                "example": {
                  "id": "FRFBRW223545",
                  "name": "Магазин иллюзий",
                  "address": {
                    "data": {
                      "city": "Москва",
                      "house": "13",
                      "region": "",
                      "street": "ул. Кековая",
                      "country": "Россия"
                    },
                    "value": "г. Москва, ул. Кековая д.13",
                    "unrestricted_value": null
                  },
                  "url": null,
                  "longitude": null,
                  "latitude": null,
                  "onlineStore": true,
                  "activityType": null,
                  "customProperties": null
                }
              },
              "example": {
                "id": "FRFBRW223545",
                "name": "Магазин иллюзий",
                "address": {
                  "data": {
                    "city": "Москва",
                    "house": "13",
                    "region": "",
                    "street": "ул. Кековая",
                    "country": "Россия"
                  },
                  "value": "г. Москва, ул. Кековая д.13",
                  "unrestricted_value": null
                },
                "url": null,
                "longitude": null,
                "latitude": null,
                "onlineStore": true,
                "activityType": null,
                "customProperties": null
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.PostShopV2"
                  }
                ],
                "description": "<div class=\"apidocs-russian\">Модель магазина V2</div>\n<div class=\"apidocs-english\">Shop model V2</div>",
                "example": {
                  "id": "FRFBRW223545",
                  "name": "Магазин иллюзий",
                  "address": {
                    "data": {
                      "city": "Москва",
                      "house": "13",
                      "region": "",
                      "street": "ул. Кековая",
                      "country": "Россия"
                    },
                    "value": "г. Москва, ул. Кековая д.13",
                    "unrestricted_value": null
                  },
                  "url": null,
                  "longitude": null,
                  "latitude": null,
                  "onlineStore": true,
                  "activityType": null,
                  "customProperties": null
                }
              },
              "example": {
                "id": "FRFBRW223545",
                "name": "Магазин иллюзий",
                "address": {
                  "data": {
                    "city": "Москва",
                    "house": "13",
                    "region": "",
                    "street": "ул. Кековая",
                    "country": "Россия"
                  },
                  "value": "г. Москва, ул. Кековая д.13",
                  "unrestricted_value": null
                },
                "url": null,
                "longitude": null,
                "latitude": null,
                "onlineStore": true,
                "activityType": null,
                "customProperties": null
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.PostShopV2"
                  }
                ],
                "description": "<div class=\"apidocs-russian\">Модель магазина V2</div>\n<div class=\"apidocs-english\">Shop model V2</div>",
                "example": {
                  "id": "FRFBRW223545",
                  "name": "Магазин иллюзий",
                  "address": {
                    "data": {
                      "city": "Москва",
                      "house": "13",
                      "region": "",
                      "street": "ул. Кековая",
                      "country": "Россия"
                    },
                    "value": "г. Москва, ул. Кековая д.13",
                    "unrestricted_value": null
                  },
                  "url": null,
                  "longitude": null,
                  "latitude": null,
                  "onlineStore": true,
                  "activityType": null,
                  "customProperties": null
                }
              },
              "example": {
                "id": "FRFBRW223545",
                "name": "Магазин иллюзий",
                "address": {
                  "data": {
                    "city": "Москва",
                    "house": "13",
                    "region": "",
                    "street": "ул. Кековая",
                    "country": "Россия"
                  },
                  "value": "г. Москва, ул. Кековая д.13",
                  "unrestricted_value": null
                },
                "url": null,
                "longitude": null,
                "latitude": null,
                "onlineStore": true,
                "activityType": null,
                "customProperties": null
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.PostShopV2"
                  }
                ],
                "description": "<div class=\"apidocs-russian\">Модель магазина V2</div>\n<div class=\"apidocs-english\">Shop model V2</div>",
                "example": {
                  "id": "FRFBRW223545",
                  "name": "Магазин иллюзий",
                  "address": {
                    "data": {
                      "city": "Москва",
                      "house": "13",
                      "region": "",
                      "street": "ул. Кековая",
                      "country": "Россия"
                    },
                    "value": "г. Москва, ул. Кековая д.13",
                    "unrestricted_value": null
                  },
                  "url": null,
                  "longitude": null,
                  "latitude": null,
                  "onlineStore": true,
                  "activityType": null,
                  "customProperties": null
                }
              },
              "example": {
                "id": "FRFBRW223545",
                "name": "Магазин иллюзий",
                "address": {
                  "data": {
                    "city": "Москва",
                    "house": "13",
                    "region": "",
                    "street": "ул. Кековая",
                    "country": "Россия"
                  },
                  "value": "г. Москва, ул. Кековая д.13",
                  "unrestricted_value": null
                },
                "url": null,
                "longitude": null,
                "latitude": null,
                "onlineStore": true,
                "activityType": null,
                "customProperties": null
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          }
        }
      }
    },
    "/v2/Shops/{id}": {
      "get": {
        "tags": [
          "Shops"
        ],
        "summary": "Read",
        "description": "<div class=\"apidocs-russian\"><span>Получение магазина по id</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get shop by id</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.GetShopV2"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          }
        }
      }
    },
    "/v2/Shops/{shopId}": {
      "put": {
        "tags": [
          "Shops"
        ],
        "summary": "Update",
        "description": "<div class=\"apidocs-russian\"><span>Обновление магазина для внешней системы</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Update external system shop</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "shopId",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор магазина</div>\n<div class=\"apidocs-english\">Shop identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "<div class=\"apidocs-russian\">Модель магазина</div>\n<div class=\"apidocs-english\">Shop model</div>",
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.BaseShop"
                  }
                ],
                "description": "Базовая модель магазина",
                "example": {
                  "name": "Магазин иллюзий",
                  "address": {
                    "data": {
                      "city": "Москва",
                      "house": "13",
                      "region": "",
                      "street": "ул. Кековая",
                      "country": "Россия"
                    },
                    "value": "г. Москва, ул. Кековая д.13",
                    "unrestricted_value": null
                  },
                  "url": null,
                  "longitude": null,
                  "latitude": null,
                  "onlineStore": true,
                  "activityType": null,
                  "customProperties": null
                }
              },
              "example": {
                "name": "Магазин иллюзий",
                "address": {
                  "data": {
                    "city": "Москва",
                    "house": "13",
                    "region": "",
                    "street": "ул. Кековая",
                    "country": "Россия"
                  },
                  "value": "г. Москва, ул. Кековая д.13",
                  "unrestricted_value": null
                },
                "url": null,
                "longitude": null,
                "latitude": null,
                "onlineStore": true,
                "activityType": null,
                "customProperties": null
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.BaseShop"
                  }
                ],
                "description": "Базовая модель магазина",
                "example": {
                  "name": "Магазин иллюзий",
                  "address": {
                    "data": {
                      "city": "Москва",
                      "house": "13",
                      "region": "",
                      "street": "ул. Кековая",
                      "country": "Россия"
                    },
                    "value": "г. Москва, ул. Кековая д.13",
                    "unrestricted_value": null
                  },
                  "url": null,
                  "longitude": null,
                  "latitude": null,
                  "onlineStore": true,
                  "activityType": null,
                  "customProperties": null
                }
              },
              "example": {
                "name": "Магазин иллюзий",
                "address": {
                  "data": {
                    "city": "Москва",
                    "house": "13",
                    "region": "",
                    "street": "ул. Кековая",
                    "country": "Россия"
                  },
                  "value": "г. Москва, ул. Кековая д.13",
                  "unrestricted_value": null
                },
                "url": null,
                "longitude": null,
                "latitude": null,
                "onlineStore": true,
                "activityType": null,
                "customProperties": null
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.BaseShop"
                  }
                ],
                "description": "Базовая модель магазина",
                "example": {
                  "name": "Магазин иллюзий",
                  "address": {
                    "data": {
                      "city": "Москва",
                      "house": "13",
                      "region": "",
                      "street": "ул. Кековая",
                      "country": "Россия"
                    },
                    "value": "г. Москва, ул. Кековая д.13",
                    "unrestricted_value": null
                  },
                  "url": null,
                  "longitude": null,
                  "latitude": null,
                  "onlineStore": true,
                  "activityType": null,
                  "customProperties": null
                }
              },
              "example": {
                "name": "Магазин иллюзий",
                "address": {
                  "data": {
                    "city": "Москва",
                    "house": "13",
                    "region": "",
                    "street": "ул. Кековая",
                    "country": "Россия"
                  },
                  "value": "г. Москва, ул. Кековая д.13",
                  "unrestricted_value": null
                },
                "url": null,
                "longitude": null,
                "latitude": null,
                "onlineStore": true,
                "activityType": null,
                "customProperties": null
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.BaseShop"
                  }
                ],
                "description": "Базовая модель магазина",
                "example": {
                  "name": "Магазин иллюзий",
                  "address": {
                    "data": {
                      "city": "Москва",
                      "house": "13",
                      "region": "",
                      "street": "ул. Кековая",
                      "country": "Россия"
                    },
                    "value": "г. Москва, ул. Кековая д.13",
                    "unrestricted_value": null
                  },
                  "url": null,
                  "longitude": null,
                  "latitude": null,
                  "onlineStore": true,
                  "activityType": null,
                  "customProperties": null
                }
              },
              "example": {
                "name": "Магазин иллюзий",
                "address": {
                  "data": {
                    "city": "Москва",
                    "house": "13",
                    "region": "",
                    "street": "ул. Кековая",
                    "country": "Россия"
                  },
                  "value": "г. Москва, ул. Кековая д.13",
                  "unrestricted_value": null
                },
                "url": null,
                "longitude": null,
                "latitude": null,
                "onlineStore": true,
                "activityType": null,
                "customProperties": null
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Shops"
        ],
        "summary": "Delete",
        "description": "<div class=\"apidocs-russian\"><span>Удаление магазина внешней системы</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Delete external system shop</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "shopId",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор магазина</div>\n<div class=\"apidocs-english\">Shop identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          }
        }
      }
    },
    "/v2/Shops/list": {
      "get": {
        "tags": [
          "Shops"
        ],
        "summary": "Index",
        "description": "<div class=\"apidocs-russian\"><span>Получение всех магазинов внешней системы</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get all external system shops</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.GetShopV2"
                  }
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          }
        }
      }
    },
    "/v2/ShopsPrices": {
      "post": {
        "tags": [
          "Shops"
        ],
        "summary": "Set Prices",
        "description": "<div class=\"apidocs-russian\"><span>Отправка GZip архива товаров,в ответе возвращается время постановки сообщения в очередь на шину данных Архивированный файл должен содеражть Json, состоящий из полей: payload - PostSetShopPrices[] (Массив структур, соответствующих модели сущности) nonAtomic - bool Признак необходимости обрабатывать элементы массива `payload` по отдельности. При возникновении ошибки для одной из записей(например, товар не найден в бд), операция не завершалась с ошибкой, а эта ошибка добавлялась в массив ошибок, а все сущности, для которых ошибок не возникло, успешно обновились.(Значение по умолчанию `false`.)</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Sending goods GZIP archive.  Response returns data bus message queuing timestamp. The archived file must be a Json, containing fields: payload - PostSetShopPrices [] (An array of structures corresponding to the entity model) nonAtomic - bool (Indicates whether to process payload array elements separately. If an error occures for one of the records (for example, the product has not been found in database), the operation would not complete with an error, this error would be added to the errors array, all other entities would be updated properly  (The default value is `false`.)</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div> Sample json:\n         \n               POST /ShopsPrices\n               {\n                 \"payload\": [\n                        {\n                         \"id\": \"YOUR_SHOP_ID_V2\",\n                         \"goods\": [\n                             {\n                                 \"id\": \"YOUR_GOOD_V2_ID\",\n                                 \"price\": 111,\n                                 \"maxDiscountPercent\": 9\n                             },\n                             {\n                                 \"id\": \"RGFFE2354\",\n                                 \"price\": 222,\n                                 \"maxDiscountPercent\": 14\n                             }\n                         ]\n                     },\n                     {\n                     \"goods\": [\n                         {\n                                 \"id\": \"SOME_GOOD_V2_ID\",\n                                 \"price\": 99.99,\n                                 \"maxDiscountPercent\": 0\n                         },\n                         {\n                                 \"id\": \"ANOTHER_GOOD_V2_ID\",\n                                 \"maxDiscountPercent\": 12,\n                                 \"price\": 88\n                         }\n                         ]\n                     }\n                 ],\n                 \"nonAtomic\": false\n               }",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "multipart/form-data": {
              "schema": {
                "required": [
                  "file"
                ],
                "type": "object",
                "properties": {
                  "file": {
                    "type": "string",
                    "format": "binary"
                  }
                }
              },
              "encoding": {
                "file": {
                  "style": "form"
                }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.GuidModel"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.GuidModel"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.GuidModel"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          }
        }
      }
    },
    "/v2/Slips": {
      "get": {
        "tags": [
          "Slips"
        ],
        "summary": "Index",
        "description": "<div class=\"apidocs-russian\"><span>Получение списка слипов</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get slips list</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "filtered.operation",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Операция\n            Допустимые значения: `purchase`, `void`, `refund`, `purchasewithcashback`</div>\n<div class=\"apidocs-english\">\n            Operation\n            Allowed values: `purchase`, `void`, `refund`, `purchasewithcashback`</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.search",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Поисковая строка (поиск по номеру слипа или RRN транзакции)</div>\n<div class=\"apidocs-english\">Search string (search by slip number or transaction RRN)</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.beginAmount",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Сумма от</div>\n<div class=\"apidocs-english\">Begin amount</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.endAmount",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Сумма до</div>\n<div class=\"apidocs-english\">End Amount</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.beginDate",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период с (формат: ГГГГ-ММ-ДДТЧЧ:ММ:СС)</div>\n<div class=\"apidocs-english\">Period from (format: yyyy-MM-ddTHH:mm:ss)</div>",
            "required": true,
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "filtered.endDate",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период по (формат: ГГГГ-ММ-ДДТЧЧ:ММ:СС)</div>\n<div class=\"apidocs-english\">Ending period (format: yyyy-MM-ddTHH:mm:ss)</div>",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "filtered.devices",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Массив идентификаторов устройств</div>\n<div class=\"apidocs-english\">Array of device identifiers</div>",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer",
                "format": "int32"
              }
            }
          },
          {
            "name": "filtered.cashiers",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Массив идентификаторов кассиров</div>\n<div class=\"apidocs-english\">Array of cashier identifiers</div>",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "uuid"
              }
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Кол-во чеков на страницу\n            По умолчанию: 25\n            Ограничения: 1-100</div>\n<div class=\"apidocs-english\">\n            Number of checks per page\n            Default: 25\n            Restrictions: 1-100</div>",
            "schema": {
              "maximum": 100,
              "minimum": 1,
              "type": "integer",
              "format": "int32",
              "default": 25
            }
          },
          {
            "name": "page",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Номер страницы\n            По умолчанию: 0\n            </div>\n<div class=\"apidocs-english\">\n            Page number\n            Default: 0\n            </div>",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 0
            }
          },
          {
            "name": "sorted",
            "in": "query",
            "description": "<div class=\"apidocs-russian\"> Параметры сортировки\n            По умолчанию: [{ id: 'createdAt', desc: false }]</div>\n<div class=\"apidocs-english\">Sort Options\n            Default: [{id: 'createdAt', desc: false}]</div>",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.Sorting"
              }
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.ReceiptModels.LkRows`1[[NebularApi.Models.LkService.LkSlip, NebularApi, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.CommonApi.ErrorModel"
                }
              }
            }
          }
        },
        "deprecated": true
      }
    },
    "/v3/Contractors": {
      "post": {
        "tags": [
          "Contractors"
        ],
        "summary": "Create",
        "description": "<div class=\"apidocs-russian\"><span>Создание контрагента</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Create contractor</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "<div class=\"apidocs-russian\">Модель создания контрагента</div>\n<div class=\"apidocs-english\">Contractor model</div>",
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ContractorsV3.CreateContractorRequestV3"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ContractorsV3.CreateContractorRequestV3"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ContractorsV3.CreateContractorRequestV3"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ContractorsV3.CreateContractorRequestV3"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ContractorsV3.CreateContractorResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        },
        "deprecated": true
      },
      "get": {
        "tags": [
          "Contractors"
        ],
        "summary": "Index",
        "description": "<div class=\"apidocs-russian\"><span>Получение списка контрагентов по фильтру</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Read contractor list by filter</div>",
        "parameters": [
          {
            "name": "pageSize",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Кол-во контрагентов на страницу\n            По умолчанию: 25\n            Ограничения: 1-100</div>\n<div class=\"apidocs-english\">\n            Number of checks per page\n            Default: 25\n            Restrictions: 1-100</div>",
            "schema": {
              "maximum": 100,
              "minimum": 1,
              "type": "integer",
              "format": "int32",
              "default": 25
            }
          },
          {
            "name": "page",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Номер страницы\n            По умолчанию: 1\n            </div>\n<div class=\"apidocs-english\">\n            Page number\n            Default: 1\n            </div>",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 1
            }
          },
          {
            "name": "filtered.search",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Поисковая строка (поиск по имении контрагента)</div>\n<div class=\"apidocs-english\">Search string (search by contractor name)</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sorted",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Сортировка. По умолчанию без сортировки. Допустимо указание только одного ключа сортировки.</div>\n<div class=\"apidocs-english\">Sort options. Default: not sorting. Only one sort key allowed.</div>",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ContractorsV3.ContractorsSortedV3"
              }
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ContractorsV3.ListContractorsResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        },
        "deprecated": true
      }
    },
    "/v3/Contractors/{id}": {
      "get": {
        "tags": [
          "Contractors"
        ],
        "summary": "Read",
        "description": "<div class=\"apidocs-russian\"><span>Получение информации о конкретном контрагенте по его идентификатору</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get particular contractor information by its identifier</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор контрагента</div>\n<div class=\"apidocs-english\">Contractor identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ContractorsV3.GetContractorResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        },
        "deprecated": true
      },
      "put": {
        "tags": [
          "Contractors"
        ],
        "summary": "Update",
        "description": "<div class=\"apidocs-russian\"><span>Обновление контрагента</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Update contractor</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор контрагента</div>\n<div class=\"apidocs-english\">Contractor identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "<div class=\"apidocs-russian\">Модель создания контрагента</div>\n<div class=\"apidocs-english\">Contractor model</div>",
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ContractorsV3.UpdateContractorRequestV3"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ContractorsV3.UpdateContractorRequestV3"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ContractorsV3.UpdateContractorRequestV3"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ContractorsV3.UpdateContractorRequestV3"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        },
        "deprecated": true
      },
      "delete": {
        "tags": [
          "Contractors"
        ],
        "summary": "Delete",
        "description": "<div class=\"apidocs-russian\"><span>Удаление контрагента</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Delete contractor</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор контрагента</div>\n<div class=\"apidocs-english\">Contractor identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        },
        "deprecated": true
      }
    },
    "/v3/Devices": {
      "get": {
        "tags": [
          "Devices"
        ],
        "summary": "Index",
        "description": "<div class=\"apidocs-russian\"><span>Получение списка устройств по фильтру</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Read device list by filter</div>",
        "parameters": [
          {
            "name": "pageSize",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Кол-во устройств на страницу\n            По умолчанию: 25\n            Ограничения: 1-100</div>\n<div class=\"apidocs-english\">\n            Number of devices per page\n            Default: 25\n            Restrictions: 1-100</div>",
            "schema": {
              "maximum": 100,
              "minimum": 1,
              "type": "integer",
              "format": "int32",
              "default": 25
            }
          },
          {
            "name": "page",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Номер страницы\n            По умолчанию: 1\n            </div>\n<div class=\"apidocs-english\">\n            Page number\n            Default: 1\n            </div>",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 1
            }
          },
          {
            "name": "filtered.activationDateFrom",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период с. Формат ISO 8601. Дата без часового пояса будет считается UTC.</div>\n<div class=\"apidocs-english\">Activation date from. Format ISO 8601. Date without timezone will be treated as UTC.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.activationDateTo",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период по, не включительно. Формат ISO 8601. Дата без часового пояса будет считается UTC.</div>\n<div class=\"apidocs-english\">Activation date to, not inclusive. Format ISO 8601. Date without timezone will be treated as UTC.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.shopIds",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Массив идентификаторов магазинов.</div>\n<div class=\"apidocs-english\">Shop ids array.</div>",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "filtered.shopExternalIds",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Массив внешних идентификаторов магазинов.</div>\n<div class=\"apidocs-english\">External shop ids array.</div>",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "filtered.imei",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">IMEI. Поиск по вхождению.</div>\n<div class=\"apidocs-english\">IMEI. Occurrence search.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.serialNumber",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Серийный номер устройства. Поиск по вхождению.</div>\n<div class=\"apidocs-english\">Device serial number. Occurrence search.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.model",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Массив моделей устройств.</div>\n<div class=\"apidocs-english\">Device models array.</div>",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "sorted",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Сортировка. По умолчанию без сортировки. Допустимо указание только одного ключа сортировки.</div>\n<div class=\"apidocs-english\">Sort options. Default: not sorting. Only one sort key allowed.</div>",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DevicesV3.DevicesSortedV3"
              }
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DevicesV3.ListDevicesResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        },
        "deprecated": true
      }
    },
    "/v3/Devices/{id}": {
      "get": {
        "tags": [
          "Devices"
        ],
        "summary": "Read",
        "description": "<div class=\"apidocs-russian\"><span>Получение информации о конкретном устройстве по его идентификатору</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get particular device information by its identifier</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DevicesV3.GetDeviceResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        },
        "deprecated": true
      }
    },
    "/v3/Devices/BindDeviceToAccount": {
      "post": {
        "tags": [
          "Devices"
        ],
        "summary": "CreateBindingToken",
        "description": "<div class=\"apidocs-russian\"><span>Получение токена привязки устройства к учётной записи ЛК</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get binding token of the device to your personal computer account</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DevicesV3.BindDeviceToAccountModelV3"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DevicesV3.BindDeviceToAccountModelV3"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DevicesV3.BindDeviceToAccountModelV3"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DevicesV3.BindDeviceToAccountModelV3"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.BindingResponse"
                }
              }
            }
          }
        },
        "deprecated": true
      }
    },
    "/v3/documents/acceptance": {
      "post": {
        "tags": [
          "Documents: Acceptance"
        ],
        "summary": "Create",
        "description": "<div class=\"apidocs-russian\"><span>Создание документа</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Create document</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "<div class=\"apidocs-russian\">Модель создания документа</div>\n<div class=\"apidocs-english\">Document model</div>",
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Acceptance.CreateAcceptanceDocumentRequestV3"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Acceptance.CreateAcceptanceDocumentRequestV3"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Acceptance.CreateAcceptanceDocumentRequestV3"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Acceptance.CreateAcceptanceDocumentRequestV3"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.CreateDocumentResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        },
        "deprecated": true
      },
      "get": {
        "tags": [
          "Documents: Acceptance"
        ],
        "summary": "Index",
        "description": "<div class=\"apidocs-russian\"><span>Получение списка документов по фильтру</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Read documents list by filter</div>",
        "parameters": [
          {
            "name": "pageSize",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Кол-во документов на страницу\n            По умолчанию: 25\n            Ограничения: 1-100</div>\n<div class=\"apidocs-english\">\n            Number of documents per page\n            Default: 25\n            Restrictions: 1-100</div>",
            "schema": {
              "maximum": 100,
              "minimum": 1,
              "type": "integer",
              "format": "int32",
              "default": 25
            }
          },
          {
            "name": "page",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Номер страницы\n            По умолчанию: 1\n            </div>\n<div class=\"apidocs-english\">\n            Page number\n            Default: 1\n            </div>",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 1
            }
          },
          {
            "name": "filtered.status",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Статус документа. Допустимые значения: <b>\"draft\"</b>, <b>\"complete\"</b>.</div>\n<div class=\"apidocs-english\">Document status. Allowed values: <b>\"draft\"</b>, <b>\"complete\"</b>.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.number",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Номер документа</div>\n<div class=\"apidocs-english\">Document number</div>",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "filtered.dateTimeFrom",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период с. Формат ISO 8601. Дата без часового пояса будет считается UTC.</div>\n<div class=\"apidocs-english\">Date from. Format ISO 8601. Date without timezone will be treated as UTC.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.dateTimeTo",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период по, не включительно.. Формат ISO 8601. Дата без часового пояса будет считается UTC.</div>\n<div class=\"apidocs-english\">Date to, not inclusive. Format ISO 8601. Date without timezone will be treated as UTC.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sorted",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Сортировка. По умолчанию без сортировки. Допустимо указание только одного ключа сортировки.</div>\n<div class=\"apidocs-english\">Sort options. Default: not sorting. Only one sort key allowed.</div>",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.DocumentsSortedV3"
              }
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.AppListDocumentsResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        },
        "deprecated": true
      }
    },
    "/v3/documents/acceptance/{id}": {
      "get": {
        "tags": [
          "Documents: Acceptance"
        ],
        "summary": "Read",
        "description": "<div class=\"apidocs-russian\"><span>Получение информации о конкретном документе по его идентификатору</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get particular document information by its identifier</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор документа</div>\n<div class=\"apidocs-english\">Document identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Acceptance.GetAcceptanceDocumentResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        },
        "deprecated": true
      }
    },
    "/v3/documents/acceptance/{id}/positions": {
      "get": {
        "tags": [
          "Documents: Acceptance"
        ],
        "summary": "Read positions",
        "description": "<div class=\"apidocs-russian\"><span>Получение информации о позициях документа по его идентификатору</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get document positions by its identifier</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор документа</div>\n<div class=\"apidocs-english\">Document identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Acceptance.GetAcceptanceDocumentPositionsResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        },
        "deprecated": true
      }
    },
    "/v3/documents/inventory": {
      "post": {
        "tags": [
          "Documents: Inventory"
        ],
        "summary": "Create",
        "description": "<div class=\"apidocs-russian\"><span>Создание документа</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Create document</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "<div class=\"apidocs-russian\">Модель создания документа</div>\n<div class=\"apidocs-english\">Document model</div>",
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Inventory.CreateInventoryDocumentRequestV3"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Inventory.CreateInventoryDocumentRequestV3"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Inventory.CreateInventoryDocumentRequestV3"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Inventory.CreateInventoryDocumentRequestV3"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.CreateDocumentResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        },
        "deprecated": true
      },
      "get": {
        "tags": [
          "Documents: Inventory"
        ],
        "summary": "Index",
        "description": "<div class=\"apidocs-russian\"><span>Получение списка документов по фильтру</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Read documents list by filter</div>",
        "parameters": [
          {
            "name": "pageSize",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Кол-во документов на страницу\n            По умолчанию: 25\n            Ограничения: 1-100</div>\n<div class=\"apidocs-english\">\n            Number of documents per page\n            Default: 25\n            Restrictions: 1-100</div>",
            "schema": {
              "maximum": 100,
              "minimum": 1,
              "type": "integer",
              "format": "int32",
              "default": 25
            }
          },
          {
            "name": "page",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Номер страницы\n            По умолчанию: 1\n            </div>\n<div class=\"apidocs-english\">\n            Page number\n            Default: 1\n            </div>",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 1
            }
          },
          {
            "name": "filtered.status",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Статус документа. Допустимые значения: <b>\"draft\"</b>, <b>\"complete\"</b>.</div>\n<div class=\"apidocs-english\">Document status. Allowed values: <b>\"draft\"</b>, <b>\"complete\"</b>.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.number",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Номер документа</div>\n<div class=\"apidocs-english\">Document number</div>",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "filtered.dateTimeFrom",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период с. Формат ISO 8601. Дата без часового пояса будет считается UTC.</div>\n<div class=\"apidocs-english\">Date from. Format ISO 8601. Date without timezone will be treated as UTC.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.dateTimeTo",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период по, не включительно.. Формат ISO 8601. Дата без часового пояса будет считается UTC.</div>\n<div class=\"apidocs-english\">Date to, not inclusive. Format ISO 8601. Date without timezone will be treated as UTC.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sorted",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Сортировка. По умолчанию без сортировки. Допустимо указание только одного ключа сортировки.</div>\n<div class=\"apidocs-english\">Sort options. Default: not sorting. Only one sort key allowed.</div>",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.DocumentsSortedV3"
              }
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.AppListDocumentsResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        },
        "deprecated": true
      }
    },
    "/v3/documents/inventory/{id}": {
      "get": {
        "tags": [
          "Documents: Inventory"
        ],
        "summary": "Read",
        "description": "<div class=\"apidocs-russian\"><span>Получение информации о конкретном документе по его идентификатору</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get particular document information by its identifier</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор документа</div>\n<div class=\"apidocs-english\">Document identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Inventory.GetInventoryDocumentResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        },
        "deprecated": true
      }
    },
    "/v3/documents/inventory/{id}/positions": {
      "get": {
        "tags": [
          "Documents: Inventory"
        ],
        "summary": "Read positions",
        "description": "<div class=\"apidocs-russian\"><span>Получение информации о позициях документа по его идентификатору</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get document positions by its identifier</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор документа</div>\n<div class=\"apidocs-english\">Document identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Inventory.GetInventoryDocumentPositionsResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        },
        "deprecated": true
      }
    },
    "/v3/documents/management": {
      "post": {
        "tags": [
          "Documents: Management"
        ],
        "summary": "Create",
        "description": "<div class=\"apidocs-russian\"><span>Создание документа</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Create document</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "<div class=\"apidocs-russian\">Модель создания документа</div>\n<div class=\"apidocs-english\">Document model</div>",
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Management.CreateManagementDocumentRequestV3"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Management.CreateManagementDocumentRequestV3"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Management.CreateManagementDocumentRequestV3"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Management.CreateManagementDocumentRequestV3"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.CreateDocumentResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        },
        "deprecated": true
      },
      "get": {
        "tags": [
          "Documents: Management"
        ],
        "summary": "Index",
        "description": "<div class=\"apidocs-russian\"><span>Получение списка документов по фильтру</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Read documents list by filter</div>",
        "parameters": [
          {
            "name": "pageSize",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Кол-во документов на страницу\n            По умолчанию: 25\n            Ограничения: 1-100</div>\n<div class=\"apidocs-english\">\n            Number of documents per page\n            Default: 25\n            Restrictions: 1-100</div>",
            "schema": {
              "maximum": 100,
              "minimum": 1,
              "type": "integer",
              "format": "int32",
              "default": 25
            }
          },
          {
            "name": "page",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Номер страницы\n            По умолчанию: 1\n            </div>\n<div class=\"apidocs-english\">\n            Page number\n            Default: 1\n            </div>",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 1
            }
          },
          {
            "name": "filtered.status",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Статус документа. Допустимые значения: <b>\"draft\"</b>, <b>\"complete\"</b>.</div>\n<div class=\"apidocs-english\">Document status. Allowed values: <b>\"draft\"</b>, <b>\"complete\"</b>.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.number",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Номер документа</div>\n<div class=\"apidocs-english\">Document number</div>",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "filtered.dateTimeFrom",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период с. Формат ISO 8601. Дата без часового пояса будет считается UTC.</div>\n<div class=\"apidocs-english\">Date from. Format ISO 8601. Date without timezone will be treated as UTC.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.dateTimeTo",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период по, не включительно.. Формат ISO 8601. Дата без часового пояса будет считается UTC.</div>\n<div class=\"apidocs-english\">Date to, not inclusive. Format ISO 8601. Date without timezone will be treated as UTC.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sorted",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Сортировка. По умолчанию без сортировки. Допустимо указание только одного ключа сортировки.</div>\n<div class=\"apidocs-english\">Sort options. Default: not sorting. Only one sort key allowed.</div>",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.DocumentsSortedV3"
              }
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.AppListDocumentsResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        },
        "deprecated": true
      }
    },
    "/v3/documents/management/{id}": {
      "get": {
        "tags": [
          "Documents: Management"
        ],
        "summary": "Read",
        "description": "<div class=\"apidocs-russian\"><span>Получение информации о конкретном документе по его идентификатору</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get particular document information by its identifier</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор документа</div>\n<div class=\"apidocs-english\">Document identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Management.GetManagementDocumentResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        },
        "deprecated": true
      }
    },
    "/v3/documents/management/{id}/positions": {
      "get": {
        "tags": [
          "Documents: Management"
        ],
        "summary": "Read positions",
        "description": "<div class=\"apidocs-russian\"><span>Получение информации о позициях документа по его идентификатору</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get document positions by its identifier</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор документа</div>\n<div class=\"apidocs-english\">Document identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Management.GetManagementDocumentPositionsResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        },
        "deprecated": true
      }
    },
    "/v3/documents/movement": {
      "post": {
        "tags": [
          "Documents: Movement"
        ],
        "summary": "Create",
        "description": "<div class=\"apidocs-russian\"><span>Создание документа</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Create document</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "<div class=\"apidocs-russian\">Модель создания документа</div>\n<div class=\"apidocs-english\">Document model</div>",
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Movement.CreateMovementDocumentRequestV3"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Movement.CreateMovementDocumentRequestV3"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Movement.CreateMovementDocumentRequestV3"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Movement.CreateMovementDocumentRequestV3"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.CreateDocumentResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        },
        "deprecated": true
      },
      "get": {
        "tags": [
          "Documents: Movement"
        ],
        "summary": "Index",
        "description": "<div class=\"apidocs-russian\"><span>Получение списка документов по фильтру</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Read documents list by filter</div>",
        "parameters": [
          {
            "name": "pageSize",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Кол-во документов на страницу\n            По умолчанию: 25\n            Ограничения: 1-100</div>\n<div class=\"apidocs-english\">\n            Number of documents per page\n            Default: 25\n            Restrictions: 1-100</div>",
            "schema": {
              "maximum": 100,
              "minimum": 1,
              "type": "integer",
              "format": "int32",
              "default": 25
            }
          },
          {
            "name": "page",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Номер страницы\n            По умолчанию: 1\n            </div>\n<div class=\"apidocs-english\">\n            Page number\n            Default: 1\n            </div>",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 1
            }
          },
          {
            "name": "filtered.status",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Статус документа. Допустимые значения: <b>\"draft\"</b>, <b>\"complete\"</b>.</div>\n<div class=\"apidocs-english\">Document status. Allowed values: <b>\"draft\"</b>, <b>\"complete\"</b>.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.number",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Номер документа</div>\n<div class=\"apidocs-english\">Document number</div>",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "filtered.dateTimeFrom",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период с. Формат ISO 8601. Дата без часового пояса будет считается UTC.</div>\n<div class=\"apidocs-english\">Date from. Format ISO 8601. Date without timezone will be treated as UTC.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.dateTimeTo",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период по, не включительно.. Формат ISO 8601. Дата без часового пояса будет считается UTC.</div>\n<div class=\"apidocs-english\">Date to, not inclusive. Format ISO 8601. Date without timezone will be treated as UTC.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sorted",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Сортировка. По умолчанию без сортировки. Допустимо указание только одного ключа сортировки.</div>\n<div class=\"apidocs-english\">Sort options. Default: not sorting. Only one sort key allowed.</div>",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.DocumentsSortedV3"
              }
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.AppListDocumentsResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        },
        "deprecated": true
      }
    },
    "/v3/documents/movement/{id}": {
      "get": {
        "tags": [
          "Documents: Movement"
        ],
        "summary": "Read",
        "description": "<div class=\"apidocs-russian\"><span>Получение информации о конкретном документе по его идентификатору</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get particular document information by its identifier</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор документа</div>\n<div class=\"apidocs-english\">Document identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Movement.GetMovementDocumentResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        },
        "deprecated": true
      }
    },
    "/v3/documents/movement/{id}/positions": {
      "get": {
        "tags": [
          "Documents: Movement"
        ],
        "summary": "Read positions",
        "description": "<div class=\"apidocs-russian\"><span>Получение информации о позициях документа по его идентификатору</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get document positions by its identifier</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор документа</div>\n<div class=\"apidocs-english\">Document identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Movement.GetMovementDocumentPositionsResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        },
        "deprecated": true
      }
    },
    "/v3/documents/production": {
      "post": {
        "tags": [
          "Documents: Production"
        ],
        "summary": "Create",
        "description": "<div class=\"apidocs-russian\"><span>Создание документа</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Create document</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "<div class=\"apidocs-russian\">Модель создания документа</div>\n<div class=\"apidocs-english\">Document model</div>",
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Production.CreateProductionDocumentRequestV3"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Production.CreateProductionDocumentRequestV3"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Production.CreateProductionDocumentRequestV3"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Production.CreateProductionDocumentRequestV3"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.CreateDocumentResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        },
        "deprecated": true
      },
      "get": {
        "tags": [
          "Documents: Production"
        ],
        "summary": "Index",
        "description": "<div class=\"apidocs-russian\"><span>Получение списка документов по фильтру</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Read documents list by filter</div>",
        "parameters": [
          {
            "name": "pageSize",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Кол-во документов на страницу\n            По умолчанию: 25\n            Ограничения: 1-100</div>\n<div class=\"apidocs-english\">\n            Number of documents per page\n            Default: 25\n            Restrictions: 1-100</div>",
            "schema": {
              "maximum": 100,
              "minimum": 1,
              "type": "integer",
              "format": "int32",
              "default": 25
            }
          },
          {
            "name": "page",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Номер страницы\n            По умолчанию: 1\n            </div>\n<div class=\"apidocs-english\">\n            Page number\n            Default: 1\n            </div>",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 1
            }
          },
          {
            "name": "filtered.status",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Статус документа. Допустимые значения: <b>\"draft\"</b>, <b>\"complete\"</b>.</div>\n<div class=\"apidocs-english\">Document status. Allowed values: <b>\"draft\"</b>, <b>\"complete\"</b>.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.number",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Номер документа</div>\n<div class=\"apidocs-english\">Document number</div>",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "filtered.dateTimeFrom",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период с. Формат ISO 8601. Дата без часового пояса будет считается UTC.</div>\n<div class=\"apidocs-english\">Date from. Format ISO 8601. Date without timezone will be treated as UTC.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.dateTimeTo",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период по, не включительно.. Формат ISO 8601. Дата без часового пояса будет считается UTC.</div>\n<div class=\"apidocs-english\">Date to, not inclusive. Format ISO 8601. Date without timezone will be treated as UTC.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sorted",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Сортировка. По умолчанию без сортировки. Допустимо указание только одного ключа сортировки.</div>\n<div class=\"apidocs-english\">Sort options. Default: not sorting. Only one sort key allowed.</div>",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.DocumentsSortedV3"
              }
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.AppListDocumentsResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        },
        "deprecated": true
      }
    },
    "/v3/documents/production/{id}": {
      "get": {
        "tags": [
          "Documents: Production"
        ],
        "summary": "Read",
        "description": "<div class=\"apidocs-russian\"><span>Получение информации о конкретном документе по его идентификатору</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get particular document information by its identifier</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор документа</div>\n<div class=\"apidocs-english\">Document identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Production.GetProductionDocumentResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        },
        "deprecated": true
      }
    },
    "/v3/documents/production/{id}/positions": {
      "get": {
        "tags": [
          "Documents: Production"
        ],
        "summary": "Read positions",
        "description": "<div class=\"apidocs-russian\"><span>Получение информации о позициях документа по его идентификатору</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get document positions by its identifier</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор документа</div>\n<div class=\"apidocs-english\">Document identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Production.GetProductionDocumentPositionsResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        },
        "deprecated": true
      }
    },
    "/v3/documents/write-off": {
      "post": {
        "tags": [
          "Documents: WriteOff"
        ],
        "summary": "Create",
        "description": "<div class=\"apidocs-russian\"><span>Создание документа</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Create document</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "<div class=\"apidocs-russian\">Модель создания документа</div>\n<div class=\"apidocs-english\">Document model</div>",
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.WriteOff.CreateWriteOffDocumentRequestV3"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.WriteOff.CreateWriteOffDocumentRequestV3"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.WriteOff.CreateWriteOffDocumentRequestV3"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.WriteOff.CreateWriteOffDocumentRequestV3"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.CreateDocumentResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        },
        "deprecated": true
      },
      "get": {
        "tags": [
          "Documents: WriteOff"
        ],
        "summary": "Index",
        "description": "<div class=\"apidocs-russian\"><span>Получение списка документов по фильтру</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Read documents list by filter</div>",
        "parameters": [
          {
            "name": "pageSize",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Кол-во документов на страницу\n            По умолчанию: 25\n            Ограничения: 1-100</div>\n<div class=\"apidocs-english\">\n            Number of documents per page\n            Default: 25\n            Restrictions: 1-100</div>",
            "schema": {
              "maximum": 100,
              "minimum": 1,
              "type": "integer",
              "format": "int32",
              "default": 25
            }
          },
          {
            "name": "page",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Номер страницы\n            По умолчанию: 1\n            </div>\n<div class=\"apidocs-english\">\n            Page number\n            Default: 1\n            </div>",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 1
            }
          },
          {
            "name": "filtered.status",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Статус документа. Допустимые значения: <b>\"draft\"</b>, <b>\"complete\"</b>.</div>\n<div class=\"apidocs-english\">Document status. Allowed values: <b>\"draft\"</b>, <b>\"complete\"</b>.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.number",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Номер документа</div>\n<div class=\"apidocs-english\">Document number</div>",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "filtered.dateTimeFrom",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период с. Формат ISO 8601. Дата без часового пояса будет считается UTC.</div>\n<div class=\"apidocs-english\">Date from. Format ISO 8601. Date without timezone will be treated as UTC.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.dateTimeTo",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период по, не включительно.. Формат ISO 8601. Дата без часового пояса будет считается UTC.</div>\n<div class=\"apidocs-english\">Date to, not inclusive. Format ISO 8601. Date without timezone will be treated as UTC.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sorted",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Сортировка. По умолчанию без сортировки. Допустимо указание только одного ключа сортировки.</div>\n<div class=\"apidocs-english\">Sort options. Default: not sorting. Only one sort key allowed.</div>",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.DocumentsSortedV3"
              }
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.AppListDocumentsResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        },
        "deprecated": true
      }
    },
    "/v3/documents/write-off/{id}": {
      "get": {
        "tags": [
          "Documents: WriteOff"
        ],
        "summary": "Read",
        "description": "<div class=\"apidocs-russian\"><span>Получение информации о конкретном документе по его идентификатору</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get particular document information by its identifier</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор документа</div>\n<div class=\"apidocs-english\">Document identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.WriteOff.GetWriteOffDocumentResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        },
        "deprecated": true
      }
    },
    "/v3/documents/write-off/{id}/positions": {
      "get": {
        "tags": [
          "Documents: WriteOff"
        ],
        "summary": "Read positions",
        "description": "<div class=\"apidocs-russian\"><span>Получение информации о позициях документа по его идентификатору</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get document positions by its identifier</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор документа</div>\n<div class=\"apidocs-english\">Document identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.WriteOff.GetWriteOffDocumentPositionsResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        },
        "deprecated": true
      }
    },
    "/v4/Cashiers": {
      "get": {
        "tags": [
          "Cashiers"
        ],
        "summary": "Index",
        "description": "<div class=\"apidocs-russian\"><span>Получить список кассиров по фильтру</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Read cashiers list by filter</div>",
        "parameters": [
          {
            "name": "pageSize",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Кол-во сущностей на страницу\n            По умолчанию: 25\n            Ограничения: 1-100</div>\n<div class=\"apidocs-english\">\n            Number of entities per page\n            Default: 25\n            Restrictions: 1-100</div>",
            "schema": {
              "maximum": 100,
              "minimum": 1,
              "type": "integer",
              "format": "int32",
              "default": 25
            }
          },
          {
            "name": "page",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Номер страницы\n            По умолчанию: 1\n            </div>\n<div class=\"apidocs-english\">\n            Page number\n            Default: 1\n            </div>",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 1
            }
          },
          {
            "name": "filtered.position",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Позиции кассира. Допустимые значения: <b>\"ADMIN\"</b>, <b>\"CASHIER\"</b>, <b>\"JUNIOR_CASHIER\"</b>, <b>\"COURIER\"</b>, <b>\"JUNIOR_COURIER\"</b></div>\n<div class=\"apidocs-english\">Cashier position</div>",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "filtered.name",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Должность и фамилия кассира. Поиск по вхождению.</div>\n<div class=\"apidocs-english\"></div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sorted",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Сортировка. По умолчанию без сортировки. Допустимо указание только одного ключа сортировки.</div>\n<div class=\"apidocs-english\">Sort options. Default: not sorting. Only one sort key allowed.</div>",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.CashiersV3.CashiersSortedV3"
              }
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.CashiersV3.ListCashiersResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/Cashiers/{id}": {
      "get": {
        "tags": [
          "Cashiers"
        ],
        "summary": "Read",
        "description": "<div class=\"apidocs-russian\"><span>Получение информации о кассире по его идентификатору</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get particular cashier information by its identifier</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор кассира</div>\n<div class=\"apidocs-english\">Cashier identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.CashiersV3.ListCashiersRowV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/ClientGroups": {
      "get": {
        "tags": [
          "ClientGroups"
        ],
        "summary": "Index",
        "description": "<div class=\"apidocs-russian\"><span>Получить список групп клиентов</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\"></div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "pageSize",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Кол-во на страницу\n            По умолчанию: 25</div>",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 25
            }
          },
          {
            "name": "page",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Номер страницы\n            По умолчанию: 1</div>",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 1
            }
          },
          {
            "name": "sorted",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Параметры сортировки</div>",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ClientGroupsV3.Index.IndexClientGroupRequestSortingV3"
              }
            }
          },
          {
            "name": "filtered.name",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Наименование группы клиентов (поиск по вхождению)</div>\n<div class=\"apidocs-english\"></div>",
            "schema": {
              "maxLength": 255,
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ClientGroupsV3.Index.IndexClientGroupResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "ClientGroups"
        ],
        "summary": "Create",
        "description": "<div class=\"apidocs-russian\"><span>Создать группу клиентов</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\"></div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "<div class=\"apidocs-russian\">Модель запроса на создание группы клиентов</div>\n<div class=\"apidocs-english\"></div>",
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ClientGroupsV3.CreateClientGroupRequestV3"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ClientGroupsV3.CreateClientGroupRequestV3"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ClientGroupsV3.CreateClientGroupRequestV3"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ClientGroupsV3.CreateClientGroupRequestV3"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ClientGroupsV3.CreateClientGroupResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/ClientGroups/{id}": {
      "get": {
        "tags": [
          "ClientGroups"
        ],
        "summary": "Read",
        "description": "<div class=\"apidocs-russian\"><span>Получить группу клиентов по ID</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\"></div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор группы клиентов</div>\n<div class=\"apidocs-english\"></div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ClientGroupsV3.Index.IndexClientGroupResponseRowV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ClientGroups"
        ],
        "summary": "Update partially",
        "description": "<div class=\"apidocs-russian\"><span>Обновить группу клиентов</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\"></div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор группы клиентов</div>\n<div class=\"apidocs-english\"></div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ClientGroupsV3.UpdatePartiallyClientGroupRequestV3"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ClientGroupsV3.UpdatePartiallyClientGroupRequestV3"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ClientGroupsV3.UpdatePartiallyClientGroupRequestV3"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ClientGroupsV3.UpdatePartiallyClientGroupRequestV3"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ClientGroups"
        ],
        "summary": "Delete",
        "description": "<div class=\"apidocs-russian\"><span><div>Удалить группу клиентов</div><div>! Запрещено удалять единственную группу клиентов.</div><div>! Все связанные с этой группой клиенты будут удалены.</div></span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\"></div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор группы клиентов</div>\n<div class=\"apidocs-english\"></div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/Contractors": {
      "post": {
        "tags": [
          "Contractors"
        ],
        "summary": "Create",
        "description": "<div class=\"apidocs-russian\"><span>Создание контрагента</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Create contractor</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "<div class=\"apidocs-russian\">Модель создания контрагента</div>\n<div class=\"apidocs-english\">Contractor model</div>",
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ContractorsV3.CreateContractorRequestV3"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ContractorsV3.CreateContractorRequestV3"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ContractorsV3.CreateContractorRequestV3"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ContractorsV3.CreateContractorRequestV3"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ContractorsV3.CreateContractorResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "Contractors"
        ],
        "summary": "Index",
        "description": "<div class=\"apidocs-russian\"><span>Получение списка контрагентов по фильтру</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Read contractor list by filter</div>",
        "parameters": [
          {
            "name": "pageSize",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Кол-во контрагентов на страницу\n            По умолчанию: 25\n            Ограничения: 1-100</div>\n<div class=\"apidocs-english\">\n            Number of checks per page\n            Default: 25\n            Restrictions: 1-100</div>",
            "schema": {
              "maximum": 100,
              "minimum": 1,
              "type": "integer",
              "format": "int32",
              "default": 25
            }
          },
          {
            "name": "page",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Номер страницы\n            По умолчанию: 1\n            </div>\n<div class=\"apidocs-english\">\n            Page number\n            Default: 1\n            </div>",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 1
            }
          },
          {
            "name": "filtered.search",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Поисковая строка (поиск по имении контрагента)</div>\n<div class=\"apidocs-english\">Search string (search by contractor name)</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sorted",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Сортировка. По умолчанию без сортировки. Допустимо указание только одного ключа сортировки.</div>\n<div class=\"apidocs-english\">Sort options. Default: not sorting. Only one sort key allowed.</div>",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ContractorsV3.ContractorsSortedV3"
              }
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ContractorsV3.ListContractorsResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/Contractors/{id}": {
      "get": {
        "tags": [
          "Contractors"
        ],
        "summary": "Read",
        "description": "<div class=\"apidocs-russian\"><span>Получение информации о конкретном контрагенте по его идентификатору</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get particular contractor information by its identifier</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор контрагента</div>\n<div class=\"apidocs-english\">Contractor identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ContractorsV3.GetContractorResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Contractors"
        ],
        "summary": "Update",
        "description": "<div class=\"apidocs-russian\"><span>Обновление контрагента</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Update contractor</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор контрагента</div>\n<div class=\"apidocs-english\">Contractor identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "<div class=\"apidocs-russian\">Модель создания контрагента</div>\n<div class=\"apidocs-english\">Contractor model</div>",
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ContractorsV3.UpdateContractorRequestV3"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ContractorsV3.UpdateContractorRequestV3"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ContractorsV3.UpdateContractorRequestV3"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ContractorsV3.UpdateContractorRequestV3"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Contractors"
        ],
        "summary": "Delete",
        "description": "<div class=\"apidocs-russian\"><span>Удаление контрагента</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Delete contractor</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор контрагента</div>\n<div class=\"apidocs-english\">Contractor identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/Devices": {
      "get": {
        "tags": [
          "Devices"
        ],
        "summary": "Index",
        "description": "<div class=\"apidocs-russian\"><span>Получение списка устройств по фильтру</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Read device list by filter</div>",
        "parameters": [
          {
            "name": "pageSize",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Кол-во устройств на страницу\n            По умолчанию: 25\n            Ограничения: 1-100</div>\n<div class=\"apidocs-english\">\n            Number of devices per page\n            Default: 25\n            Restrictions: 1-100</div>",
            "schema": {
              "maximum": 100,
              "minimum": 1,
              "type": "integer",
              "format": "int32",
              "default": 25
            }
          },
          {
            "name": "page",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Номер страницы\n            По умолчанию: 1\n            </div>\n<div class=\"apidocs-english\">\n            Page number\n            Default: 1\n            </div>",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 1
            }
          },
          {
            "name": "filtered.activationDateFrom",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период с. Формат ISO 8601. Дата без часового пояса будет считается UTC.</div>\n<div class=\"apidocs-english\">Activation date from. Format ISO 8601. Date without timezone will be treated as UTC.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.activationDateTo",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период по, не включительно. Формат ISO 8601. Дата без часового пояса будет считается UTC.</div>\n<div class=\"apidocs-english\">Activation date to, not inclusive. Format ISO 8601. Date without timezone will be treated as UTC.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.shopIds",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Массив идентификаторов магазинов.</div>\n<div class=\"apidocs-english\">Shop ids array.</div>",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer",
                "format": "int32"
              }
            }
          },
          {
            "name": "filtered.shopExternalIds",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Массив внешних идентификаторов магазинов.</div>\n<div class=\"apidocs-english\">External shop ids array.</div>",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "filtered.imei",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">IMEI. Поиск по вхождению.</div>\n<div class=\"apidocs-english\">IMEI. Occurrence search.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.serialNumber",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Серийный номер устройства. Поиск по вхождению.</div>\n<div class=\"apidocs-english\">Device serial number. Occurrence search.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.model",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Массив моделей устройств.</div>\n<div class=\"apidocs-english\">Device models array.</div>",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "sorted",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Сортировка. По умолчанию без сортировки. Допустимо указание только одного ключа сортировки.</div>\n<div class=\"apidocs-english\">Sort options. Default: not sorting. Only one sort key allowed.</div>",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DevicesV3.DevicesSortedV3"
              }
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DevicesV3.ListDevicesResponseV4"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/Devices/{id}": {
      "get": {
        "tags": [
          "Devices"
        ],
        "summary": "Read",
        "description": "<div class=\"apidocs-russian\"><span>Получение информации о конкретном устройстве по его идентификатору</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get particular device information by its identifier</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DevicesV3.GetDeviceResponseV4"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/Devices/BindDeviceToAccount": {
      "post": {
        "tags": [
          "Devices"
        ],
        "summary": "CreateBindingToken",
        "description": "<div class=\"apidocs-russian\"><span>Получение токена привязки устройства к учётной записи ЛК</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get binding token of the device to your personal computer account</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DevicesV3.BindDeviceToAccountModelV3"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DevicesV3.BindDeviceToAccountModelV3"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DevicesV3.BindDeviceToAccountModelV3"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DevicesV3.BindDeviceToAccountModelV3"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.BindingResponse"
                }
              }
            }
          }
        }
      }
    },
    "/v4/Devices/process/fiscal-storage-info": {
      "post": {
        "tags": [
          "Devices"
        ],
        "summary": "FiscalStorageInfo",
        "description": "<div class=\"apidocs-russian\"><span>Создать операцию устройства для получения информации о фискальном накопителе устройства</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\"></div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.FiscalStorageInfo.FiscalStorageInfoReqV3"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.FiscalStorageInfo.FiscalStorageInfoReqV3"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.FiscalStorageInfo.FiscalStorageInfoReqV3"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.FiscalStorageInfo.FiscalStorageInfoReqV3"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.DeviceOperationCreatedResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/DeviceSettings/{id}": {
      "get": {
        "tags": [
          "DeviceSettings"
        ],
        "summary": "Read",
        "description": "<div class=\"apidocs-russian\"><span>Получить настройки устройств</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\"></div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "В качестве параметра id нужно указывать значение поля deviceSetting->id (идентификатор настроек устройства),\n            возвращающееся в составе полей ответа на GET /v4/Devices или значение поля deviceSetting->id (идентификатор профиля настроек),\n            возвращающееся в составе полей ответа на GET /v4/DeviceSettingsProfiles",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DeviceSettingsV3.DeviceSettingsResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "DeviceSettings"
        ],
        "summary": "Update partially",
        "description": "<div class=\"apidocs-russian\"><span>Обновить настройки устройств</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\"></div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "В качестве параметра id нужно указывать значение поля deviceSetting->id (идентификатор настроек устройства),\n            возвращающееся в составе полей ответа на GET /v4/Devices или значение поля deviceSetting->id (идентификатор профиля настроек),\n            возвращающееся в составе полей ответа на GET /v4/DeviceSettingsProfiles",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DeviceSettingsV3.DeviceSettingsRequestV3"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DeviceSettingsV3.DeviceSettingsRequestV3"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DeviceSettingsV3.DeviceSettingsRequestV3"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DeviceSettingsV3.DeviceSettingsRequestV3"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/DeviceSettingsProfiles": {
      "get": {
        "tags": [
          "DeviceSettingsProfiles"
        ],
        "summary": "Index",
        "description": "<div class=\"apidocs-russian\"><span>Получить список профилей настроек устройств</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\"></div>",
        "parameters": [
          {
            "name": "pageSize",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Кол-во сущностей на страницу\n            По умолчанию: 25\n            Ограничения: 1-100</div>\n<div class=\"apidocs-english\">\n            Number of entities per page\n            Default: 25\n            Restrictions: 1-100</div>",
            "schema": {
              "maximum": 100,
              "minimum": 1,
              "type": "integer",
              "format": "int32",
              "default": 25
            }
          },
          {
            "name": "page",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Номер страницы\n            По умолчанию: 1\n            </div>\n<div class=\"apidocs-english\">\n            Page number\n            Default: 1\n            </div>",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 1
            }
          },
          {
            "name": "filtered.name",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Наименование профиля (поиск по вхождению)</div>\n<div class=\"apidocs-english\"></div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sorted",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Сортировка. По умолчанию без сортировки. Допустимо указание только одного ключа сортировки.</div>\n<div class=\"apidocs-english\"></div>",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DeviceSettingsProfilesV3.GetList.GetDeviceSettingsProfileListRequestV3Sorted"
              }
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DeviceSettingsProfilesV3.GetList.GetDeviceSettingsProfileListResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "DeviceSettingsProfiles"
        ],
        "summary": "Create",
        "description": "<div class=\"apidocs-russian\"><span>Создать профиль настроек устройств</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\"></div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DeviceSettingsProfilesV3.Create.CreateDeviceSettingsProfileRequestV3"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DeviceSettingsProfilesV3.Create.CreateDeviceSettingsProfileRequestV3"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DeviceSettingsProfilesV3.Create.CreateDeviceSettingsProfileRequestV3"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DeviceSettingsProfilesV3.Create.CreateDeviceSettingsProfileRequestV3"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DeviceSettingsProfilesV3.Create.CreateDeviceSettingsProfileResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/DeviceSettingsProfiles/{id}": {
      "get": {
        "tags": [
          "DeviceSettingsProfiles"
        ],
        "summary": "Read",
        "description": "<div class=\"apidocs-russian\"><span>Получить профиль настроек устройств по ID</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\"></div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DeviceSettingsProfilesV3.DeviceSettingsProfilesRowV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "DeviceSettingsProfiles"
        ],
        "summary": "Update partially",
        "description": "<div class=\"apidocs-russian\"><span>Обновить профиль настроек устройств</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\"></div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DeviceSettingsProfilesV3.Update.UpdateDeviceSettingsProfileRequestV3"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DeviceSettingsProfilesV3.Update.UpdateDeviceSettingsProfileRequestV3"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DeviceSettingsProfilesV3.Update.UpdateDeviceSettingsProfileRequestV3"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DeviceSettingsProfilesV3.Update.UpdateDeviceSettingsProfileRequestV3"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "DeviceSettingsProfiles"
        ],
        "summary": "Delete",
        "description": "<div class=\"apidocs-russian\"><span>Удалить профиль настроек устройств. Все кассы, которые были связаны с этим профилем, перейдут на индивидуальные настройки</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\"></div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/DeviceSettingsProfiles/{id}/bind": {
      "post": {
        "tags": [
          "DeviceSettingsProfiles"
        ],
        "summary": "Bind devices",
        "description": "<div class=\"apidocs-russian\"><span>Привязать несколько устройств к профилю настроек устройств</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\"></div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DeviceSettingsProfilesV3.BindDevices.BindDevicesToDeviceSettingsProfileRequestV3"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DeviceSettingsProfilesV3.BindDevices.BindDevicesToDeviceSettingsProfileRequestV3"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DeviceSettingsProfilesV3.BindDevices.BindDevicesToDeviceSettingsProfileRequestV3"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DeviceSettingsProfilesV3.BindDevices.BindDevicesToDeviceSettingsProfileRequestV3"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/documents/acceptance": {
      "post": {
        "tags": [
          "Documents: Acceptance"
        ],
        "summary": "Create",
        "description": "<div class=\"apidocs-russian\"><span>Создание документа</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Create document</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "<div class=\"apidocs-russian\">Модель создания документа</div>\n<div class=\"apidocs-english\">Document model</div>",
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Acceptance.CreateAcceptanceDocumentRequestV3"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Acceptance.CreateAcceptanceDocumentRequestV3"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Acceptance.CreateAcceptanceDocumentRequestV3"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Acceptance.CreateAcceptanceDocumentRequestV3"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.CreateDocumentResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "Documents: Acceptance"
        ],
        "summary": "Index",
        "description": "<div class=\"apidocs-russian\"><span>Получение списка документов по фильтру</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Read documents list by filter</div>",
        "parameters": [
          {
            "name": "pageSize",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Кол-во документов на страницу\n            По умолчанию: 25\n            Ограничения: 1-100</div>\n<div class=\"apidocs-english\">\n            Number of documents per page\n            Default: 25\n            Restrictions: 1-100</div>",
            "schema": {
              "maximum": 100,
              "minimum": 1,
              "type": "integer",
              "format": "int32",
              "default": 25
            }
          },
          {
            "name": "page",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Номер страницы\n            По умолчанию: 1\n            </div>\n<div class=\"apidocs-english\">\n            Page number\n            Default: 1\n            </div>",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 1
            }
          },
          {
            "name": "filtered.status",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Статус документа. Допустимые значения: <b>\"draft\"</b>, <b>\"complete\"</b>.</div>\n<div class=\"apidocs-english\">Document status. Allowed values: <b>\"draft\"</b>, <b>\"complete\"</b>.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.number",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Номер документа</div>\n<div class=\"apidocs-english\">Document number</div>",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "filtered.dateTimeFrom",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период с. Формат ISO 8601. Дата без часового пояса будет считается UTC.</div>\n<div class=\"apidocs-english\">Date from. Format ISO 8601. Date without timezone will be treated as UTC.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.dateTimeTo",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период по, не включительно.. Формат ISO 8601. Дата без часового пояса будет считается UTC.</div>\n<div class=\"apidocs-english\">Date to, not inclusive. Format ISO 8601. Date without timezone will be treated as UTC.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sorted",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Сортировка. По умолчанию без сортировки. Допустимо указание только одного ключа сортировки.</div>\n<div class=\"apidocs-english\">Sort options. Default: not sorting. Only one sort key allowed.</div>",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.DocumentsSortedV3"
              }
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.AppListDocumentsResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/documents/acceptance/{id}": {
      "get": {
        "tags": [
          "Documents: Acceptance"
        ],
        "summary": "Read",
        "description": "<div class=\"apidocs-russian\"><span>Получение информации о конкретном документе по его идентификатору</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get particular document information by its identifier</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор документа</div>\n<div class=\"apidocs-english\">Document identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Acceptance.GetAcceptanceDocumentResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/documents/acceptance/{id}/positions": {
      "get": {
        "tags": [
          "Documents: Acceptance"
        ],
        "summary": "Read positions",
        "description": "<div class=\"apidocs-russian\"><span>Получение информации о позициях документа по его идентификатору</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get document positions by its identifier</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор документа</div>\n<div class=\"apidocs-english\">Document identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Acceptance.GetAcceptanceDocumentPositionsResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/documents/inventory": {
      "post": {
        "tags": [
          "Documents: Inventory"
        ],
        "summary": "Create",
        "description": "<div class=\"apidocs-russian\"><span>Создание документа</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Create document</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "<div class=\"apidocs-russian\">Модель создания документа</div>\n<div class=\"apidocs-english\">Document model</div>",
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Inventory.CreateInventoryDocumentRequestV3"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Inventory.CreateInventoryDocumentRequestV3"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Inventory.CreateInventoryDocumentRequestV3"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Inventory.CreateInventoryDocumentRequestV3"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.CreateDocumentResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "Documents: Inventory"
        ],
        "summary": "Index",
        "description": "<div class=\"apidocs-russian\"><span>Получение списка документов по фильтру</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Read documents list by filter</div>",
        "parameters": [
          {
            "name": "pageSize",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Кол-во документов на страницу\n            По умолчанию: 25\n            Ограничения: 1-100</div>\n<div class=\"apidocs-english\">\n            Number of documents per page\n            Default: 25\n            Restrictions: 1-100</div>",
            "schema": {
              "maximum": 100,
              "minimum": 1,
              "type": "integer",
              "format": "int32",
              "default": 25
            }
          },
          {
            "name": "page",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Номер страницы\n            По умолчанию: 1\n            </div>\n<div class=\"apidocs-english\">\n            Page number\n            Default: 1\n            </div>",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 1
            }
          },
          {
            "name": "filtered.status",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Статус документа. Допустимые значения: <b>\"draft\"</b>, <b>\"complete\"</b>.</div>\n<div class=\"apidocs-english\">Document status. Allowed values: <b>\"draft\"</b>, <b>\"complete\"</b>.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.number",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Номер документа</div>\n<div class=\"apidocs-english\">Document number</div>",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "filtered.dateTimeFrom",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период с. Формат ISO 8601. Дата без часового пояса будет считается UTC.</div>\n<div class=\"apidocs-english\">Date from. Format ISO 8601. Date without timezone will be treated as UTC.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.dateTimeTo",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период по, не включительно.. Формат ISO 8601. Дата без часового пояса будет считается UTC.</div>\n<div class=\"apidocs-english\">Date to, not inclusive. Format ISO 8601. Date without timezone will be treated as UTC.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sorted",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Сортировка. По умолчанию без сортировки. Допустимо указание только одного ключа сортировки.</div>\n<div class=\"apidocs-english\">Sort options. Default: not sorting. Only one sort key allowed.</div>",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.DocumentsSortedV3"
              }
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.AppListDocumentsResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/documents/inventory/{id}": {
      "get": {
        "tags": [
          "Documents: Inventory"
        ],
        "summary": "Read",
        "description": "<div class=\"apidocs-russian\"><span>Получение информации о конкретном документе по его идентификатору</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get particular document information by its identifier</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор документа</div>\n<div class=\"apidocs-english\">Document identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Inventory.GetInventoryDocumentResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/documents/inventory/{id}/positions": {
      "get": {
        "tags": [
          "Documents: Inventory"
        ],
        "summary": "Read positions",
        "description": "<div class=\"apidocs-russian\"><span>Получение информации о позициях документа по его идентификатору</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get document positions by its identifier</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор документа</div>\n<div class=\"apidocs-english\">Document identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Inventory.GetInventoryDocumentPositionsResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/documents/management": {
      "post": {
        "tags": [
          "Documents: Management"
        ],
        "summary": "Create",
        "description": "<div class=\"apidocs-russian\"><span>Создание документа</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Create document</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "<div class=\"apidocs-russian\">Модель создания документа</div>\n<div class=\"apidocs-english\">Document model</div>",
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Management.CreateManagementDocumentRequestV3"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Management.CreateManagementDocumentRequestV3"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Management.CreateManagementDocumentRequestV3"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Management.CreateManagementDocumentRequestV3"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.CreateDocumentResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "Documents: Management"
        ],
        "summary": "Index",
        "description": "<div class=\"apidocs-russian\"><span>Получение списка документов по фильтру</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Read documents list by filter</div>",
        "parameters": [
          {
            "name": "pageSize",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Кол-во документов на страницу\n            По умолчанию: 25\n            Ограничения: 1-100</div>\n<div class=\"apidocs-english\">\n            Number of documents per page\n            Default: 25\n            Restrictions: 1-100</div>",
            "schema": {
              "maximum": 100,
              "minimum": 1,
              "type": "integer",
              "format": "int32",
              "default": 25
            }
          },
          {
            "name": "page",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Номер страницы\n            По умолчанию: 1\n            </div>\n<div class=\"apidocs-english\">\n            Page number\n            Default: 1\n            </div>",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 1
            }
          },
          {
            "name": "filtered.status",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Статус документа. Допустимые значения: <b>\"draft\"</b>, <b>\"complete\"</b>.</div>\n<div class=\"apidocs-english\">Document status. Allowed values: <b>\"draft\"</b>, <b>\"complete\"</b>.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.number",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Номер документа</div>\n<div class=\"apidocs-english\">Document number</div>",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "filtered.dateTimeFrom",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период с. Формат ISO 8601. Дата без часового пояса будет считается UTC.</div>\n<div class=\"apidocs-english\">Date from. Format ISO 8601. Date without timezone will be treated as UTC.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.dateTimeTo",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период по, не включительно.. Формат ISO 8601. Дата без часового пояса будет считается UTC.</div>\n<div class=\"apidocs-english\">Date to, not inclusive. Format ISO 8601. Date without timezone will be treated as UTC.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sorted",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Сортировка. По умолчанию без сортировки. Допустимо указание только одного ключа сортировки.</div>\n<div class=\"apidocs-english\">Sort options. Default: not sorting. Only one sort key allowed.</div>",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.DocumentsSortedV3"
              }
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.AppListDocumentsResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/documents/management/{id}": {
      "get": {
        "tags": [
          "Documents: Management"
        ],
        "summary": "Read",
        "description": "<div class=\"apidocs-russian\"><span>Получение информации о конкретном документе по его идентификатору</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get particular document information by its identifier</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор документа</div>\n<div class=\"apidocs-english\">Document identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Management.GetManagementDocumentResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/documents/management/{id}/positions": {
      "get": {
        "tags": [
          "Documents: Management"
        ],
        "summary": "Read positions",
        "description": "<div class=\"apidocs-russian\"><span>Получение информации о позициях документа по его идентификатору</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get document positions by its identifier</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор документа</div>\n<div class=\"apidocs-english\">Document identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Management.GetManagementDocumentPositionsResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/documents/movement": {
      "post": {
        "tags": [
          "Documents: Movement"
        ],
        "summary": "Create",
        "description": "<div class=\"apidocs-russian\"><span>Создание документа</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Create document</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "<div class=\"apidocs-russian\">Модель создания документа</div>\n<div class=\"apidocs-english\">Document model</div>",
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Movement.CreateMovementDocumentRequestV3"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Movement.CreateMovementDocumentRequestV3"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Movement.CreateMovementDocumentRequestV3"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Movement.CreateMovementDocumentRequestV3"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.CreateDocumentResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "Documents: Movement"
        ],
        "summary": "Index",
        "description": "<div class=\"apidocs-russian\"><span>Получение списка документов по фильтру</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Read documents list by filter</div>",
        "parameters": [
          {
            "name": "pageSize",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Кол-во документов на страницу\n            По умолчанию: 25\n            Ограничения: 1-100</div>\n<div class=\"apidocs-english\">\n            Number of documents per page\n            Default: 25\n            Restrictions: 1-100</div>",
            "schema": {
              "maximum": 100,
              "minimum": 1,
              "type": "integer",
              "format": "int32",
              "default": 25
            }
          },
          {
            "name": "page",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Номер страницы\n            По умолчанию: 1\n            </div>\n<div class=\"apidocs-english\">\n            Page number\n            Default: 1\n            </div>",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 1
            }
          },
          {
            "name": "filtered.status",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Статус документа. Допустимые значения: <b>\"draft\"</b>, <b>\"complete\"</b>.</div>\n<div class=\"apidocs-english\">Document status. Allowed values: <b>\"draft\"</b>, <b>\"complete\"</b>.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.number",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Номер документа</div>\n<div class=\"apidocs-english\">Document number</div>",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "filtered.dateTimeFrom",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период с. Формат ISO 8601. Дата без часового пояса будет считается UTC.</div>\n<div class=\"apidocs-english\">Date from. Format ISO 8601. Date without timezone will be treated as UTC.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.dateTimeTo",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период по, не включительно.. Формат ISO 8601. Дата без часового пояса будет считается UTC.</div>\n<div class=\"apidocs-english\">Date to, not inclusive. Format ISO 8601. Date without timezone will be treated as UTC.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sorted",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Сортировка. По умолчанию без сортировки. Допустимо указание только одного ключа сортировки.</div>\n<div class=\"apidocs-english\">Sort options. Default: not sorting. Only one sort key allowed.</div>",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.DocumentsSortedV3"
              }
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.AppListDocumentsResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/documents/movement/{id}": {
      "get": {
        "tags": [
          "Documents: Movement"
        ],
        "summary": "Read",
        "description": "<div class=\"apidocs-russian\"><span>Получение информации о конкретном документе по его идентификатору</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get particular document information by its identifier</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор документа</div>\n<div class=\"apidocs-english\">Document identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Movement.GetMovementDocumentResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/documents/movement/{id}/positions": {
      "get": {
        "tags": [
          "Documents: Movement"
        ],
        "summary": "Read positions",
        "description": "<div class=\"apidocs-russian\"><span>Получение информации о позициях документа по его идентификатору</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get document positions by its identifier</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор документа</div>\n<div class=\"apidocs-english\">Document identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Movement.GetMovementDocumentPositionsResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/documents/production": {
      "post": {
        "tags": [
          "Documents: Production"
        ],
        "summary": "Create",
        "description": "<div class=\"apidocs-russian\"><span>Создание документа</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Create document</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "<div class=\"apidocs-russian\">Модель создания документа</div>\n<div class=\"apidocs-english\">Document model</div>",
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Production.CreateProductionDocumentRequestV3"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Production.CreateProductionDocumentRequestV3"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Production.CreateProductionDocumentRequestV3"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Production.CreateProductionDocumentRequestV3"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.CreateDocumentResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "Documents: Production"
        ],
        "summary": "Index",
        "description": "<div class=\"apidocs-russian\"><span>Получение списка документов по фильтру</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Read documents list by filter</div>",
        "parameters": [
          {
            "name": "pageSize",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Кол-во документов на страницу\n            По умолчанию: 25\n            Ограничения: 1-100</div>\n<div class=\"apidocs-english\">\n            Number of documents per page\n            Default: 25\n            Restrictions: 1-100</div>",
            "schema": {
              "maximum": 100,
              "minimum": 1,
              "type": "integer",
              "format": "int32",
              "default": 25
            }
          },
          {
            "name": "page",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Номер страницы\n            По умолчанию: 1\n            </div>\n<div class=\"apidocs-english\">\n            Page number\n            Default: 1\n            </div>",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 1
            }
          },
          {
            "name": "filtered.status",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Статус документа. Допустимые значения: <b>\"draft\"</b>, <b>\"complete\"</b>.</div>\n<div class=\"apidocs-english\">Document status. Allowed values: <b>\"draft\"</b>, <b>\"complete\"</b>.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.number",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Номер документа</div>\n<div class=\"apidocs-english\">Document number</div>",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "filtered.dateTimeFrom",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период с. Формат ISO 8601. Дата без часового пояса будет считается UTC.</div>\n<div class=\"apidocs-english\">Date from. Format ISO 8601. Date without timezone will be treated as UTC.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.dateTimeTo",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период по, не включительно.. Формат ISO 8601. Дата без часового пояса будет считается UTC.</div>\n<div class=\"apidocs-english\">Date to, not inclusive. Format ISO 8601. Date without timezone will be treated as UTC.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sorted",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Сортировка. По умолчанию без сортировки. Допустимо указание только одного ключа сортировки.</div>\n<div class=\"apidocs-english\">Sort options. Default: not sorting. Only one sort key allowed.</div>",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.DocumentsSortedV3"
              }
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.AppListDocumentsResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/documents/production/{id}": {
      "get": {
        "tags": [
          "Documents: Production"
        ],
        "summary": "Read",
        "description": "<div class=\"apidocs-russian\"><span>Получение информации о конкретном документе по его идентификатору</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get particular document information by its identifier</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор документа</div>\n<div class=\"apidocs-english\">Document identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Production.GetProductionDocumentResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/documents/production/{id}/positions": {
      "get": {
        "tags": [
          "Documents: Production"
        ],
        "summary": "Read positions",
        "description": "<div class=\"apidocs-russian\"><span>Получение информации о позициях документа по его идентификатору</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get document positions by its identifier</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор документа</div>\n<div class=\"apidocs-english\">Document identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Production.GetProductionDocumentPositionsResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/documents/write-off": {
      "post": {
        "tags": [
          "Documents: WriteOff"
        ],
        "summary": "Create",
        "description": "<div class=\"apidocs-russian\"><span>Создание документа</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Create document</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "<div class=\"apidocs-russian\">Модель создания документа</div>\n<div class=\"apidocs-english\">Document model</div>",
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.WriteOff.CreateWriteOffDocumentRequestV3"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.WriteOff.CreateWriteOffDocumentRequestV3"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.WriteOff.CreateWriteOffDocumentRequestV3"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.WriteOff.CreateWriteOffDocumentRequestV3"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.CreateDocumentResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "Documents: WriteOff"
        ],
        "summary": "Index",
        "description": "<div class=\"apidocs-russian\"><span>Получение списка документов по фильтру</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Read documents list by filter</div>",
        "parameters": [
          {
            "name": "pageSize",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Кол-во документов на страницу\n            По умолчанию: 25\n            Ограничения: 1-100</div>\n<div class=\"apidocs-english\">\n            Number of documents per page\n            Default: 25\n            Restrictions: 1-100</div>",
            "schema": {
              "maximum": 100,
              "minimum": 1,
              "type": "integer",
              "format": "int32",
              "default": 25
            }
          },
          {
            "name": "page",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Номер страницы\n            По умолчанию: 1\n            </div>\n<div class=\"apidocs-english\">\n            Page number\n            Default: 1\n            </div>",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 1
            }
          },
          {
            "name": "filtered.status",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Статус документа. Допустимые значения: <b>\"draft\"</b>, <b>\"complete\"</b>.</div>\n<div class=\"apidocs-english\">Document status. Allowed values: <b>\"draft\"</b>, <b>\"complete\"</b>.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.number",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Номер документа</div>\n<div class=\"apidocs-english\">Document number</div>",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "filtered.dateTimeFrom",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период с. Формат ISO 8601. Дата без часового пояса будет считается UTC.</div>\n<div class=\"apidocs-english\">Date from. Format ISO 8601. Date without timezone will be treated as UTC.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.dateTimeTo",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период по, не включительно.. Формат ISO 8601. Дата без часового пояса будет считается UTC.</div>\n<div class=\"apidocs-english\">Date to, not inclusive. Format ISO 8601. Date without timezone will be treated as UTC.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sorted",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Сортировка. По умолчанию без сортировки. Допустимо указание только одного ключа сортировки.</div>\n<div class=\"apidocs-english\">Sort options. Default: not sorting. Only one sort key allowed.</div>",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.DocumentsSortedV3"
              }
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.AppListDocumentsResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/documents/write-off/{id}": {
      "get": {
        "tags": [
          "Documents: WriteOff"
        ],
        "summary": "Read",
        "description": "<div class=\"apidocs-russian\"><span>Получение информации о конкретном документе по его идентификатору</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get particular document information by its identifier</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор документа</div>\n<div class=\"apidocs-english\">Document identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.WriteOff.GetWriteOffDocumentResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/documents/write-off/{id}/positions": {
      "get": {
        "tags": [
          "Documents: WriteOff"
        ],
        "summary": "Read positions",
        "description": "<div class=\"apidocs-russian\"><span>Получение информации о позициях документа по его идентификатору</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get document positions by its identifier</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор документа</div>\n<div class=\"apidocs-english\">Document identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.WriteOff.GetWriteOffDocumentPositionsResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/FiscalReports": {
      "get": {
        "tags": [
          "FiscalReports"
        ],
        "summary": "Index",
        "description": "<div class=\"apidocs-russian\"><span>Получить список документов фискализации по фильтру</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Read fiscal reports list by filter</div>",
        "parameters": [
          {
            "name": "pageSize",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Кол-во сущностей на страницу\n            По умолчанию: 25\n            Ограничения: 1-100</div>\n<div class=\"apidocs-english\">\n            Number of entities per page\n            Default: 25\n            Restrictions: 1-100</div>",
            "schema": {
              "maximum": 100,
              "minimum": 1,
              "type": "integer",
              "format": "int32",
              "default": 25
            }
          },
          {
            "name": "page",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Номер страницы\n            По умолчанию: 1\n            </div>\n<div class=\"apidocs-english\">\n            Page number\n            Default: 1\n            </div>",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 1
            }
          },
          {
            "name": "filtered.deviceSerialNumber",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Серийный номер устройства</div>\n<div class=\"apidocs-english\">Device serial number</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.orgInn",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">ИНН юр. лица</div>\n<div class=\"apidocs-english\"></div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.dateTimeFrom",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период с. Формат ISO 8601. Дата без часового пояса будет считается UTC.</div>\n<div class=\"apidocs-english\">Date from. Format ISO 8601. Date without timezone will be treated as UTC.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.dateTimeTo",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период по, не включительно.. Формат ISO 8601. Дата без часового пояса будет считается UTC.</div>\n<div class=\"apidocs-english\">Date to, not inclusive. Format ISO 8601. Date without timezone will be treated as UTC.</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.docInfo.deviceRegNumber",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Регистрационный номер ККТ</div>\n<div class=\"apidocs-english\">Device registration number</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.docInfo.docNumber",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Номер фискального документа</div>\n<div class=\"apidocs-english\">Fiscal document number</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.docInfo.fiscalStorageNumber",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Номер фискального накопителя</div>\n<div class=\"apidocs-english\">Fiscal storage number</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.docInfo.docFiscalAttributeInt",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Фискальный признак документа в формате печатной формы</div>\n<div class=\"apidocs-english\">Fiscal sign in print form</div>",
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          },
          {
            "name": "sorted",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Сортировка. По умолчанию без сортировки. Допустимо указание только одного ключа сортировки.</div>\n<div class=\"apidocs-english\">Sort options. Default: not sorting. Only one sort key allowed.</div>",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.FiscalReportsV3.FiscalReportsSortedV3"
              }
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.FiscalReportsV3.ListFiscalReportsResponseV4"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/FiscalReports/{id}": {
      "get": {
        "tags": [
          "FiscalReports"
        ],
        "summary": "Read",
        "description": "<div class=\"apidocs-russian\"><span>Получение информации о документе фискализации по его идентификатору</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get particular fiscal report information by its identifier</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор документа фискализации</div>\n<div class=\"apidocs-english\">FiscalReport identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.FiscalReportsV3.ListFiscalReportsRowV4"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/FiscalReports/process/fiscal-storage-105": {
      "post": {
        "tags": [
          "FiscalReports"
        ],
        "summary": "Process FFD 1.05",
        "description": "<div class=\"apidocs-russian\"><span>Создать операцию устройства для фискализации ФФД 1.05</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Create device operation for fiscalization FFD 1.05</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.FiscalReports.FiscalReportRequest105V3"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.FiscalReports.FiscalReportRequest105V3"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.FiscalReports.FiscalReportRequest105V3"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.FiscalReports.FiscalReportRequest105V3"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.DeviceOperationCreatedResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/FiscalReports/process/fiscal-storage-120": {
      "post": {
        "tags": [
          "FiscalReports"
        ],
        "summary": "Process FFD 1.2",
        "description": "<div class=\"apidocs-russian\"><span>Создать операцию устройства для фискализации ФФД 1.2</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Create device operation for fiscalization FFD 1.2</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.FiscalReports.FiscalReportRequest120V3"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.FiscalReports.FiscalReportRequest120V3"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.FiscalReports.FiscalReportRequest120V3"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.FiscalReports.FiscalReportRequest120V3"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.DeviceOperationCreatedResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/FiscalReports/process/non-fiscal": {
      "post": {
        "tags": [
          "FiscalReports"
        ],
        "summary": "Process non fiscal",
        "description": "<div class=\"apidocs-russian\"><span>Запрос регистрации кассы для работы в нефискальном режиме</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Create device operation for non fiscal mode</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.FiscalReports.FiscalReportRequestNonFiscalV3"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.FiscalReports.FiscalReportRequestNonFiscalV3"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.FiscalReports.FiscalReportRequestNonFiscalV3"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.FiscalReports.FiscalReportRequestNonFiscalV3"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.DeviceOperationCreatedResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/FiscalReports/process/orange-data": {
      "post": {
        "tags": [
          "FiscalReports"
        ],
        "summary": "Process OrangeData",
        "description": "<div class=\"apidocs-russian\"><span>Запрос регистрации кассы для работы с ОранжДата</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Create device operation for OrangeData mode</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.FiscalReports.FiscalReportRequestOrangeDataV3"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.FiscalReports.FiscalReportRequestOrangeDataV3"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.FiscalReports.FiscalReportRequestOrangeDataV3"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.FiscalReports.FiscalReportRequestOrangeDataV3"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.DeviceOperationCreatedResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/Operations/{id}": {
      "get": {
        "tags": [
          "Operations"
        ],
        "summary": "Get",
        "description": "<div class=\"apidocs-russian\"><span>Получение операции устройства по id</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get device operation by id</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "format": "uuid"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.DeviceOperationByIdResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/Operations/{id}/cancel": {
      "post": {
        "tags": [
          "Operations"
        ],
        "summary": "Cancel",
        "description": "<div class=\"apidocs-russian\"><span>Отмена операции устройства</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Device operation cancellation</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "format": "uuid"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.DeviceOperationByIdResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/Operations/Hooks": {
      "get": {
        "tags": [
          "Operations"
        ],
        "summary": "GetHook",
        "description": "<div class=\"apidocs-russian\"><span>Web-хуки для уведомлений об изменении статуса операций устройства - Получение информации о текущем хуке</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get current hook info</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.Hooks.GetHooksResponseV4"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "Operations"
        ],
        "summary": "SetHook",
        "description": "<div class=\"apidocs-russian\"><span>Web-хуки для уведомлений об изменении статуса операций устройства - Обновление хука</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Hook update</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.Hooks.UpdateHooksRequestV4"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.Hooks.UpdateHooksRequestV4"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.Hooks.UpdateHooksRequestV4"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.Hooks.UpdateHooksRequestV4"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/Receipts": {
      "get": {
        "tags": [
          "Receipts"
        ],
        "summary": "Index",
        "description": "<div class=\"apidocs-russian\"><span>Получение списка чеков по фильтру</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Read receipt list by filter</div>",
        "parameters": [
          {
            "name": "pageSize",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Кол-во сущностей на страницу\n            По умолчанию: 25\n            Ограничения: 1-100</div>\n<div class=\"apidocs-english\">\n            Number of entities per page\n            Default: 25\n            Restrictions: 1-100</div>",
            "schema": {
              "maximum": 100,
              "minimum": 1,
              "type": "integer",
              "format": "int32",
              "default": 25
            }
          },
          {
            "name": "page",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Номер страницы\n            По умолчанию: 1\n            </div>\n<div class=\"apidocs-english\">\n            Page number\n            Default: 1\n            </div>",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 1
            }
          },
          {
            "name": "filtered.processedAtTzFrom",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период с, включительно (формат ISO 8601)</div>\n<div class=\"apidocs-english\"></div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.processedAtTzTo",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период по, не включительно (формат ISO 8601)</div>\n<div class=\"apidocs-english\"></div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.deviceSerialNumber",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Серийный номер ККТ</div>\n<div class=\"apidocs-english\">Device serial number</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.shiftId",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Идентификатор смены в системе aQsi</div>\n<div class=\"apidocs-english\"></div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.deviceRegNumber",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">(тег 1037) Регистрационный номер ККТ</div>\n<div class=\"apidocs-english\"></div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.docNumber",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">(тег 1040) Номер фискального документа</div>\n<div class=\"apidocs-english\"></div>",
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          },
          {
            "name": "filtered.docFiscalAttributeInt",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Значение docFiscalAttribute в формате печатной формы - первый и последний</div>\n<div class=\"apidocs-english\"></div>",
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          },
          {
            "name": "filtered.fiscalStorageNumber",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">(тег 1041) Номер фискального накопителя</div>\n<div class=\"apidocs-english\"></div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.shiftNumber",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">(тег 1038) Номер смены</div>\n<div class=\"apidocs-english\"></div>",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "filtered.type",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Код признака расчёта</div>\n<div class=\"apidocs-english\"></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Приход</div><div class=\"apidocs-english\">Income</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Возврат прихода</div><div class=\"apidocs-english\">Income return</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Расход</div><div class=\"apidocs-english\">Outcome</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Возврат расхода</div><div class=\"apidocs-english\">Outcome return</div></div>\n",
            "schema": {
              "allOf": [
                {
                  "$ref": "#/components/schemas/NebularApi.Enums.DocTypeEnum"
                }
              ]
            }
          },
          {
            "name": "filtered.variant",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Вариант чека (receipt, correction)</div>\n<div class=\"apidocs-english\"></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">receipt</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Чек</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">correction</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Чек коррекции</div><div class=\"apidocs-english\"></div></div>\n",
            "schema": {
              "allOf": [
                {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.ReceiptVariantEnum"
                }
              ]
            }
          },
          {
            "name": "sorted",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n  <div>Сортировка. По умолчанию без сортировки. Допустимо указание только одного ключа сортировки. Передавать так: </div>\n  <div>&sorted[0].id=ключ_сортировки&sorted[0].desc=true_или_false</div>\n  <div>Пример: </div>\n  <div>&sorted[0].id=processedAtTz&sorted[0].desc=true</div>\n</div>",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.ReceiptsSortedV3"
              }
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.ListReceiptsResponseV4"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/Receipts/{id}": {
      "get": {
        "tags": [
          "Receipts"
        ],
        "summary": "Read",
        "description": "<div class=\"apidocs-russian\"><span>Получение информации о чеке по его идентификатору</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get particular receipt information by its identifier</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор чека</div>\n<div class=\"apidocs-english\">Receipt identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.ListReceiptsRowV4"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/Receipts/process": {
      "post": {
        "tags": [
          "Receipts"
        ],
        "summary": "Process",
        "description": "<div class=\"apidocs-russian\"><span>Создать операцию устройства для формирования чека</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Create device operation for receipt creation</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Receipts.ReceiptReqV3"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Receipts.ReceiptReqV3"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Receipts.ReceiptReqV3"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Receipts.ReceiptReqV3"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.DeviceOperationCreatedResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/Receipts/process/correction": {
      "post": {
        "tags": [
          "Receipts"
        ],
        "summary": "Process correction",
        "description": "<div class=\"apidocs-russian\"><span>Создать операцию устройства для формирования чека коррекции</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Create device operation for correction creation</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Receipts.CorrectionRequestV3"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Receipts.CorrectionRequestV3"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Receipts.CorrectionRequestV3"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Receipts.CorrectionRequestV3"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.DeviceOperationCreatedResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/Reconciliations": {
      "get": {
        "tags": [
          "Reconciliations"
        ],
        "summary": "Index",
        "description": "<div class=\"apidocs-russian\"><span>Получение списка сверок по фильтру</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Read reconciliation list by filter</div>",
        "parameters": [
          {
            "name": "pageSize",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Кол-во сущностей на страницу\n            По умолчанию: 25\n            Ограничения: 1-100</div>\n<div class=\"apidocs-english\">\n            Number of entities per page\n            Default: 25\n            Restrictions: 1-100</div>",
            "schema": {
              "maximum": 100,
              "minimum": 1,
              "type": "integer",
              "format": "int32",
              "default": 25
            }
          },
          {
            "name": "page",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Номер страницы\n            По умолчанию: 1\n            </div>\n<div class=\"apidocs-english\">\n            Page number\n            Default: 1\n            </div>",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 1
            }
          },
          {
            "name": "filtered.dateTimeFrom",
            "in": "query",
            "description": "Период с.\nФормат ISO 8601. Дата без часового пояса будет считается таймзоной UTC.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.dateTimeTo",
            "in": "query",
            "description": "Период по, не включительно.\nФормат ISO 8601. Дата без часового пояса будет считается таймзоной UTC.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.devices",
            "in": "query",
            "description": "Массив внутренних идентификаторов устройств",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer",
                "format": "int32"
              }
            }
          },
          {
            "name": "filtered.terminalId",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">(TID) Идентификатор терминала</div>\n<div class=\"apidocs-english\">Terminal ID</div>",
            "schema": {
              "maxLength": 64,
              "type": "string"
            }
          },
          {
            "name": "filtered.merchantId",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">(MID) Идентификатор владельца терминала</div>\n<div class=\"apidocs-english\">Merchant ID</div>",
            "schema": {
              "maxLength": 64,
              "type": "string"
            }
          },
          {
            "name": "filtered.retrievalReferenceNumber",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">(RRN) Уникальный идентификатор транзакции в платежной системе</div>\n<div class=\"apidocs-english\">Retrieval Reference Number</div>",
            "schema": {
              "maxLength": 64,
              "type": "string"
            }
          },
          {
            "name": "sorted",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Сортировка. По умолчанию без сортировки. Допустимо указание только одного ключа сортировки.</div>\n<div class=\"apidocs-english\">Sort options. Default: not sorting. Only one sort key allowed.</div>",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReconciliationsV3.ReconciliationsSortedV3"
              }
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReconciliationsV3.ListReconciliationsResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/Reconciliations/{id}": {
      "get": {
        "tags": [
          "Reconciliations"
        ],
        "summary": "Read",
        "description": "<div class=\"apidocs-russian\"><span>Получение информации о сверке по её идентификатору</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get particular reconciliation information by its identifier</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор сверки</div>\n<div class=\"apidocs-english\">Reconciliation identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReconciliationsV3.GetReconciliationResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/Reconciliations/process": {
      "post": {
        "tags": [
          "Reconciliations"
        ],
        "summary": "Process",
        "description": "<div class=\"apidocs-russian\"><span>Создать операцию устройства для выполнения сверки</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Execute reconciliation</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Reconciliations.ReconciliationRequestV3"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Reconciliations.ReconciliationRequestV3"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Reconciliations.ReconciliationRequestV3"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Reconciliations.ReconciliationRequestV3"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.DeviceOperationCreatedResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/Shifts": {
      "get": {
        "tags": [
          "Shifts"
        ],
        "summary": "Index",
        "description": "<div class=\"apidocs-russian\"><span>Получение списка смен по фильтру</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Read shift list by filter</div>",
        "parameters": [
          {
            "name": "pageSize",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Кол-во контрагентов на страницу\n            По умолчанию: 25\n            Ограничения: 1-100</div>\n<div class=\"apidocs-english\">\n            Number of checks per page\n            Default: 25\n            Restrictions: 1-100</div>",
            "schema": {
              "maximum": 100,
              "minimum": 1,
              "type": "integer",
              "format": "int32",
              "default": 25
            }
          },
          {
            "name": "page",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Номер страницы\n            По умолчанию: 1\n            </div>\n<div class=\"apidocs-english\">\n            Page number\n            Default: 1\n            </div>",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 1
            }
          },
          {
            "name": "filtered.number",
            "in": "query",
            "description": "Номер смены",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "filtered.startDateFrom",
            "in": "query",
            "description": "Период с.\nФормат ISO 8601. Дата без часового пояса будет считается таймзоной UTC.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.startDateTo",
            "in": "query",
            "description": "Период по, не включительно.\nФормат ISO 8601. Дата без часового пояса будет считается таймзоной UTC.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.devices",
            "in": "query",
            "description": "Массив внутренних идентификаторов устройств",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer",
                "format": "int32"
              }
            }
          },
          {
            "name": "sorted",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Сортировка. По умолчанию без сортировки. Допустимо указание только одного ключа сортировки.</div>\n<div class=\"apidocs-english\">Sort options. Default: not sorting. Only one sort key allowed.</div>",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ShiftsV3.ShiftsSortedV3"
              }
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ShiftsV3.ListShiftsResponseV4"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/Shifts/{id}": {
      "get": {
        "tags": [
          "Shifts"
        ],
        "summary": "Read",
        "description": "<div class=\"apidocs-russian\"><span>Получение информации о смене по её идентификатору</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get particular shift information by its identifier</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор смены</div>\n<div class=\"apidocs-english\">Shift identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ShiftsV3.GetShiftResponseV4"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/Shifts/close": {
      "post": {
        "tags": [
          "Shifts"
        ],
        "summary": "Close",
        "description": "<div class=\"apidocs-russian\"><span>Закрытие смены</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Close shift</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Shifts.ShiftCloseRequestV3"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Shifts.ShiftCloseRequestV3"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Shifts.ShiftCloseRequestV3"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Shifts.ShiftCloseRequestV3"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.DeviceOperationCreatedResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/Shifts/open": {
      "post": {
        "tags": [
          "Shifts"
        ],
        "summary": "Open",
        "description": "<div class=\"apidocs-russian\"><span>Открытие смены</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Open shift</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Shifts.ShiftOpenRequestV3"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Shifts.ShiftOpenRequestV3"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Shifts.ShiftOpenRequestV3"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Shifts.ShiftOpenRequestV3"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.DeviceOperationCreatedResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/Slips": {
      "get": {
        "tags": [
          "Slips"
        ],
        "summary": "Index",
        "description": "<div class=\"apidocs-russian\"><span>Получение списка слипов по фильтру</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Read Slip list by filter</div>",
        "parameters": [
          {
            "name": "pageSize",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Кол-во сущностей на страницу\n            По умолчанию: 25\n            Ограничения: 1-100</div>\n<div class=\"apidocs-english\">\n            Number of entities per page\n            Default: 25\n            Restrictions: 1-100</div>",
            "schema": {
              "maximum": 100,
              "minimum": 1,
              "type": "integer",
              "format": "int32",
              "default": 25
            }
          },
          {
            "name": "page",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Номер страницы\n            По умолчанию: 1\n            </div>\n<div class=\"apidocs-english\">\n            Page number\n            Default: 1\n            </div>",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 1
            }
          },
          {
            "name": "filtered.processedAtTzFrom",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период с, включительно (ISO 8601)</div>\n<div class=\"apidocs-english\"></div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.processedAtTzTo",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Период по, не включительно (ISO 8601)</div>\n<div class=\"apidocs-english\"></div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.type",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Тип транзакции. Возможные значения: `purchase`, `refund`, `reversal`, 'payout'.</div>\n<div class=\"apidocs-english\"></div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.retrievalReferenceNumber",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">(RRN) уникальный идентификатор транзакции в платежной системе банка</div>\n<div class=\"apidocs-english\"></div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.terminalId",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">(TID) идентификатор терминала</div>\n<div class=\"apidocs-english\"></div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.merchantId",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">(MID) идентификатор владельца терминала</div>\n<div class=\"apidocs-english\"></div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filtered.amountFrom",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Сумма транзакции, коп от</div>\n<div class=\"apidocs-english\"></div>",
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          },
          {
            "name": "filtered.amountTo",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Сумма транзакции, коп до</div>\n<div class=\"apidocs-english\"></div>",
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          },
          {
            "name": "filtered.sequenceNumber",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">(SEQ) Порядковый номер</div>\n<div class=\"apidocs-english\"></div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sorted",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Сортировка. По умолчанию без сортировки. Допустимо указание только одного ключа сортировки.</div>\n<div class=\"apidocs-english\">Sort options. Default: not sorting. Only one sort key allowed.</div>",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.SlipsV3.SlipsSortedV3"
              }
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.SlipsV3.ListSlipsResponseV4"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/Slips/{id}": {
      "get": {
        "tags": [
          "Slips"
        ],
        "summary": "Read",
        "description": "<div class=\"apidocs-russian\"><span>Получение информации о слипе по его идентификатору</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Get particular slip information by its identifier</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор слипа</div>\n<div class=\"apidocs-english\">Slip identifier</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.SlipsV3.ListSlipsRowV4"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/Slips/process/config": {
      "post": {
        "tags": [
          "Slips"
        ],
        "summary": "Process Config",
        "description": "<div class=\"apidocs-russian\"><span>Создать операцию устройства для загрузки эквайринговых конфигурации и ключей</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Create device operation for acquiring config and keys loading</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Slips.ConfigReqV3"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Slips.ConfigReqV3"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Slips.ConfigReqV3"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Slips.ConfigReqV3"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.DeviceOperationCreatedResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/Slips/process/purchase": {
      "post": {
        "tags": [
          "Slips"
        ],
        "summary": "Process Purchase",
        "description": "<div class=\"apidocs-russian\"><span>Создать операцию устройства для проведения банковского платежа</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Create device operation for acquiring purchase</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Slips.PurchaseReqV3"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Slips.PurchaseReqV3"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Slips.PurchaseReqV3"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Slips.PurchaseReqV3"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.DeviceOperationCreatedResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/Slips/process/refund": {
      "post": {
        "tags": [
          "Slips"
        ],
        "summary": "Process Refund",
        "description": "<div class=\"apidocs-russian\"><span>Создать операцию устройства для проведения возврата банковского платежа</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Create device operation for acquiring payment refund</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Slips.RefundReqV3"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Slips.RefundReqV3"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Slips.RefundReqV3"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Slips.RefundReqV3"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.DeviceOperationCreatedResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/Slips/process/reversal": {
      "post": {
        "tags": [
          "Slips"
        ],
        "summary": "Process Reversal",
        "description": "<div class=\"apidocs-russian\"><span>Создать операцию устройства для проведения отмены банковского платежа</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Create device operation for acquiring payment reversal</div><br/><div class=\"apidocs-russian version-annotation\">В методах версии 2 (V2) идентификаторы уникальны в разрезе аккаунта (используются идентификаторы внешней системы заказчика), в отличие от методов версии 1 (V1), где использовались идентификаторы уникальные в разрезе всей системы.</div>\n            <div class=\"apidocs-english version-annotation\">Each model identifier is unique in scope of user account in V2 methods (user external system ids). Whereas globally unique system identifiers were used in V1 methods (our system ids).</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Slips.ReversalReqV3"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Slips.ReversalReqV3"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Slips.ReversalReqV3"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Slips.ReversalReqV3"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.DeviceOperationCreatedResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/Warehouses": {
      "post": {
        "tags": [
          "Warehouses"
        ],
        "summary": "Create",
        "description": "<div class=\"apidocs-russian\"><span>Создание склада</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Create warehouse</div>",
        "parameters": [
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "<div class=\"apidocs-russian\">Модель склада</div>\n<div class=\"apidocs-english\">Warehouse model</div>",
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.WarehousesV3.CreateWarehouseRequestV3"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.WarehousesV3.CreateWarehouseRequestV3"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.WarehousesV3.CreateWarehouseRequestV3"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.WarehousesV3.CreateWarehouseRequestV3"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.WarehousesV3.CreateWarehouseResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "Warehouses"
        ],
        "summary": "Index",
        "description": "<div class=\"apidocs-russian\"><span>Получение списка складов по фильтру</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Read warehouses list by filter</div>",
        "parameters": [
          {
            "name": "pageSize",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Кол-во данных на страницу\n            По умолчанию: 25\n            Ограничения: 1-100</div>\n<div class=\"apidocs-english\">\n            Number of checks per page\n            Default: 25\n            Restrictions: 1-100</div>",
            "schema": {
              "maximum": 100,
              "minimum": 1,
              "type": "integer",
              "format": "int32",
              "default": 25
            }
          },
          {
            "name": "page",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Номер страницы\n            По умолчанию: 1\n            </div>\n<div class=\"apidocs-english\">\n            Page number\n            Default: 1\n            </div>",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 1
            }
          },
          {
            "name": "filtered.name",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Наименование склада</div>\n<div class=\"apidocs-english\">Warehouse name</div>",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sorted",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Сортировка. По умолчанию без сортировки. Допустимо указание только одного ключа сортировки.</div>\n<div class=\"apidocs-english\">Sort options. Default: not sorting. Only one sort key allowed.</div>",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.WarehousesV3.WarehousesSortedV3"
              }
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.WarehousesV3.ListWarehousesResponseV4"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/Warehouses/{id}": {
      "get": {
        "tags": [
          "Warehouses"
        ],
        "summary": "Read",
        "description": "<div class=\"apidocs-russian\"><span>Получение склада</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Read warehouse</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентефикатор склада</div>\n<div class=\"apidocs-english\">Warehouse id</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.WarehousesV3.GetWarehouseResponseV4"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Warehouses"
        ],
        "summary": "Update",
        "description": "<div class=\"apidocs-russian\"><span>Обновление склада</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Update warehouse</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентификатор склада</div>\n<div class=\"apidocs-english\">Warehouse id</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "<div class=\"apidocs-russian\">Модель склада</div>\n<div class=\"apidocs-english\">Warehouse model</div>",
          "content": {
            "application/json-patch+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.WarehousesV3.UpdateWarehouseRequestV3"
                  }
                ]
              }
            },
            "application/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.WarehousesV3.UpdateWarehouseRequestV3"
                  }
                ]
              }
            },
            "text/json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.WarehousesV3.UpdateWarehouseRequestV3"
                  }
                ]
              }
            },
            "application/*+json": {
              "schema": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.WarehousesV3.UpdateWarehouseRequestV3"
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Warehouses"
        ],
        "summary": "Delete",
        "description": "<div class=\"apidocs-russian\"><span>Удаление склада</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Delete warehouse</div>",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "<div class=\"apidocs-russian\">Идентефикатор склада</div>\n<div class=\"apidocs-english\">Warehouse id</div>",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    },
    "/v4/Warehouses/{id}/goods": {
      "get": {
        "tags": [
          "Warehouses"
        ],
        "summary": "Goods",
        "description": "<div class=\"apidocs-russian\"><span>Получить список товаров на складе</span><br><div class=\"required-annotation\">Поля в модели запроса, отмеченные <span style=\"color: red; font-weight: normal;\">required</span> - обязательны к заполнению</div></div><div class=\"apidocs-english\">Goods list by warehouse</div>",
        "parameters": [
          {
            "name": "pageSize",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Кол-во данных на страницу\n            По умолчанию: 25\n            Ограничения: 1-100</div>\n<div class=\"apidocs-english\">\n            Number of checks per page\n            Default: 25\n            Restrictions: 1-100</div>",
            "schema": {
              "maximum": 100,
              "minimum": 1,
              "type": "integer",
              "format": "int32",
              "default": 25
            }
          },
          {
            "name": "page",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">\n            Номер страницы\n            По умолчанию: 1\n            </div>\n<div class=\"apidocs-english\">\n            Page number\n            Default: 1\n            </div>",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 1
            }
          },
          {
            "name": "sorted",
            "in": "query",
            "description": "<div class=\"apidocs-russian\">Сортировка. По умолчанию без сортировки. Допустимо указание только одного ключа сортировки.</div>\n<div class=\"apidocs-english\">Sort options. Default: not sorting. Only one sort key allowed.</div>",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.WarehousesV3.WarehouseGoodsSortedV3"
              }
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-client-key",
            "in": "header",
            "description": "example: Application XXX",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.WarehousesV3.ListWarehouseGoodsResponseV3"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorModelV3"
                }
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "DAL.Enums.TaxationSystemAqsiEnum": {
        "enum": [
          1,
          2,
          4,
          8,
          16,
          32
        ],
        "type": "integer",
        "format": "int32"
      },
      "NebularApi.Controllers.V3.Documents.Acceptance.CreateAcceptanceDocumentRequestPositionV3": {
        "required": [
          "purchasePrice",
          "quantity"
        ],
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор товара из справочника товаров. Обязательно, если не передан externalId.</div>\n<div class=\"apidocs-english\">Good id from catalog. Required when externalId missing.</div>",
            "nullable": true
          },
          "externalId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Внешний идентификатор товара из справочника товаров. Обязательно, если не передан id, иначе игнорируется.</div>\n<div class=\"apidocs-english\">Good external id from catalog. Required when id missing, otherwise ignored.</div>",
            "nullable": true
          },
          "quantity": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Количество. Макс. кол-во знаков после запятой: 3.</div>\n<div class=\"apidocs-english\">Quantity. Precision: 3.</div>",
            "format": "double"
          },
          "purchasePrice": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Цена закупки. Макс.кол-во знаков после запятой: 2.</div>\n<div class=\"apidocs-english\">Purchase price. Precision: 2.</div>",
            "format": "double"
          },
          "markingCodes": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian\">Коды маркировки</div>\n<div class=\"apidocs-english\">Marking codes</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Controllers.V3.Documents.Acceptance.CreateAcceptanceDocumentRequestV3": {
        "required": [
          "contractor",
          "positions",
          "warehouse"
        ],
        "type": "object",
        "properties": {
          "warehouse": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.CreateDocumentRelatedEntityV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Склад</div>\n<div class=\"apidocs-english\">Warehouse</div>"
          },
          "externalId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Внешний идентификатор</div>\n<div class=\"apidocs-english\">External id</div>",
            "nullable": true
          },
          "number": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Номер документа. Если не передано, то номер установится автоматически.</div>\n<div class=\"apidocs-english\">Document number. When not specified will be autogenerated.</div>",
            "format": "int32",
            "nullable": true
          },
          "dateTime": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата документа.По умолчанию: текущая дата. Формат: ISO 8601.</div>\n<div class=\"apidocs-english\">Document date. Default: current date. Format: ISO 8601.</div>",
            "nullable": true
          },
          "incomingNumber": {
            "type": "string",
            "description": "Входящий номер.",
            "nullable": true
          },
          "incomingDateTime": {
            "type": "string",
            "description": "Входящая дата.",
            "nullable": true
          },
          "comment": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Комментарий</div>\n<div class=\"apidocs-english\">Comment</div>",
            "nullable": true
          },
          "positions": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Acceptance.CreateAcceptanceDocumentRequestPositionV3"
            },
            "description": "<div class=\"apidocs-russian\">Список позиций документа.</div>\n<div class=\"apidocs-english\">Document positions list</div>"
          },
          "isEdo": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Флаг ЭДО</div>\n<div class=\"apidocs-english\">Is document from EDO</div>",
            "nullable": true
          },
          "contractor": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.CreateDocumentRelatedEntityV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Контрагент</div>\n<div class=\"apidocs-english\">contractor</div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Controllers.V3.Documents.Acceptance.GetAcceptanceDocumentPositionsResponseRowV3": {
        "required": [
          "id",
          "purchasePrice",
          "quantity"
        ],
        "type": "object",
        "properties": {
          "id": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Идентификатор</div>\n<div class=\"apidocs-english\">Id</div>",
            "format": "int32"
          },
          "quantity": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Количество</div>\n<div class=\"apidocs-english\">Quantity</div>",
            "format": "double"
          },
          "purchasePrice": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Цена закупки</div>\n<div class=\"apidocs-english\">Purchase price</div>",
            "format": "double"
          },
          "markingCodes": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian\">Коды маркировки</div>\n<div class=\"apidocs-english\">Marking codes</div>",
            "nullable": true
          },
          "goods": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.DocumentPositionsResponseRowGoodV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Связанный товар из справочника товаров</div>\n<div class=\"apidocs-english\">Related product from catalog</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Controllers.V3.Documents.Acceptance.GetAcceptanceDocumentPositionsResponseV3": {
        "type": "object",
        "properties": {
          "rows": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Acceptance.GetAcceptanceDocumentPositionsResponseRowV3"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Controllers.V3.Documents.Acceptance.GetAcceptanceDocumentResponseV3": {
        "required": [
          "contractor",
          "dateTime",
          "externalId",
          "id",
          "isEdo",
          "number",
          "status",
          "warehouse"
        ],
        "type": "object",
        "properties": {
          "warehouse": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.GetDocumentRelatedEntityV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Склад</div>\n<div class=\"apidocs-english\">Warehouse</div>"
          },
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор</div>\n<div class=\"apidocs-english\">Id</div>"
          },
          "externalId": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Внешний идентификатор</div>\n<div class=\"apidocs-english\">External id</div>"
          },
          "number": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Номер документа</div>\n<div class=\"apidocs-english\">Document number</div>",
            "format": "int32"
          },
          "dateTime": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата документа</div>\n<div class=\"apidocs-english\">Document date</div>"
          },
          "incomingNumber": {
            "type": "string",
            "description": "Входящий номер.",
            "nullable": true
          },
          "incomingDateTime": {
            "type": "string",
            "description": "Входящая дата.",
            "nullable": true
          },
          "comment": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Комментарий</div>\n<div class=\"apidocs-english\">Comment</div>",
            "nullable": true
          },
          "status": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Статус документа. Допустимые значения: <b>\"draft\"</b>, <b>\"complete\"</b>.</div>\n<div class=\"apidocs-english\">Document status. Allowed values: <b>\"draft\"</b>, <b>\"complete\"</b>.</div>"
          },
          "contractor": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.GetDocumentRelatedEntityV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Контрагент</div>\n<div class=\"apidocs-english\">contractor</div>"
          },
          "isEdo": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Флаг ЭДО</div>\n<div class=\"apidocs-english\">Is document from EDO</div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Controllers.V3.Documents.AppListDocumentsResponseV3": {
        "required": [
          "count",
          "pages",
          "rows"
        ],
        "type": "object",
        "properties": {
          "rows": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.AppListDocumentsRowV3"
            },
            "description": "<div class=\"apidocs-russian\">Список записей</div>\n<div class=\"apidocs-english\">Records list</div>"
          },
          "pages": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Количество страниц</div>\n<div class=\"apidocs-english\">Pages count</div>",
            "format": "int32"
          },
          "count": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Общее кол-во документов</div>\n<div class=\"apidocs-english\">Total documents count</div>",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Controllers.V3.Documents.AppListDocumentsRowV3": {
        "required": [
          "dateTime",
          "externalId",
          "id",
          "number",
          "status"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор</div>\n<div class=\"apidocs-english\">Id</div>"
          },
          "externalId": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Внешний идентификатор</div>\n<div class=\"apidocs-english\">External id</div>"
          },
          "number": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Номер документа</div>\n<div class=\"apidocs-english\">Document number</div>",
            "format": "int32"
          },
          "dateTime": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата документа</div>\n<div class=\"apidocs-english\">Document date</div>"
          },
          "comment": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Комментарий</div>\n<div class=\"apidocs-english\">Comment</div>",
            "nullable": true
          },
          "status": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Статус документа. Допустимые значения: <b>\"draft\"</b>, <b>\"complete\"</b>.</div>\n<div class=\"apidocs-english\">Document status. Allowed values: <b>\"draft\"</b>, <b>\"complete\"</b>.</div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Controllers.V3.Documents.Inventory.CreateInventoryDocumentRequestPositionV3": {
        "required": [
          "quantity"
        ],
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор товара из справочника товаров. Обязательно, если не передан externalId.</div>\n<div class=\"apidocs-english\">Good id from catalog. Required when externalId missing.</div>",
            "nullable": true
          },
          "externalId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Внешний идентификатор товара из справочника товаров. Обязательно, если не передан id, иначе игнорируется.</div>\n<div class=\"apidocs-english\">Good external id from catalog. Required when id missing, otherwise ignored.</div>",
            "nullable": true
          },
          "quantity": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Количество. Макс. кол-во знаков после запятой: 3.</div>\n<div class=\"apidocs-english\">Quantity. Precision: 3.</div>",
            "format": "double"
          },
          "markingCodes": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian\">Коды маркировки</div>\n<div class=\"apidocs-english\">Marking codes</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Controllers.V3.Documents.Inventory.CreateInventoryDocumentRequestV3": {
        "required": [
          "positions",
          "warehouse"
        ],
        "type": "object",
        "properties": {
          "warehouse": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.CreateDocumentRelatedEntityV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Склад</div>\n<div class=\"apidocs-english\">Warehouse</div>"
          },
          "externalId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Внешний идентификатор</div>\n<div class=\"apidocs-english\">External id</div>",
            "nullable": true
          },
          "number": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Номер документа. Если не передано, то номер установится автоматически.</div>\n<div class=\"apidocs-english\">Document number. When not specified will be autogenerated.</div>",
            "format": "int32",
            "nullable": true
          },
          "dateTime": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата документа.По умолчанию: текущая дата. Формат: ISO 8601.</div>\n<div class=\"apidocs-english\">Document date. Default: current date. Format: ISO 8601.</div>",
            "nullable": true
          },
          "comment": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Комментарий</div>\n<div class=\"apidocs-english\">Comment</div>",
            "nullable": true
          },
          "positions": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Inventory.CreateInventoryDocumentRequestPositionV3"
            },
            "description": "<div class=\"apidocs-russian\">Список позиций документа.</div>\n<div class=\"apidocs-english\">Document positions list</div>"
          },
          "isEdo": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Флаг ЭДО</div>\n<div class=\"apidocs-english\">Is document from EDO</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Controllers.V3.Documents.Inventory.GetInventoryDocumentPositionsResponseRowV3": {
        "required": [
          "id",
          "quantity"
        ],
        "type": "object",
        "properties": {
          "id": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Идентификатор</div>\n<div class=\"apidocs-english\">Id</div>",
            "format": "int32"
          },
          "quantity": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Количество</div>\n<div class=\"apidocs-english\">Quantity</div>",
            "format": "double"
          },
          "markingCodes": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian\">Коды маркировки</div>\n<div class=\"apidocs-english\">Marking codes</div>",
            "nullable": true
          },
          "goods": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.DocumentPositionsResponseRowGoodV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Связанный товар из справочника товаров</div>\n<div class=\"apidocs-english\">Related product from catalog</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Controllers.V3.Documents.Inventory.GetInventoryDocumentPositionsResponseV3": {
        "type": "object",
        "properties": {
          "rows": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Inventory.GetInventoryDocumentPositionsResponseRowV3"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Controllers.V3.Documents.Inventory.GetInventoryDocumentResponseV3": {
        "required": [
          "dateTime",
          "externalId",
          "id",
          "isEdo",
          "number",
          "status",
          "warehouse"
        ],
        "type": "object",
        "properties": {
          "warehouse": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.GetDocumentRelatedEntityV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Склад</div>\n<div class=\"apidocs-english\">Warehouse</div>"
          },
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор</div>\n<div class=\"apidocs-english\">Id</div>"
          },
          "externalId": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Внешний идентификатор</div>\n<div class=\"apidocs-english\">External id</div>"
          },
          "number": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Номер документа</div>\n<div class=\"apidocs-english\">Document number</div>",
            "format": "int32"
          },
          "dateTime": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата документа</div>\n<div class=\"apidocs-english\">Document date</div>"
          },
          "comment": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Комментарий</div>\n<div class=\"apidocs-english\">Comment</div>",
            "nullable": true
          },
          "status": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Статус документа. Допустимые значения: <b>\"draft\"</b>, <b>\"complete\"</b>.</div>\n<div class=\"apidocs-english\">Document status. Allowed values: <b>\"draft\"</b>, <b>\"complete\"</b>.</div>"
          },
          "isEdo": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Флаг ЭДО</div>\n<div class=\"apidocs-english\">Is document from EDO</div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Controllers.V3.Documents.Management.CreateManagementDocumentRequestPositionV3": {
        "required": [
          "purchasePrice",
          "quantity"
        ],
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор товара из справочника товаров. Обязательно, если не передан externalId.</div>\n<div class=\"apidocs-english\">Good id from catalog. Required when externalId missing.</div>",
            "nullable": true
          },
          "externalId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Внешний идентификатор товара из справочника товаров. Обязательно, если не передан id, иначе игнорируется.</div>\n<div class=\"apidocs-english\">Good external id from catalog. Required when id missing, otherwise ignored.</div>",
            "nullable": true
          },
          "quantity": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Количество. Макс. кол-во знаков после запятой: 3.</div>\n<div class=\"apidocs-english\">Quantity. Precision: 3.</div>",
            "format": "double"
          },
          "purchasePrice": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Цена закупки. Макс.кол-во знаков после запятой: 2.</div>\n<div class=\"apidocs-english\">Purchase price. Precision: 2.</div>",
            "format": "double"
          },
          "reason": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Причина оприходования</div>\n<div class=\"apidocs-english\">Reason</div>",
            "nullable": true
          },
          "markingCodes": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian\">Коды маркировки</div>\n<div class=\"apidocs-english\">Marking codes</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Controllers.V3.Documents.Management.CreateManagementDocumentRequestV3": {
        "required": [
          "positions",
          "warehouse"
        ],
        "type": "object",
        "properties": {
          "warehouse": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.CreateDocumentRelatedEntityV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Склад</div>\n<div class=\"apidocs-english\">Warehouse</div>"
          },
          "externalId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Внешний идентификатор</div>\n<div class=\"apidocs-english\">External id</div>",
            "nullable": true
          },
          "number": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Номер документа. Если не передано, то номер установится автоматически.</div>\n<div class=\"apidocs-english\">Document number. When not specified will be autogenerated.</div>",
            "format": "int32",
            "nullable": true
          },
          "dateTime": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата документа.По умолчанию: текущая дата. Формат: ISO 8601.</div>\n<div class=\"apidocs-english\">Document date. Default: current date. Format: ISO 8601.</div>",
            "nullable": true
          },
          "comment": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Комментарий</div>\n<div class=\"apidocs-english\">Comment</div>",
            "nullable": true
          },
          "positions": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Management.CreateManagementDocumentRequestPositionV3"
            },
            "description": "<div class=\"apidocs-russian\">Список позиций документа.</div>\n<div class=\"apidocs-english\">Document positions list</div>"
          },
          "isEdo": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Флаг ЭДО</div>\n<div class=\"apidocs-english\">Is document from EDO</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Controllers.V3.Documents.Management.GetManagementDocumentPositionsResponseRowV3": {
        "required": [
          "id",
          "quantity"
        ],
        "type": "object",
        "properties": {
          "id": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Идентификатор</div>\n<div class=\"apidocs-english\">Id</div>",
            "format": "int32"
          },
          "quantity": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Количество</div>\n<div class=\"apidocs-english\">Quantity</div>",
            "format": "double"
          },
          "purchasePrice": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Цена закупки</div>\n<div class=\"apidocs-english\">Purchase price</div>",
            "format": "double",
            "nullable": true
          },
          "reason": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Причина оприходования</div>\n<div class=\"apidocs-english\">Reason</div>",
            "nullable": true
          },
          "markingCodes": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian\">Коды маркировки ! Существует у всех документов, кроме Производства</div>\n<div class=\"apidocs-english\">Marking codes</div>",
            "nullable": true
          },
          "goods": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.DocumentPositionsResponseRowGoodV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Связанный товар из справочника товаров</div>\n<div class=\"apidocs-english\">Related product from catalog</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Controllers.V3.Documents.Management.GetManagementDocumentPositionsResponseV3": {
        "type": "object",
        "properties": {
          "rows": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Management.GetManagementDocumentPositionsResponseRowV3"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Controllers.V3.Documents.Management.GetManagementDocumentResponseV3": {
        "required": [
          "dateTime",
          "externalId",
          "id",
          "isEdo",
          "number",
          "status",
          "warehouse"
        ],
        "type": "object",
        "properties": {
          "warehouse": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.GetDocumentRelatedEntityV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Склад</div>\n<div class=\"apidocs-english\">Warehouse</div>"
          },
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор</div>\n<div class=\"apidocs-english\">Id</div>"
          },
          "externalId": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Внешний идентификатор</div>\n<div class=\"apidocs-english\">External id</div>"
          },
          "number": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Номер документа</div>\n<div class=\"apidocs-english\">Document number</div>",
            "format": "int32"
          },
          "dateTime": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата документа</div>\n<div class=\"apidocs-english\">Document date</div>"
          },
          "comment": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Комментарий</div>\n<div class=\"apidocs-english\">Comment</div>",
            "nullable": true
          },
          "status": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Статус документа. Допустимые значения: <b>\"draft\"</b>, <b>\"complete\"</b>.</div>\n<div class=\"apidocs-english\">Document status. Allowed values: <b>\"draft\"</b>, <b>\"complete\"</b>.</div>"
          },
          "isEdo": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Флаг ЭДО</div>\n<div class=\"apidocs-english\">Is document from EDO</div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Controllers.V3.Documents.Movement.CreateMovementDocumentRequestV3": {
        "required": [
          "fromWarehouse",
          "positions",
          "warehouse"
        ],
        "type": "object",
        "properties": {
          "warehouse": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.CreateDocumentRelatedEntityV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Склад</div>\n<div class=\"apidocs-english\">Warehouse</div>"
          },
          "externalId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Внешний идентификатор</div>\n<div class=\"apidocs-english\">External id</div>",
            "nullable": true
          },
          "number": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Номер документа. Если не передано, то номер установится автоматически.</div>\n<div class=\"apidocs-english\">Document number. When not specified will be autogenerated.</div>",
            "format": "int32",
            "nullable": true
          },
          "dateTime": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата документа.По умолчанию: текущая дата. Формат: ISO 8601.</div>\n<div class=\"apidocs-english\">Document date. Default: current date. Format: ISO 8601.</div>",
            "nullable": true
          },
          "comment": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Комментарий</div>\n<div class=\"apidocs-english\">Comment</div>",
            "nullable": true
          },
          "positions": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.CreateDocumentRequestPositionV3"
            },
            "description": "<div class=\"apidocs-russian\">Список позиций документа.</div>\n<div class=\"apidocs-english\">Document positions list</div>"
          },
          "isEdo": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Флаг ЭДО</div>\n<div class=\"apidocs-english\">Is document from EDO</div>",
            "nullable": true
          },
          "fromWarehouse": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.CreateDocumentRelatedEntityV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Склад, с которого было выполнено перемещение товаров.</div>\n<div class=\"apidocs-english\">Warehouse from which goods are moved from</div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Controllers.V3.Documents.Movement.GetMovementDocumentPositionsResponseRowV3": {
        "required": [
          "id",
          "quantity"
        ],
        "type": "object",
        "properties": {
          "id": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Идентификатор</div>\n<div class=\"apidocs-english\">Id</div>",
            "format": "int32"
          },
          "quantity": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Количество</div>\n<div class=\"apidocs-english\">Quantity</div>",
            "format": "double"
          },
          "markingCodes": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian\">Коды маркировки</div>\n<div class=\"apidocs-english\">Marking codes</div>",
            "nullable": true
          },
          "goods": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.DocumentPositionsResponseRowGoodV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Связанный товар из справочника товаров</div>\n<div class=\"apidocs-english\">Related product from catalog</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Controllers.V3.Documents.Movement.GetMovementDocumentPositionsResponseV3": {
        "type": "object",
        "properties": {
          "rows": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Movement.GetMovementDocumentPositionsResponseRowV3"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Controllers.V3.Documents.Movement.GetMovementDocumentResponseV3": {
        "required": [
          "dateTime",
          "externalId",
          "fromWarehouse",
          "id",
          "isEdo",
          "number",
          "status",
          "warehouse"
        ],
        "type": "object",
        "properties": {
          "warehouse": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.GetDocumentRelatedEntityV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Склад</div>\n<div class=\"apidocs-english\">Warehouse</div>"
          },
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор</div>\n<div class=\"apidocs-english\">Id</div>"
          },
          "externalId": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Внешний идентификатор</div>\n<div class=\"apidocs-english\">External id</div>"
          },
          "number": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Номер документа</div>\n<div class=\"apidocs-english\">Document number</div>",
            "format": "int32"
          },
          "dateTime": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата документа</div>\n<div class=\"apidocs-english\">Document date</div>"
          },
          "comment": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Комментарий</div>\n<div class=\"apidocs-english\">Comment</div>",
            "nullable": true
          },
          "status": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Статус документа. Допустимые значения: <b>\"draft\"</b>, <b>\"complete\"</b>.</div>\n<div class=\"apidocs-english\">Document status. Allowed values: <b>\"draft\"</b>, <b>\"complete\"</b>.</div>"
          },
          "fromWarehouse": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.GetDocumentRelatedEntityV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Склад, с которого было выполнено перемещение товаров.</div>\n<div class=\"apidocs-english\">Warehouse from which goods are moved from</div>"
          },
          "isEdo": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Флаг ЭДО</div>\n<div class=\"apidocs-english\">Is document from EDO</div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Controllers.V3.Documents.Production.CreateProductionDocumentRequestPositionV3": {
        "required": [
          "quantity"
        ],
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор товара из справочника товаров. Обязательно, если не передан externalId.</div>\n<div class=\"apidocs-english\">Good id from catalog. Required when externalId missing.</div>",
            "nullable": true
          },
          "externalId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Внешний идентификатор товара из справочника товаров. Обязательно, если не передан id, иначе игнорируется.</div>\n<div class=\"apidocs-english\">Good external id from catalog. Required when id missing, otherwise ignored.</div>",
            "nullable": true
          },
          "quantity": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Количество. Макс. кол-во знаков после запятой: 3.</div>\n<div class=\"apidocs-english\">Quantity. Precision: 3.</div>",
            "format": "double"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Controllers.V3.Documents.Production.CreateProductionDocumentRequestV3": {
        "required": [
          "positions",
          "warehouse"
        ],
        "type": "object",
        "properties": {
          "warehouse": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.CreateDocumentRelatedEntityV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Склад</div>\n<div class=\"apidocs-english\">Warehouse</div>"
          },
          "externalId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Внешний идентификатор</div>\n<div class=\"apidocs-english\">External id</div>",
            "nullable": true
          },
          "number": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Номер документа. Если не передано, то номер установится автоматически.</div>\n<div class=\"apidocs-english\">Document number. When not specified will be autogenerated.</div>",
            "format": "int32",
            "nullable": true
          },
          "dateTime": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата документа.По умолчанию: текущая дата. Формат: ISO 8601.</div>\n<div class=\"apidocs-english\">Document date. Default: current date. Format: ISO 8601.</div>",
            "nullable": true
          },
          "comment": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Комментарий</div>\n<div class=\"apidocs-english\">Comment</div>",
            "nullable": true
          },
          "positions": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Production.CreateProductionDocumentRequestPositionV3"
            },
            "description": "<div class=\"apidocs-russian\">Список позиций документа.</div>\n<div class=\"apidocs-english\">Document positions list</div>"
          },
          "isEdo": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Флаг ЭДО</div>\n<div class=\"apidocs-english\">Is document from EDO</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Controllers.V3.Documents.Production.GetProductionDocumentPositionsResponseRowV3": {
        "required": [
          "id",
          "quantity"
        ],
        "type": "object",
        "properties": {
          "id": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Идентификатор</div>\n<div class=\"apidocs-english\">Id</div>",
            "format": "int32"
          },
          "quantity": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Количество</div>\n<div class=\"apidocs-english\">Quantity</div>",
            "format": "double"
          },
          "goods": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.DocumentPositionsResponseRowGoodV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Связанный товар из справочника товаров</div>\n<div class=\"apidocs-english\">Related product from catalog</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Controllers.V3.Documents.Production.GetProductionDocumentPositionsResponseV3": {
        "type": "object",
        "properties": {
          "rows": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.Production.GetProductionDocumentPositionsResponseRowV3"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Controllers.V3.Documents.Production.GetProductionDocumentResponseV3": {
        "required": [
          "dateTime",
          "externalId",
          "id",
          "isEdo",
          "number",
          "status",
          "warehouse"
        ],
        "type": "object",
        "properties": {
          "warehouse": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.GetDocumentRelatedEntityV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Склад</div>\n<div class=\"apidocs-english\">Warehouse</div>"
          },
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор</div>\n<div class=\"apidocs-english\">Id</div>"
          },
          "externalId": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Внешний идентификатор</div>\n<div class=\"apidocs-english\">External id</div>"
          },
          "number": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Номер документа</div>\n<div class=\"apidocs-english\">Document number</div>",
            "format": "int32"
          },
          "dateTime": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата документа</div>\n<div class=\"apidocs-english\">Document date</div>"
          },
          "comment": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Комментарий</div>\n<div class=\"apidocs-english\">Comment</div>",
            "nullable": true
          },
          "status": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Статус документа. Допустимые значения: <b>\"draft\"</b>, <b>\"complete\"</b>.</div>\n<div class=\"apidocs-english\">Document status. Allowed values: <b>\"draft\"</b>, <b>\"complete\"</b>.</div>"
          },
          "isEdo": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Флаг ЭДО</div>\n<div class=\"apidocs-english\">Is document from EDO</div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Controllers.V3.Documents.WriteOff.CreateWriteOffDocumentRequestPositionV3": {
        "required": [
          "quantity"
        ],
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор товара из справочника товаров. Обязательно, если не передан externalId.</div>\n<div class=\"apidocs-english\">Good id from catalog. Required when externalId missing.</div>",
            "nullable": true
          },
          "externalId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Внешний идентификатор товара из справочника товаров. Обязательно, если не передан id, иначе игнорируется.</div>\n<div class=\"apidocs-english\">Good external id from catalog. Required when id missing, otherwise ignored.</div>",
            "nullable": true
          },
          "quantity": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Количество. Макс. кол-во знаков после запятой: 3.</div>\n<div class=\"apidocs-english\">Quantity. Precision: 3.</div>",
            "format": "double"
          },
          "reason": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Причина списания</div>\n<div class=\"apidocs-english\">Reason</div>",
            "nullable": true
          },
          "markingCodes": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian\">Коды маркировки</div>\n<div class=\"apidocs-english\">Marking codes</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Controllers.V3.Documents.WriteOff.CreateWriteOffDocumentRequestV3": {
        "required": [
          "positions",
          "warehouse"
        ],
        "type": "object",
        "properties": {
          "warehouse": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.CreateDocumentRelatedEntityV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Склад</div>\n<div class=\"apidocs-english\">Warehouse</div>"
          },
          "externalId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Внешний идентификатор</div>\n<div class=\"apidocs-english\">External id</div>",
            "nullable": true
          },
          "number": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Номер документа. Если не передано, то номер установится автоматически.</div>\n<div class=\"apidocs-english\">Document number. When not specified will be autogenerated.</div>",
            "format": "int32",
            "nullable": true
          },
          "dateTime": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата документа.По умолчанию: текущая дата. Формат: ISO 8601.</div>\n<div class=\"apidocs-english\">Document date. Default: current date. Format: ISO 8601.</div>",
            "nullable": true
          },
          "comment": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Комментарий</div>\n<div class=\"apidocs-english\">Comment</div>",
            "nullable": true
          },
          "positions": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.WriteOff.CreateWriteOffDocumentRequestPositionV3"
            },
            "description": "<div class=\"apidocs-russian\">Список позиций документа.</div>\n<div class=\"apidocs-english\">Document positions list</div>"
          },
          "isEdo": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Флаг ЭДО</div>\n<div class=\"apidocs-english\">Is document from EDO</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Controllers.V3.Documents.WriteOff.GetWriteOffDocumentPositionsResponseRowV3": {
        "required": [
          "id",
          "quantity"
        ],
        "type": "object",
        "properties": {
          "id": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Идентификатор</div>\n<div class=\"apidocs-english\">Id</div>",
            "format": "int32"
          },
          "quantity": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Количество</div>\n<div class=\"apidocs-english\">Quantity</div>",
            "format": "double"
          },
          "reason": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Причина списания</div>\n<div class=\"apidocs-english\">Reason</div>",
            "nullable": true
          },
          "markingCodes": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian\">Коды маркировки</div>\n<div class=\"apidocs-english\">Marking codes</div>",
            "nullable": true
          },
          "goods": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.DocumentPositionsResponseRowGoodV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Связанный товар из справочника товаров</div>\n<div class=\"apidocs-english\">Related product from catalog</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Controllers.V3.Documents.WriteOff.GetWriteOffDocumentPositionsResponseV3": {
        "type": "object",
        "properties": {
          "rows": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Controllers.V3.Documents.WriteOff.GetWriteOffDocumentPositionsResponseRowV3"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Controllers.V3.Documents.WriteOff.GetWriteOffDocumentResponseV3": {
        "required": [
          "dateTime",
          "externalId",
          "id",
          "isEdo",
          "number",
          "status",
          "warehouse"
        ],
        "type": "object",
        "properties": {
          "warehouse": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.GetDocumentRelatedEntityV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Склад</div>\n<div class=\"apidocs-english\">Warehouse</div>"
          },
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор</div>\n<div class=\"apidocs-english\">Id</div>"
          },
          "externalId": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Внешний идентификатор</div>\n<div class=\"apidocs-english\">External id</div>"
          },
          "number": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Номер документа</div>\n<div class=\"apidocs-english\">Document number</div>",
            "format": "int32"
          },
          "dateTime": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата документа</div>\n<div class=\"apidocs-english\">Document date</div>"
          },
          "comment": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Комментарий</div>\n<div class=\"apidocs-english\">Comment</div>",
            "nullable": true
          },
          "status": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Статус документа. Допустимые значения: <b>\"draft\"</b>, <b>\"complete\"</b>.</div>\n<div class=\"apidocs-english\">Document status. Allowed values: <b>\"draft\"</b>, <b>\"complete\"</b>.</div>"
          },
          "isEdo": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Флаг ЭДО</div>\n<div class=\"apidocs-english\">Is document from EDO</div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Dtos.CommonOrderDto": {
        "required": [
          "content",
          "dateTime",
          "id",
          "number"
        ],
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор заказа</div>\n<div class=\"apidocs-english\">Order identifier</div>",
            "format": "uuid"
          },
          "number": {
            "maxLength": 32,
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Номер заказа</div>\n<div class=\"apidocs-english\">Order number</div>"
          },
          "externalSystem": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Название внешней системы</div>\n<div class=\"apidocs-english\">External system name</div>",
            "nullable": true
          },
          "dateTime": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Время создания заказа</div>\n<div class=\"apidocs-english\">Order creation time</div>",
            "format": "date-time"
          },
          "cashier": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор кассира, если не указан Id устройства или магазина обязательно</div>\n<div class=\"apidocs-english\">Cashier ID, if the device or store ID is not specified</div>",
            "format": "uuid",
            "nullable": true
          },
          "clientId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор клиента (Если заполнен идентификатор клиента, то поля customerContact, customer и customerINN игнорируются)</div>\n<div class=\"apidocs-english\">Customer Identifier (customerContact, customer and customerINN fields will be ignored if clientId field is not empty)</div>",
            "format": "uuid",
            "nullable": true
          },
          "deliveryAddress": {
            "maxLength": 256,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Адрес доставки заказа</div>\n<div class=\"apidocs-english\">Delivery address</div>",
            "nullable": true
          },
          "pickAddress": {
            "maxLength": 256,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Адрес забора заказа</div>\n<div class=\"apidocs-english\">Order pickup address</div>",
            "nullable": true
          },
          "comment": {
            "maxLength": 1024,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Комментарий к заказу</div>\n<div class=\"apidocs-english\">Order comment</div>",
            "nullable": true
          },
          "status": {
            "maxLength": 1024,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Статус заказа 'Оплачен', 'Част. оплачен', 'Отложен', 'Черновик', ' Отменен '</div>\n<div class=\"apidocs-english\">Order status' Paid ',' Part. Paid ',' Postponed ',' Draft ', ' Canceled '</div>",
            "nullable": true
          },
          "content": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.CommonApi.OrderDtoContent"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Содержимое заказа</div>\n<div class=\"apidocs-english\">Order content</div>"
          },
          "customProperties": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.CustomProperty"
            },
            "description": "<div class=\"apidocs-russian\">Дополнительные параметры</div>\n<div class=\"apidocs-english\">Extra options</div>",
            "nullable": true
          },
          "cancellationReason": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Причина отмены заказа</div>\n<div class=\"apidocs-english\">Order's cancellation reason</div>",
            "nullable": true
          },
          "isEditableByDevice": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Возможность редактировать заказ на кассе  (значение по умолчанию \"true\")</div>\n<div class=\"apidocs-english\">Ability to edit the order on a POS device (defaults to true)</div>",
            "nullable": true
          },
          "useTax20": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Признак необходимости применения устаревших ставок 20 и 20/120.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          }
        },
        "additionalProperties": false,
        "example": {
          "id": "d885def8-d5b7-4eee-9cc1-96e2a672c296",
          "number": "101ARS15/13475",
          "externalSystem": null,
          "dateTime": "2019-08-14T12:15:43.0000000+00:00",
          "cashier": null,
          "clientId": null,
          "deliveryAddress": null,
          "pickAddress": null,
          "comment": null,
          "status": null,
          "content": {
            "discountMoney": "0",
            "discountPercent": "0",
            "type": 3,
            "positions": [
              {
                "sku": "",
                "id": null,
                "discountMoney": 0,
                "positionId": "00000000-0000-0000-0000-000000000000",
                "markingType": null,
                "nomenclatureCode": null,
                "itemCode": null,
                "soldAmount": 0,
                "barcodes": null,
                "addingType": 0,
                "addedAt": "2026-08-06T20:02:10.5510659+00:00",
                "editable": true,
                "quantity": 1,
                "price": 10,
                "tax": 6,
                "text": "Договор страхования №ARS15/123474",
                "paymentMethodType": 4,
                "paymentSubjectType": 4,
                "agentInfo": null,
                "unitOfMeasurement": "Piece",
                "unitCode": 0,
                "additionalAttribute": null,
                "manufacturerCountryCode": null,
                "customsDeclarationNumber": null,
                "supplierINN": null,
                "supplierInfo": null,
                "excise": null,
                "agentType": null,
                "customProperties": null,
                "industryAttribute": null,
                "noReturn": 0,
                "discountPercent": "0",
                "maxDiscountPercent": "0",
                "minPrice": "0",
                "isWeight": 0
              }
            ],
            "checkClose": {
              "payments": [
                {
                  "acquiringData": null,
                  "processedAt": null,
                  "index": null,
                  "parentIndex": null,
                  "type": 1,
                  "amount": 10
                }
              ],
              "taxationSystem": 0
            },
            "customerContact": "Иванов Иван",
            "paymentAgentOperation": null,
            "paymentOperatorName": null,
            "paymentOperatorAddress": null,
            "paymentOperatorINN": null,
            "agentType": null,
            "paymentTransferOperatorPhoneNumbers": null,
            "paymentAgentPhoneNumbers": null,
            "paymentOperatorPhoneNumbers": null,
            "supplierPhoneNumbers": null,
            "additionalUserAttribute": null,
            "automatNumber": null,
            "settlementAddress": "Москва, Кремль",
            "settlementPlace": "Жилое помещение",
            "additionalAttribute": null,
            "customer": "Иванов Иван",
            "customerINN": null,
            "customerInfo": null,
            "industryAttribute": null,
            "electronicCheck": null,
            "isOnline": null
          },
          "customProperties": null,
          "cancellationReason": null,
          "isEditableByDevice": true,
          "useTax20": null
        }
      },
      "NebularApi.Dtos.GetOrderStatusWithReceiptsContent": {
        "required": [
          "content"
        ],
        "type": "object",
        "properties": {
          "receipts": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.ReceiptModels.ReceiptV3"
            },
            "description": "<div class=\"apidocs-russian\">Массив чеков</div>\n<div class=\"apidocs-english\">List of receipts</div>",
            "nullable": true
          },
          "number": {
            "maxLength": 32,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Номер заказа с учетом префиксов</div>\n<div class=\"apidocs-english\">Order number with prefix</div>",
            "nullable": true
          },
          "externalSystem": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Название внешней системы</div>\n<div class=\"apidocs-english\">External system name</div>",
            "nullable": true
          },
          "dateTime": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата/Время из внешней системы</div>\n<div class=\"apidocs-english\">Extenal system date/time</div>",
            "format": "date-time"
          },
          "uid": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор заказа</div>\n<div class=\"apidocs-english\">Order identifier</div>",
            "nullable": true
          },
          "content": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.CommonApi.OrderDtoExtendedContent"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Содержимое документа</div>\n<div class=\"apidocs-english\">Content</div>"
          },
          "device": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Привязанность к устройству</div>\n<div class=\"apidocs-english\">Device binding</div>",
            "format": "int64",
            "nullable": true
          },
          "cashier": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Привязанность к кассиру</div>\n<div class=\"apidocs-english\">Cashier binding</div>",
            "format": "uuid",
            "nullable": true
          },
          "shop": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Привязанность к магазину</div>\n<div class=\"apidocs-english\">Shop binding</div>",
            "format": "int64",
            "nullable": true
          },
          "status": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Статус заказа 'Оплачен', 'Част. оплачен', 'Отложен', 'Черновик', ' Отменен '</div>\n<div class=\"apidocs-english\">Order status' Paid ',' Part. Paid ',' Postponed ',' Draft ', ' Canceled '</div>",
            "nullable": true
          },
          "createdAt": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Время создания заказа</div>\n<div class=\"apidocs-english\">Order creation time</div>",
            "format": "date-time"
          },
          "updatedAt": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Время обновления заказа</div>\n<div class=\"apidocs-english\">Order update time</div>",
            "format": "date-time"
          },
          "deletedAt": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Время удаления заказа</div>\n<div class=\"apidocs-english\">Order delete time</div>",
            "format": "date-time",
            "nullable": true
          },
          "clientId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор клиента (Если заполнен идентификатор клиента, то поля customerContact, customer и customerINN игнорируются)</div>\n<div class=\"apidocs-english\">Client identifier (customerContact, customer and customerINN fields will be ignored if clientId field is not empty)</div>",
            "format": "uuid",
            "nullable": true
          },
          "deliveryAddress": {
            "maxLength": 256,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Адрес доставки заказа</div>\n<div class=\"apidocs-english\">Delivery address</div>",
            "nullable": true
          },
          "pickAddress": {
            "maxLength": 256,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Адрес забора заказа</div>\n<div class=\"apidocs-english\">Order pickup address</div>",
            "nullable": true
          },
          "comment": {
            "maxLength": 1024,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Комментарий к заказу</div>\n<div class=\"apidocs-english\">Order comment</div>",
            "nullable": true
          },
          "customProperties": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.CustomProperty"
            },
            "description": "<div class=\"apidocs-russian\">Дополнительные параметры</div>\n<div class=\"apidocs-english\">Extra options</div>",
            "nullable": true
          },
          "cancellationReason": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Причина отмены заказа</div>\n<div class=\"apidocs-english\">Order's cancellation reason</div>",
            "nullable": true
          },
          "isEditableByDevice": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Возможность редактировать заказ на кассе</div>\n<div class=\"apidocs-english\">Ability to edit the order on a POS device</div>"
          },
          "ignoreItemCodeCheck": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Игнорировать проверку КМ в кассе ОД</div>\n<div class=\"apidocs-english\">Ignore the check of CM on a device of OD</div>"
          },
          "useTax20": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Признак необходимости применения устаревших ставок 20 и 20/120.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Dtos.GoodCategoryDtoV2": {
        "required": [
          "defaultPaymentMethodType",
          "defaultSubject",
          "defaultTax",
          "defaultUnit",
          "id",
          "name"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор категории</div>\n<div class=\"apidocs-english\">Category identifier</div>"
          },
          "name": {
            "maxLength": 256,
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Название категории</div>\n<div class=\"apidocs-english\">Category name</div>"
          },
          "number": {
            "maximum": 2147483647,
            "minimum": 0,
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Номер по порядку</div>\n<div class=\"apidocs-english\">Number in order</div>",
            "format": "int32"
          },
          "parent": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор родительской категории</div>\n<div class=\"apidocs-english\">Parent Category identifier</div>",
            "nullable": true
          },
          "defaultSubject": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.PaymentSubjectTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Признак предмета расчета по умолчанию на категорию</div>\n<div class=\"apidocs-english tag-value\">Payment subject type by default</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Товар</div><div class=\"apidocs-english\">Product</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Подакцизный товар</div><div class=\"apidocs-english\">Excisable product</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Работа</div><div class=\"apidocs-english\">Job</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Услуга</div><div class=\"apidocs-english\">Service</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">5</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка азартной игры</div><div class=\"apidocs-english\">Gambling bet</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">6</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выигрыш азартной игры</div><div class=\"apidocs-english\">Gambling gain</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">7</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Лотерейный билет</div><div class=\"apidocs-english\">Lottery ticket</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">8</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выигрыш лотереи</div><div class=\"apidocs-english\">Lottery winnings</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">9</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Предоставление РИД</div><div class=\"apidocs-english\">Providing the result of intellectual activity</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">10</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Платёж</div><div class=\"apidocs-english\">Payment</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">11</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Агентское вознаграждение</div><div class=\"apidocs-english\">Agent commission</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">12</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выплата</div><div class=\"apidocs-english\">Payout</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">13</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Иной предмет расчета</div><div class=\"apidocs-english\">Other product</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">14</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Имущественное право</div><div class=\"apidocs-english\">Property law</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">15</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Внереализационный доход</div><div class=\"apidocs-english\">Non operating income</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">16</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Иные платежи и взносы</div><div class=\"apidocs-english\">Other payments and fees</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">17</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Торговый сбор</div><div class=\"apidocs-english\">Trading fee</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">18</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Туристический налог</div><div class=\"apidocs-english\">Tourist fee</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">19</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Залог</div><div class=\"apidocs-english\">Deposit</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">20</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Расход</div><div class=\"apidocs-english\">Expense</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">21</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное пенсионное страхование ИП</div><div class=\"apidocs-english\">Mandatory SP's (Sole Proprietor) Pension Insurance </div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">22</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное пенсионное страхование</div><div class=\"apidocs-english\">Mandatory Pension Insurance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">23</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное медицинское страхование ИП</div><div class=\"apidocs-english\">Mandatory SP's Health Insurance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">24</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное медицинское страхование</div><div class=\"apidocs-english\">Mandatory Health Insurance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">25</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное социальное страхование</div><div class=\"apidocs-english\">Mandatory Social Insurance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">26</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Платёж казино</div><div class=\"apidocs-english\">Casino Fee</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">27</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выдача денежных средств</div><div class=\"apidocs-english\">Cash outcome</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">30</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Подакцизный маркированный товар, код маркировки утерян, АТНМ</div><div class=\"apidocs-english\">Excisable goods without marking</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">31</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Подакцизный товар с маркировкой, АТМ</div><div class=\"apidocs-english\">Excisable goods with marking</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">32</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Маркированный товар, код маркировки утерян, ТНМ</div><div class=\"apidocs-english\">Non excisable goods without marking</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">33</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Неподакцизный товар с маркировкой, ТМ</div><div class=\"apidocs-english\">Non excisable goods without marking</div></div>\n"
          },
          "defaultTax": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.VATRateEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Ставка НДС по умолчанию на категорию</div>\n<div class=\"apidocs-english tag-value\">Default VAT rate per category</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 20%. С 1 января 2026 года 22%</div><div class=\"apidocs-english\">VAT rate 20%. 22% starting from 01.01.2026</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 10%</div><div class=\"apidocs-english\">VAT rate 10%</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС расч. 20/120. С 1 января 2026 года 22/122</div><div class=\"apidocs-english\">VAT rate 20/120. 22/122 starting from 01.01.2026</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС расч. 10/110</div><div class=\"apidocs-english\">VAT rate 10/110</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">5</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 0%</div><div class=\"apidocs-english\">VAT rate 10%</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">6</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">НДС не облагается</div><div class=\"apidocs-english\">VAT free</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">7</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 5%</div><div class=\"apidocs-english\">VAT rate 5%</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">8</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 7%</div><div class=\"apidocs-english\">VAT rate 7%</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">9</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС расч. 5/105</div><div class=\"apidocs-english\">VAT rate 5/105</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">10</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС расч. 7/107</div><div class=\"apidocs-english\">VAT rate 7/107</div></div>\n"
          },
          "defaultUnit": {
            "maxLength": 16,
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">Единица измерения категории по умолчанию, 1197</div>\n<div class=\"apidocs-english tag-value\">Default Category Unit, 1197</div>"
          },
          "defaultUnitCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.UnitCodeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Единица измерения категории по умолчанию, 2108</div>\n<div class=\"apidocs-english tag-value\">Default Category Unit, 2108</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">0</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Штука или Единица</div><div class=\"apidocs-english\">Unit</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">10</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Грамм</div><div class=\"apidocs-english\">Gram</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">11</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Килограмм</div><div class=\"apidocs-english\">Kilogram</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">12</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Тонна</div><div class=\"apidocs-english\">Ton</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">20</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Сантиметр</div><div class=\"apidocs-english\">Centimetre</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">21</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Дециметр</div><div class=\"apidocs-english\">Decimeter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">22</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Метр</div><div class=\"apidocs-english\">Metre</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">30</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Квадратный сантиметр</div><div class=\"apidocs-english\">Square centimeter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">31</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Квадратный дециметр</div><div class=\"apidocs-english\">Square decimeter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">32</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Квадратный метр</div><div class=\"apidocs-english\">Square meter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">40</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Миллилитр</div><div class=\"apidocs-english\">Milliliter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">41</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Литр</div><div class=\"apidocs-english\">Litre</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">42</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Кубический метр</div><div class=\"apidocs-english\">Cubic meter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">50</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Киловатт час</div><div class=\"apidocs-english\">Kilowatt hour</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">51</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Гигакаллория</div><div class=\"apidocs-english\">Gigacallory</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">70</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Сутки (день)</div><div class=\"apidocs-english\">Day</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">71</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Час</div><div class=\"apidocs-english\">Hour</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">72</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Минута</div><div class=\"apidocs-english\">Minute</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">73</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Секунда</div><div class=\"apidocs-english\">Second</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">80</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Килобайт</div><div class=\"apidocs-english\">Kilobytes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">81</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Мегабайт</div><div class=\"apidocs-english\">Megabytes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">82</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Гигабайт</div><div class=\"apidocs-english\">Gigabytes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">83</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Терабайт</div><div class=\"apidocs-english\">Terabyte</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">255</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Иное</div><div class=\"apidocs-english\">Other</div></div>\n",
            "nullable": true
          },
          "defaultMarkingType": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.MarkingTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Тип маркировки (при наличии)</div>\n<div class=\"apidocs-english\">Marking type (if any)</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Товары из натурального меха</div><div class=\"apidocs-english\">Natural fur goods</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Лекарственные товары</div><div class=\"apidocs-english\">Medicines</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Табачная продукция</div><div class=\"apidocs-english\">Tobacco</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Обувные товары</div><div class=\"apidocs-english\">Shoes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">5</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Духи и туалетная вода</div><div class=\"apidocs-english\">Perfume</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">6</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Шины и покрышки пневматические резиновые новые</div><div class=\"apidocs-english\">Tires</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">7</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\"><s>Предметы одежды, включая рабочую одежду, изготовленные из натуральной или композиционной кожи.</s> Используйте 11, Товары легкой промышленности.</div><div class=\"apidocs-english\"><s>Leather clothes.</s> Use 11, Light industry goods instead.</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">8</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\"><s>Блузки, блузы и блузоны трикотажные машинного или ручного вязания, женские или для девочек.</s> Используйте 11, Товары легкой промышленности.</div><div class=\"apidocs-english\"><s>Blouses.</s> Use 11, Light industry goods instead.</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">9</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\"><s>Пальто, полупальто, накидки, плащи, куртки (включая лыжные), ветровки, штормовки и аналогичные изделия мужские или для мальчиков.</s> Используйте 11, Товары легкой промышленности.</div><div class=\"apidocs-english\"><s>Man coats.</s> Use 11, Light industry goods instead.</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">10</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\"><s>Пальто, полупальто, накидки, плащи, куртки (включая лыжные), ветровки, штормовки и аналогичные изделия женские или для девочек.</s> Используйте 11, Товары легкой промышленности.</div><div class=\"apidocs-english\"><s>Woman coats.</s> Use 11, Light industry goods instead.</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">11</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Товары легкой промышленности</div><div class=\"apidocs-english\">Light industry goods</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">12</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Фотокамеры (кроме кинокамер), фотовспышки и лампы-вспышки</div><div class=\"apidocs-english\">Cameras</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">13</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Молочная продукция</div><div class=\"apidocs-english\">Dairy</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">14</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Велосипеды и велосипедные рамы</div><div class=\"apidocs-english\">Bicycles</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">15</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Альтернативная табачная продукция</div><div class=\"apidocs-english\">Alternative tobacco</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">16</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Биологически активные добавки к пище (БАД)</div><div class=\"apidocs-english\">Dietary supplements</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">17</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Никотиносодержащая продукция</div><div class=\"apidocs-english\">Nicotine-containing products</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">18</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Пиво, напитки, изготовленные на основе пива, и слабоалкогольные напитки с маркировкой ЧЗ, подлежащие списанию в УТМ ЕГАИС</div><div class=\"apidocs-english\">Beer</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">19</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Медицинские изделия</div><div class=\"apidocs-english\">Medical goods</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">20</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Антисептики и дезинфицирующие средства</div><div class=\"apidocs-english\">Antiseptics</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">21</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Упакованная вода</div><div class=\"apidocs-english\">BottledWater</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">22</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Алкогольная продукция ЕГАИСа</div><div class=\"apidocs-english\">AlcoholEGAIS</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">23</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Немаркированные слабоалкогольные напитки, подлежащие списанию в УТМ ЕГАИС</div><div class=\"apidocs-english\">Unmarked Low Alcohol</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">24</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Безалкогольное пиво</div><div class=\"apidocs-english\">NON ALCOHOLIC BEER</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">25</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Соковая продукция и безалкогольные напитки</div><div class=\"apidocs-english\">SOFT DRINKS</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">26</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Корма для животных</div><div class=\"apidocs-english\">Pet food</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">27</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Морепродукты</div><div class=\"apidocs-english\">Sea food</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">28</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ветеринарные препараты</div><div class=\"apidocs-english\">Vet pharma</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">29</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Консервированная продукция</div><div class=\"apidocs-english\">Conserve</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">30</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Растительные масла</div><div class=\"apidocs-english\">Vegetable oil</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">31</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Косметика, бытовая химия и товары личной гигиены</div><div class=\"apidocs-english\">Chemistry</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">32</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Бакалейная продукция</div><div class=\"apidocs-english\">Grocery</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">33</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Строительные материалы</div><div class=\"apidocs-english\">Construction</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">34</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Моторные масла</div><div class=\"apidocs-english\">Auto fluids</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">35</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Сладости и кондитерские изделия</div><div class=\"apidocs-english\">Sweets</div></div>\n",
            "nullable": true
          },
          "customProperties": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.CustomProperty"
            },
            "description": "<div class=\"apidocs-russian\">Дополнительные параметры</div>\n<div class=\"apidocs-english\">Extra options</div>",
            "nullable": true
          },
          "defaultPaymentMethodType": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.PaymentMethodTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Признак способа расчета</div>\n<div class=\"apidocs-english tag-value\">Payment method type</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Предоплата 100%</div><div class=\"apidocs-english\">100% prepayment</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Частичная предоплата</div><div class=\"apidocs-english\">Partial prepay</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Аванс</div><div class=\"apidocs-english\">Advance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Полный расчёт</div><div class=\"apidocs-english\">Full settlement</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">5</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Частичный расчёт и кредит</div><div class=\"apidocs-english\">Partial settlement and credit</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">6</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Передача в кредит</div><div class=\"apidocs-english\">Credit transfer</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">7</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Оплата кредита</div><div class=\"apidocs-english\">Credit payment</div></div>\n"
          }
        },
        "additionalProperties": false,
        "description": "Товарная категория"
      },
      "NebularApi.Enums.AddingTypeEnum": {
        "enum": [
          1,
          2
        ],
        "type": "integer",
        "format": "int32"
      },
      "NebularApi.Enums.AgentTypeEnum": {
        "enum": [
          1,
          2,
          4,
          8,
          16,
          32,
          64
        ],
        "type": "integer",
        "description": "Признак агента по предмету расчета, 1222.",
        "format": "int32"
      },
      "NebularApi.Enums.CalculationUnitTypeEnum": {
        "enum": [
          "Absolute",
          "BasisPoint"
        ],
        "type": "string"
      },
      "NebularApi.Enums.CashlessPaymentsEnum": {
        "enum": [
          1,
          2,
          3
        ],
        "type": "integer",
        "format": "int32"
      },
      "NebularApi.Enums.CloudProcessingStatusEnum": {
        "enum": [
          1,
          2,
          3,
          4
        ],
        "type": "integer",
        "format": "int32"
      },
      "NebularApi.Enums.ConditionsOfUseBitsetEnum": {
        "enum": [
          2,
          4,
          32,
          64,
          256,
          512,
          1024,
          2048,
          4096,
          8192,
          16384,
          32768,
          65536
        ],
        "type": "integer",
        "format": "int32"
      },
      "NebularApi.Enums.CorrectionTypeEnum": {
        "enum": [
          0,
          1
        ],
        "type": "integer",
        "description": "Тип коррекции",
        "format": "int32"
      },
      "NebularApi.Enums.DevicePaymentTypeEnum": {
        "enum": [
          0,
          1,
          13,
          14,
          15
        ],
        "type": "integer",
        "format": "int32"
      },
      "NebularApi.Enums.DocTypeEnum": {
        "enum": [
          1,
          2,
          3,
          4
        ],
        "type": "integer",
        "description": "Признак расчета, 1054, при неуказанном значении признак Приход",
        "format": "int32"
      },
      "NebularApi.Enums.ElectronicCheckEnum": {
        "enum": [
          0,
          1
        ],
        "type": "integer",
        "description": "Печать электронного чека",
        "format": "int32"
      },
      "NebularApi.Enums.FfdCodeEnum": {
        "enum": [
          2,
          4
        ],
        "type": "integer",
        "format": "int32"
      },
      "NebularApi.Enums.FiscalizationStatusEnum": {
        "enum": [
          0,
          1,
          2,
          3
        ],
        "type": "integer",
        "format": "int32"
      },
      "NebularApi.Enums.FoivIdEnum": {
        "enum": [
          "001",
          "002",
          "003",
          "004",
          "005",
          "006",
          "007",
          "008",
          "009",
          "010",
          "011",
          "012",
          "013",
          "014",
          "015",
          "016",
          "017",
          "018",
          "019",
          "020",
          "021",
          "022",
          "023",
          "024",
          "025",
          "026",
          "027",
          "028",
          "029",
          "030",
          "031",
          "032",
          "033",
          "034",
          "035",
          "036",
          "037",
          "038",
          "039",
          "040",
          "041",
          "042",
          "043",
          "044",
          "045",
          "046",
          "047",
          "048",
          "049",
          "050",
          "051",
          "052",
          "053",
          "054",
          "055",
          "056",
          "057",
          "058",
          "059",
          "060",
          "061",
          "062",
          "063",
          "064",
          "065",
          "066",
          "067",
          "068",
          "069",
          "070",
          "071",
          "072"
        ],
        "type": "string"
      },
      "NebularApi.Enums.InputMethodEnum": {
        "enum": [
          0,
          1,
          2
        ],
        "type": "integer",
        "format": "int32"
      },
      "NebularApi.Enums.MarkingCodeVerificationResultEnum": {
        "enum": [
          1,
          2,
          4,
          8,
          16
        ],
        "type": "integer",
        "format": "int32"
      },
      "NebularApi.Enums.MarkingCodeVerificationStatusEnum": {
        "enum": [
          0,
          1,
          2
        ],
        "type": "integer",
        "format": "int32"
      },
      "NebularApi.Enums.MarkingTypeEnum": {
        "enum": [
          1,
          2,
          3,
          4,
          5,
          6,
          7,
          8,
          9,
          10,
          11,
          12,
          13,
          14,
          15,
          16,
          17,
          18,
          19,
          20,
          21,
          22,
          23,
          24,
          25,
          26,
          27,
          28,
          29,
          30,
          31,
          32,
          33,
          34,
          35
        ],
        "type": "integer",
        "description": "Типы маркировки",
        "format": "int32"
      },
      "NebularApi.Enums.NoReturnEnum": {
        "enum": [
          0,
          1
        ],
        "type": "integer",
        "description": "Отключение возврата позиции",
        "format": "int32"
      },
      "NebularApi.Enums.PaymentMethodTypeEnum": {
        "enum": [
          1,
          2,
          3,
          4,
          5,
          6,
          7
        ],
        "type": "integer",
        "description": "Способ расчета, 1214",
        "format": "int32"
      },
      "NebularApi.Enums.PaymentSubjectTypeEnum": {
        "enum": [
          1,
          2,
          3,
          4,
          5,
          6,
          7,
          8,
          9,
          10,
          11,
          12,
          13,
          14,
          15,
          16,
          17,
          18,
          19,
          20,
          21,
          22,
          23,
          24,
          25,
          26,
          27,
          30,
          31,
          32,
          33
        ],
        "type": "integer",
        "description": "Предмет расчета, 1212",
        "format": "int32"
      },
      "NebularApi.Enums.PaymentSystemCodeEnum": {
        "enum": [
          "4",
          "5",
          "6",
          "22"
        ],
        "type": "string"
      },
      "NebularApi.Enums.PaymentTypeV3Enum": {
        "enum": [
          0,
          1,
          13,
          14,
          15
        ],
        "type": "integer",
        "format": "int32"
      },
      "NebularApi.Enums.RefiscalizationReasonCodeEnum": {
        "enum": [
          1,
          2,
          3,
          4
        ],
        "type": "integer",
        "format": "int32"
      },
      "NebularApi.Enums.RefiscalizationReasonsBitsetEnum": {
        "enum": [
          1,
          2,
          4,
          8,
          16,
          32,
          64,
          128,
          256,
          512,
          1024,
          2048,
          4096,
          8192,
          16384,
          131072,
          262144,
          524288,
          1048576,
          2097152,
          -2147483648
        ],
        "type": "integer",
        "format": "int32"
      },
      "NebularApi.Enums.TaxSystemsBitsetEnum": {
        "enum": [
          1,
          2,
          4,
          8,
          16,
          32
        ],
        "type": "integer",
        "format": "int32"
      },
      "NebularApi.Enums.TaxationSystemInOrdersEnum": {
        "enum": [
          0,
          1,
          2,
          3,
          4,
          5
        ],
        "type": "integer",
        "format": "int32"
      },
      "NebularApi.Enums.UnitCodeEnum": {
        "enum": [
          0,
          10,
          11,
          12,
          20,
          21,
          22,
          30,
          31,
          32,
          40,
          41,
          42,
          50,
          51,
          70,
          71,
          72,
          73,
          80,
          81,
          82,
          83,
          255
        ],
        "type": "integer",
        "description": "Единица измерения предмета расчета",
        "format": "int32"
      },
      "NebularApi.Enums.VATRateEnum": {
        "enum": [
          1,
          2,
          3,
          4,
          5,
          6,
          7,
          8,
          9,
          10
        ],
        "type": "integer",
        "description": "Ставка НДС",
        "format": "int32"
      },
      "NebularApi.Models.CommonApi.AcquiringDataV3": {
        "required": [
          "type"
        ],
        "type": "object",
        "properties": {
          "type": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Тип слипа. Возможные значения: `purchase`, `void`, `refund`, `purchasewithcashback`</div>\n<div class=\"apidocs-english\">Type of slip. Possible values: `purchase`,` void`, `refund`,` purchasewithcashback`</div>"
          },
          "date": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата операции</div>\n<div class=\"apidocs-english\">Date of operation</div>",
            "nullable": true
          },
          "cashierId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор кассира</div>\n<div class=\"apidocs-english\">Cashier identifier</div>",
            "format": "uuid",
            "nullable": true
          },
          "amount": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Сумма</div>\n<div class=\"apidocs-english\">Amount</div>",
            "format": "double"
          },
          "tsi": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">TSI - атрибут слипа</div>\n<div class=\"apidocs-english\">TSI - slip attribute</div>",
            "nullable": true
          },
          "rrn": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Аттрибут слипа. Номер операции для возвратов</div>\n<div class=\"apidocs-english\">Slip attribute. Transaction number for returns</div>",
            "nullable": true
          },
          "expirationDate": {
            "maxLength": 4,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата окончания срока действия карты</div>\n<div class=\"apidocs-english\">Card expiration date</div>",
            "nullable": true
          },
          "companyName": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Название организации</div>\n<div class=\"apidocs-english\">Company name</div>",
            "nullable": true
          },
          "customerContact": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Email или телефон клиента</div>\n<div class=\"apidocs-english\">Email or customer phone</div>",
            "nullable": true
          },
          "calculationAddress": {
            "maxLength": 128,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Адрес установки ККТ для проведения расчетов</div>\n<div class=\"apidocs-english\">Cash register installation address</div>",
            "nullable": true
          },
          "errorCode": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Код ошибки при оплате</div>\n<div class=\"apidocs-english\">Payment error code</div>",
            "nullable": true
          },
          "errorMessage": {
            "maxLength": 1024,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Описание ошибки при оплате</div>\n<div class=\"apidocs-english\">Description of payment error</div>",
            "nullable": true
          },
          "text": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Текст слипа</div>\n<div class=\"apidocs-english\">Slip text</div>",
            "nullable": true
          },
          "cardholder": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Имя держателя карты</div>\n<div class=\"apidocs-english\">Card holder name</div>",
            "nullable": true
          },
          "acquirerAgentName": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Посредник до банка эквайера</div>\n<div class=\"apidocs-english\">Intermediary to the acquirer bank</div>",
            "nullable": true
          },
          "cashlessType": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.CashlessPaymentsEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Типы безналичной оплаты</div>\n<div class=\"apidocs-english\">Types of cashless payments</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Безналичные</div><div class=\"apidocs-english\">Cashless</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Картой</div><div class=\"apidocs-english\">Card</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">QR-код</div><div class=\"apidocs-english\">QR-code</div></div>\n",
            "nullable": true
          },
          "qrPayTransaction": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.CommonApi.QrPayTransaction"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Транзакция при оплате сервисом QR-Pay</div>\n<div class=\"apidocs-english\">QR-Pay transaction (filled only in case of using QR-Pay service)</div>",
            "nullable": true
          },
          "merchantId": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор владельца терминала</div>\n<div class=\"apidocs-english\">Terminal owner identifier</div>",
            "nullable": true
          },
          "currency": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Код валюты согласно ISO 4217 </div>\n<div class=\"apidocs-english\">Currency code in ISO-4127</div>",
            "format": "int32",
            "nullable": true
          },
          "respCode": {
            "maxLength": 4,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Код ответа при оплате</div>\n<div class=\"apidocs-english\">Payment response code</div>",
            "nullable": true
          },
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Uuid слипа</div>\n<div class=\"apidocs-english\">Uuid slip</div>",
            "format": "uuid",
            "nullable": true
          },
          "acquirerBankName": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Наименование банка</div>\n<div class=\"apidocs-english\">Acquirer bank name</div>",
            "nullable": true
          },
          "transactionId": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор операции в банке</div>\n<div class=\"apidocs-english\">Bank transaction identifier</div>",
            "nullable": true
          },
          "slipNumber": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Номер слипа</div>\n<div class=\"apidocs-english\">Slip number</div>",
            "nullable": true
          },
          "approvalCode": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Код подтверждения</div>\n<div class=\"apidocs-english\">Approval code</div>",
            "nullable": true
          },
          "terminalId": {
            "maxLength": 20,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор терминала</div>\n<div class=\"apidocs-english\">Terminal identifier</div>",
            "nullable": true
          },
          "spasibo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.CommonApi.Spasibo"
              }
            ],
            "description": "<div class=\"apidocs-russian\">\"Спасибо\" транзакции по платежу</div>\n<div class=\"apidocs-english\">\"Spasibo\" transactions for a payment</div>",
            "nullable": true
          },
          "maskPan": {
            "maxLength": 19,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Маскированный номер карты</div>\n<div class=\"apidocs-english\">Masked card number</div>",
            "nullable": true
          },
          "aid": {
            "maxLength": 18,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">AID - номер авторизации в сети</div>\n<div class=\"apidocs-english\">AID - network authorization number</div>",
            "nullable": true
          },
          "tvr": {
            "maxLength": 16,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">TVR - атрибут слипа</div>\n<div class=\"apidocs-english\">TVR - slip attribute</div>",
            "nullable": true
          },
          "apn": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">APN - атрибут слипа. Тип сети авторизации(Тип карты)</div>\n<div class=\"apidocs-english\">APN - attribute of the slip. Authorization Network Type (Card Type)</div>",
            "nullable": true
          },
          "iin": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">IIN - атрибут слипа. Тип карты MasterCard/Visa</div>\n<div class=\"apidocs-english\">IIN - attribute of the slip. Card type masterCard/visa</div>",
            "nullable": true
          },
          "signNeeded": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Требуется ли подпись клиента</div>\n<div class=\"apidocs-english\">Is customer signature required</div>",
            "nullable": true
          }
        },
        "additionalProperties": false,
        "description": "<div class=\"apidocs-russian\">Эквайринговый слип</div>\n<div class=\"apidocs-english\">Acquiring slip</div>"
      },
      "NebularApi.Models.CommonApi.CashModeSums": {
        "type": "object",
        "properties": {
          "sell": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Сумма в режиме приход</div>\n<div class=\"apidocs-english\">Receipt mode sum</div>",
            "format": "double"
          },
          "sellReturn": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Сумма в режиме возврат прихода</div>\n<div class=\"apidocs-english\">Return receipt mode sum</div>",
            "format": "double"
          },
          "buy": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Сумма в режиме расход</div>\n<div class=\"apidocs-english\">Expense mode sum</div>",
            "format": "double"
          },
          "buyReturn": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Сумма в режиме возврат расхода</div>\n<div class=\"apidocs-english\">Return expense mode sum</div>",
            "format": "double"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.CommonApi.Cheque": {
        "type": "object",
        "properties": {
          "amount": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Полная сумма всех товаров данной категории</div>\n<div class=\"apidocs-english\">Total amount of products that category</div>",
            "format": "int64"
          },
          "product": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Название товара</div>\n<div class=\"apidocs-english\">Product name</div>",
            "nullable": true
          },
          "quantity": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Количество товара</div>\n<div class=\"apidocs-english\">Product quantity</div>",
            "format": "float"
          }
        },
        "additionalProperties": false,
        "description": "<div class=\"apidocs-russian\">Спасибо позиция</div>\n<div class=\"apidocs-english\">Spasibo position</div>"
      },
      "NebularApi.Models.CommonApi.Credit": {
        "type": "object",
        "properties": {
          "hash": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Хэш считанной карты</div>\n<div class=\"apidocs-english\">Read card hash</div>",
            "nullable": true
          },
          "pan4": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">PAN4 считанной карты</div>\n<div class=\"apidocs-english\">PAN4 read card</div>",
            "nullable": true
          },
          "slip": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Слип СПАСИБО</div>\n<div class=\"apidocs-english\">SPASIBO slip</div>",
            "nullable": true
          },
          "cheque": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.CommonApi.Cheque"
            },
            "description": "<div class=\"apidocs-russian\">Список позиций</div>\n<div class=\"apidocs-english\">Positions list</div>",
            "nullable": true
          },
          "currency": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Код валюты согласно ISO 4217</div>\n<div class=\"apidocs-english\">Currency code according to ISO 4217</div>",
            "nullable": true
          },
          "partnerId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Код партнера СПАСИБО</div>\n<div class=\"apidocs-english\">SPASIBO partner code</div>",
            "nullable": true
          },
          "terminalId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">ID терминала</div>\n<div class=\"apidocs-english\">Terminal id</div>",
            "nullable": true
          },
          "amountToPay": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Сумма к оплате с учетом вычтеных бонусов в мининимальных единицах</div>\n<div class=\"apidocs-english\">Amount to be paid, taking into account deducted bonuses, in minimum units</div>",
            "format": "int64"
          },
          "dateAndTime": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата и время транзакции в исходном формате</div>\n<div class=\"apidocs-english\">Date and time of the transaction in original format</div>",
            "nullable": true
          },
          "totalAmount": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Сумма до вычета бонусов</div>\n<div class=\"apidocs-english\">Amount before deducting bonuses</div>",
            "format": "int64"
          },
          "idTransaction": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор транзакции</div>\n<div class=\"apidocs-english\">Transaction id</div>",
            "nullable": true
          },
          "terminalLocation": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Локация терминала</div>\n<div class=\"apidocs-english\">Terminal location</div>",
            "nullable": true
          },
          "bonuses": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Количество списанных бонусов в мин. единицах</div>\n<div class=\"apidocs-english\">The number of debited bonuses in minimum units</div>",
            "format": "int64"
          }
        },
        "additionalProperties": false,
        "description": "<div class=\"apidocs-russian\">Информация о зачислении бонусов на карту</div>\n<div class=\"apidocs-english\">Information on crediting bonuses</div>"
      },
      "NebularApi.Models.CommonApi.CustomerInfo": {
        "type": "object",
        "properties": {
          "birthDate": {
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Дата рождения покупателя (клиента) (в формате ГГГГ-ММ-ДД), 1243</div>\n<div class=\"apidocs-english tag-value\">Customer birth date(YYYY-MM-DD), 1243</div>",
            "nullable": true
          },
          "nationality": {
            "maxLength": 3,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Гражданство, 1244</div>\n<div class=\"apidocs-english tag-value\">Nationality, 1244</div>",
            "nullable": true
          },
          "docType": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Код вида документа, удостоверяющего личность, 1245</div>\n<div class=\"apidocs-english tag-value\">Identification document code, 1245</div>",
            "format": "int32",
            "nullable": true
          },
          "passport": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Данные документа, удостоверяющего личность, 1246</div>\n<div class=\"apidocs-english tag-value\">Passport series and number, 1246</div>",
            "nullable": true
          },
          "address": {
            "maxLength": 256,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Адрес покупателя (клиента), 1254</div>\n<div class=\"apidocs-english tag-value\">Client address, 1254</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.CommonApi.DateTimeModel": {
        "type": "object",
        "properties": {
          "dateTime": {
            "type": "string",
            "format": "date-time"
          }
        },
        "additionalProperties": false,
        "example": {
          "dateTime": "2026-08-06T20:02:10.5375833+00:00"
        }
      },
      "NebularApi.Models.CommonApi.Debit": {
        "type": "object",
        "properties": {
          "hash": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Хэш считанной карты</div>\n<div class=\"apidocs-english\">Read card hash</div>",
            "nullable": true
          },
          "pan4": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">PAN4 считанной карты</div>\n<div class=\"apidocs-english\">PAN4 read card</div>",
            "nullable": true
          },
          "slip": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Слип СПАСИБО</div>\n<div class=\"apidocs-english\">SPASIBO slip</div>",
            "nullable": true
          },
          "discount": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.CommonApi.Cheque"
            },
            "description": "<div class=\"apidocs-russian\">Скидка распределенная по позициям</div>\n<div class=\"apidocs-english\">Discount distributed by items</div>",
            "nullable": true
          },
          "cheque": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.CommonApi.Cheque"
            },
            "description": "<div class=\"apidocs-russian\">Список позиций</div>\n<div class=\"apidocs-english\">Positions list</div>",
            "nullable": true
          },
          "currency": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Код валюты согласно ISO 4217</div>\n<div class=\"apidocs-english\">Currency code according to ISO 4217</div>",
            "nullable": true
          },
          "partnerId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Код партнера СПАСИБО</div>\n<div class=\"apidocs-english\">SPASIBO partner code</div>",
            "nullable": true
          },
          "terminalId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">ID терминала</div>\n<div class=\"apidocs-english\">Terminal id</div>",
            "nullable": true
          },
          "amountToPay": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Сумма к оплате с учетом вычтеных бонусов в мининимальных единицах</div>\n<div class=\"apidocs-english\">Amount to be paid, taking into account deducted bonuses, in minimum units</div>",
            "format": "int64"
          },
          "dateAndTime": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата и время транзакции в исходном формате</div>\n<div class=\"apidocs-english\">Date and time of the transaction in original format</div>",
            "nullable": true
          },
          "totalAmount": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Сумма до вычета бонусов</div>\n<div class=\"apidocs-english\">Amount before deducting bonuses</div>",
            "format": "int64"
          },
          "idTransaction": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор транзакции</div>\n<div class=\"apidocs-english\">Transaction id</div>",
            "nullable": true
          },
          "terminalLocation": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Локация терминала</div>\n<div class=\"apidocs-english\">Terminal location</div>",
            "nullable": true
          },
          "bonuses": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Количество списанных бонусов в мин. единицах</div>\n<div class=\"apidocs-english\">The number of debited bonuses in minimum units</div>",
            "format": "int64"
          }
        },
        "additionalProperties": false,
        "description": "<div class=\"apidocs-russian\">Информация о списании бонусов c карты</div>\n<div class=\"apidocs-english\">Information on writing off bonuses from the card</div>"
      },
      "NebularApi.Models.CommonApi.ErrorModel": {
        "type": "object",
        "properties": {
          "errors": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "nullable": true
          },
          "code": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.CommonApi.GuidModel": {
        "type": "object",
        "properties": {
          "guid": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор</div>\n<div class=\"apidocs-english\">Identifier</div>",
            "nullable": true
          }
        },
        "additionalProperties": false,
        "example": {
          "guid": "00000000-0000-0000-0000-000000000000"
        }
      },
      "NebularApi.Models.CommonApi.IndustryAttribute": {
        "type": "object",
        "properties": {
          "foivId": {
            "maxLength": 3,
            "minLength": 3,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Идентификатор ФОИВ, 1262. Должно быть одним из: 001, 002, 003, 004, 005, 006, 007, 008, 009, 010, 011, 012, 013, 014, 015, 016, 017, 018, 019, 020, 021, 022, 023, 024, 025, 026, 027, 028, 029, 030, 031, 032, 033, 034, 035, 036, 037, 038, 039, 040, 041, 042, 043, 044, 045, 046, 047, 048, 049, 050, 051, 052, 053, 054, 055, 056, 057, 058, 059, 060, 061, 062, 063, 064, 065, 066, 067, 068, 069, 070, 071, 072.</div>\n<div class=\"apidocs-english tag-value\">FOIV id, 1262. Should be one of: 001, 002, 003, 004, 005, 006, 007, 008, 009, 010, 011, 012, 013, 014, 015, 016, 017, 018, 019, 020, 021, 022, 023, 024, 025, 026, 027, 028, 029, 030, 031, 032, 033, 034, 035, 036, 037, 038, 039, 040, 041, 042, 043, 044, 045, 046, 047, 048, 049, 050, 051, 052, 053, 054, 055, 056, 057, 058, 059, 060, 061, 062, 063, 064, 065, 066, 067, 068, 069, 070, 071, 072.</div>",
            "nullable": true
          },
          "causeDocumentDate": {
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Дата документа основания (Формат дд.мм.гг), 1263</div>\n<div class=\"apidocs-english tag-value\">Cause document date (DD.MM.YY), 1263</div>",
            "nullable": true
          },
          "causeDocumentNumber": {
            "maxLength": 32,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Номер документа основания, 1264</div>\n<div class=\"apidocs-english tag-value\">Cause document number, 1264</div>",
            "nullable": true
          },
          "value": {
            "maxLength": 256,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Значение отраслевого реквизита, 1265</div>\n<div class=\"apidocs-english tag-value\">Industry attribute value, 1265</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.CommonApi.Money": {
        "type": "object",
        "properties": {
          "cash": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.CommonApi.CashModeSums"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Наличные</div>\n<div class=\"apidocs-english\">Cash</div>",
            "nullable": true
          },
          "card": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.CommonApi.CashModeSums"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Карта</div>\n<div class=\"apidocs-english\">Card</div>",
            "nullable": true
          },
          "advance": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.CommonApi.CashModeSums"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Аванс</div>\n<div class=\"apidocs-english\">Advance</div>",
            "nullable": true
          },
          "credit": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.CommonApi.CashModeSums"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Кредит</div>\n<div class=\"apidocs-english\">Credit</div>",
            "nullable": true
          },
          "consideration": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.CommonApi.CashModeSums"
              }
            ],
            "description": "<div class=\"apidocs-russian\">БСО</div>\n<div class=\"apidocs-english\">Consideration</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.CommonApi.OperationalAttribute": {
        "type": "object",
        "properties": {
          "id": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Идентификатор операции, 1271</div>\n<div class=\"apidocs-english tag-value\">Operation id, 1271</div>",
            "format": "int32",
            "nullable": true
          },
          "value": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Данные операции, 1272</div>\n<div class=\"apidocs-english tag-value\">Operation data, 1272</div>",
            "nullable": true
          },
          "date": {
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Дата, время операции, 1273</div>\n<div class=\"apidocs-english tag-value\">Operation date and time, 1273</div>",
            "format": "date-time",
            "nullable": true
          }
        },
        "additionalProperties": false,
        "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian\">Операционный реквизит чека, 1270</div>\n<div class=\"apidocs-english\">Receipt operational attribute, 1270</div>"
      },
      "NebularApi.Models.CommonApi.OrderDtoContent": {
        "type": "object",
        "properties": {
          "discountMoney": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Скидка на заказ, рубли</div>\n<div class=\"apidocs-english\">Order discount, rubles</div>",
            "format": "float"
          },
          "discountPercent": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Скидка на заказ, проценты</div>\n<div class=\"apidocs-english\">Order discount, percent</div>",
            "format": "float"
          },
          "type": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.DocTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2,</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Признак расчета, 1054</div>\n<div class=\"apidocs-english tag-value\">Payment type, 1054</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Приход</div><div class=\"apidocs-english\">Income</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Возврат прихода</div><div class=\"apidocs-english\">Income return</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Расход</div><div class=\"apidocs-english\">Outcome</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Возврат расхода</div><div class=\"apidocs-english\">Outcome return</div></div>\n",
            "nullable": true
          },
          "positions": {
            "maxItems": 170,
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.CommonApi.OrderDtoPosition"
            },
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Список предметов расчета, 1059</div>\n<div class=\"apidocs-english tag-value\">Position list, 1059</div>",
            "nullable": true
          },
          "checkClose": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.Integrations.OrderCheckClose"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Параметры закрытия чека</div>\n<div class=\"apidocs-english\">Check closing options</div>",
            "nullable": true
          },
          "customerContact": {
            "maxLength": 512,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Телефон или электронный адрес покупателя, 1008</div>\n<div class=\"apidocs-english tag-value\">Buyer's Phone or Email, 1008</div>",
            "nullable": true
          },
          "paymentAgentOperation": {
            "maxLength": 24,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">Операция платежного агента, 1044</div>\n<div class=\"apidocs-english tag-value\">Payment agent operation, 1044</div>",
            "nullable": true
          },
          "paymentOperatorName": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">Наименование оператора перевода, 1026</div>\n<div class=\"apidocs-english tag-value\">Name of the payment operator, 1026</div>",
            "nullable": true
          },
          "paymentOperatorAddress": {
            "maxLength": 243,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">Адрес оператора перевода, 1005</div>\n<div class=\"apidocs-english tag-value\">Payment operator address, 1005</div>",
            "nullable": true
          },
          "paymentOperatorINN": {
            "maxLength": 12,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">ИНН оператора перевода, 1016</div>\n<div class=\"apidocs-english tag-value\">TIN of a payment operator, 1016</div>",
            "nullable": true
          },
          "agentType": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.AgentTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">Признак агента, 1057.Может принимать несколько значений сразу, выраженных как сумма доступных числовых значений.</div>\n<div class=\"apidocs-english tag-value\">Agent type, 1057. Can accept multiple values as sum of valid numeric values.</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 0 (1)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Банковский платежный агент</div><div class=\"apidocs-english\">Payment bank agent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 1 (2)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Банковский платежный субагент</div><div class=\"apidocs-english\">Payment bank sub agent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 2 (4)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Платежный агент</div><div class=\"apidocs-english\">Paying agent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 3 (8)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Платежный субагент</div><div class=\"apidocs-english\">Paying sub agent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 4 (16)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Поверенный</div><div class=\"apidocs-english\">Attorney</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 5 (32)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Комиссионер</div><div class=\"apidocs-english\">Comissioner</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 6 (64)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Иной агент</div><div class=\"apidocs-english\">Other agetn</div></div>\n",
            "nullable": true
          },
          "paymentTransferOperatorPhoneNumbers": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">Телефон оператора перевода, 1075\n             Массив строк длиной от 1 до 19 символов, формат +{Ц}, необязательное поле</div>\n<div class=\"apidocs-english tag-value\">Phone number of the transfer operator, 1075\n             Array of strings from 1 to 19 characters long, format +{D}, optional field</div>",
            "nullable": true
          },
          "paymentAgentPhoneNumbers": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">Телефон платежного агента, 1073</div>\n<div class=\"apidocs-english tag-value\">Payment agent phone numbers , 1073</div>",
            "nullable": true
          },
          "paymentOperatorPhoneNumbers": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">Телефон оператора по приему платежей, 1074\n             Массив строк длиной от 1 до 19 символов, формат +{Ц}, необязательное поле</div>\n<div class=\"apidocs-english tag-value\"> Payment operator phone numbers\n             Array of strings from 1 to 19 characters long, format +{D}, optional field\n            </div>",
            "nullable": true
          },
          "supplierPhoneNumbers": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">Телефон поставщика, 1171</div>\n<div class=\"apidocs-english tag-value\">Supplier phone numbers, 1171</div>",
            "nullable": true
          },
          "additionalUserAttribute": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.Integrations.AdditionalUserAttribute"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Дополнительный реквизит пользователя, 1084</div>\n<div class=\"apidocs-english tag-value\">Additional user attribute, 1084</div>",
            "nullable": true
          },
          "automatNumber": {
            "maxLength": 20,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Номер вендингового автомата, 1036</div>\n<div class=\"apidocs-english tag-value\">Vending machine number</div>",
            "nullable": true
          },
          "settlementAddress": {
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Адрес расчетов, 1009 (передавать только при фискализации на разъездную торговлю)</div>\n<div class=\"apidocs-english tag-value\">Settlement address, 1009 (set only in case of fiscalization for traveling trade)</div>",
            "nullable": true
          },
          "settlementPlace": {
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Место расчетов, 1187 (передавать только при фискализации на разъездную торговлю)</div>\n<div class=\"apidocs-english tag-value\">Settlement place, , 1187 (set only in case of fiscalization for traveling trade)</div>",
            "nullable": true
          },
          "additionalAttribute": {
            "maxLength": 16,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Дополнительный реквизит чека(БСО), 1192</div>\n<div class=\"apidocs-english tag-value\">Additional attribute, 1192</div>",
            "nullable": true
          },
          "customer": {
            "maxLength": 243,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Покупатель (клиент), 1227</div>\n<div class=\"apidocs-english tag-value\">Buyer (Client), 1227</div>",
            "nullable": true
          },
          "customerINN": {
            "maxLength": 12,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">ИНН покупателя (клиента), 1228 - поле не может принимать в качестве значения пустую строку</div>\n<div class=\"apidocs-english tag-value\">TIN of the buyer (client), 1228 - empty string is not a valid value</div>",
            "nullable": true
          },
          "customerInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.CommonApi.CustomerInfo"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Сведения о покупателе(клиенте), 1256</div>\n<div class=\"apidocs-english tag-value\">Customer info, 1256</div>",
            "nullable": true
          },
          "industryAttribute": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.CommonApi.IndustryAttribute"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Отраслевой реквизит чека, 1261</div>\n<div class=\"apidocs-english tag-value\">Receipt industry attribute, 1261</div>",
            "nullable": true
          },
          "electronicCheck": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.ElectronicCheckEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Данный параметр отключает печать фискального документа средствами кассы. И Активирует отправку электронной версии чека продажи на контакт указанный в клиенте</div>\n<div class=\"apidocs-english\">Parameter disables paper receipt printing and enables electronic receipt being sent to client email or phone number</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">0</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Печатать</div><div class=\"apidocs-english\">Paper receipt</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Не печатать</div><div class=\"apidocs-english\">Electronic receipt</div></div>\n",
            "nullable": true
          },
          "isOnline": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">(тег 1125) Признак расчёта в сети «Интернет». При значении null тег будет сформирован на основании признака фискализации расчётов только в сети «Интернет»</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          }
        },
        "additionalProperties": false,
        "description": "<div class=\"apidocs-russian\"> Содержимое документа</div>\n<div class=\"apidocs-english\">Document content</div>"
      },
      "NebularApi.Models.CommonApi.OrderDtoExtendedContent": {
        "type": "object",
        "properties": {
          "type": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.DocTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2,</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Признак расчета, 1054</div>\n<div class=\"apidocs-english tag-value\">Payment type, 1054</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Приход</div><div class=\"apidocs-english\">Income</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Возврат прихода</div><div class=\"apidocs-english\">Income return</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Расход</div><div class=\"apidocs-english\">Outcome</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Возврат расхода</div><div class=\"apidocs-english\">Outcome return</div></div>\n",
            "nullable": true
          },
          "positions": {
            "maxItems": 170,
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.CommonApi.OrderDtoExtendedPosition"
            },
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Список предметов расчета, 1059</div>\n<div class=\"apidocs-english tag-value\">Position list, 1059</div>",
            "nullable": true
          },
          "checkClose": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.Integrations.OrderCheckClose"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Параметры закрытия чека</div>\n<div class=\"apidocs-english\">Check closing options</div>",
            "nullable": true
          },
          "customerContact": {
            "maxLength": 512,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Телефон или электронный адрес покупателя, 1008</div>\n<div class=\"apidocs-english tag-value\">Buyer's Phone or Email, 1008</div>",
            "nullable": true
          },
          "paymentAgentOperation": {
            "maxLength": 24,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">Операция платежного агента, 1044</div>\n<div class=\"apidocs-english tag-value\">Payment agent operation, 1044</div>",
            "nullable": true
          },
          "paymentOperatorName": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">Наименование оператора перевода, 1026</div>\n<div class=\"apidocs-english tag-value\">Name of the payment operator, 1026</div>",
            "nullable": true
          },
          "paymentOperatorAddress": {
            "maxLength": 243,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">Адрес оператора перевода, 1005</div>\n<div class=\"apidocs-english tag-value\">Payment operator address, 1005</div>",
            "nullable": true
          },
          "paymentOperatorINN": {
            "maxLength": 12,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">ИНН оператора перевода, 1016</div>\n<div class=\"apidocs-english tag-value\">TIN of a payment operator, 1016</div>",
            "nullable": true
          },
          "agentType": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.AgentTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">Признак агента, 1057.Может принимать несколько значений сразу, выраженных как сумма доступных числовых значений.</div>\n<div class=\"apidocs-english tag-value\">Agent type, 1057. Can accept multiple values as sum of valid numeric values.</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 0 (1)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Банковский платежный агент</div><div class=\"apidocs-english\">Payment bank agent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 1 (2)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Банковский платежный субагент</div><div class=\"apidocs-english\">Payment bank sub agent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 2 (4)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Платежный агент</div><div class=\"apidocs-english\">Paying agent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 3 (8)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Платежный субагент</div><div class=\"apidocs-english\">Paying sub agent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 4 (16)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Поверенный</div><div class=\"apidocs-english\">Attorney</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 5 (32)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Комиссионер</div><div class=\"apidocs-english\">Comissioner</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 6 (64)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Иной агент</div><div class=\"apidocs-english\">Other agetn</div></div>\n",
            "nullable": true
          },
          "paymentTransferOperatorPhoneNumbers": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">Телефон оператора перевода, 1075\n             Массив строк длиной от 1 до 19 символов, формат +{Ц}, необязательное поле</div>\n<div class=\"apidocs-english tag-value\">Phone number of the transfer operator, 1075\n             Array of strings from 1 to 19 characters long, format +{D}, optional field</div>",
            "nullable": true
          },
          "paymentAgentPhoneNumbers": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">Телефон платежного агента, 1073</div>\n<div class=\"apidocs-english tag-value\">Payment agent phone numbers , 1073</div>",
            "nullable": true
          },
          "paymentOperatorPhoneNumbers": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">Телефон оператора по приему платежей, 1074\n             Массив строк длиной от 1 до 19 символов, формат +{Ц}, необязательное поле</div>\n<div class=\"apidocs-english tag-value\"> Payment operator phone numbers\n             Array of strings from 1 to 19 characters long, format +{D}, optional field\n            </div>",
            "nullable": true
          },
          "supplierPhoneNumbers": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">Телефон поставщика, 1171</div>\n<div class=\"apidocs-english tag-value\">Supplier phone numbers, 1171</div>",
            "nullable": true
          },
          "additionalUserAttribute": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.Integrations.AdditionalUserAttribute"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Дополнительный реквизит пользователя, 1084</div>\n<div class=\"apidocs-english tag-value\">Additional user attribute, 1084</div>",
            "nullable": true
          },
          "automatNumber": {
            "maxLength": 20,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Номер вендингового автомата, 1036</div>\n<div class=\"apidocs-english tag-value\">Vending machine number</div>",
            "nullable": true
          },
          "settlementAddress": {
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Адрес расчетов, 1009 (передавать только при фискализации на разъездную торговлю)</div>\n<div class=\"apidocs-english tag-value\">Settlement address, 1009 (set only in case of fiscalization for traveling trade)</div>",
            "nullable": true
          },
          "settlementPlace": {
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Место расчетов, 1187 (передавать только при фискализации на разъездную торговлю)</div>\n<div class=\"apidocs-english tag-value\">Settlement place, , 1187 (set only in case of fiscalization for traveling trade)</div>",
            "nullable": true
          },
          "additionalAttribute": {
            "maxLength": 16,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Дополнительный реквизит чека(БСО), 1192</div>\n<div class=\"apidocs-english tag-value\">Additional attribute, 1192</div>",
            "nullable": true
          },
          "customer": {
            "maxLength": 243,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Покупатель (клиент), 1227</div>\n<div class=\"apidocs-english tag-value\">Buyer (Client), 1227</div>",
            "nullable": true
          },
          "customerINN": {
            "maxLength": 12,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">ИНН покупателя (клиента), 1228 - поле не может принимать в качестве значения пустую строку</div>\n<div class=\"apidocs-english tag-value\">TIN of the buyer (client), 1228 - empty string is not a valid value</div>",
            "nullable": true
          },
          "customerInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.CommonApi.CustomerInfo"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Сведения о покупателе(клиенте), 1256</div>\n<div class=\"apidocs-english tag-value\">Customer info, 1256</div>",
            "nullable": true
          },
          "industryAttribute": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.CommonApi.IndustryAttribute"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Отраслевой реквизит чека, 1261</div>\n<div class=\"apidocs-english tag-value\">Receipt industry attribute, 1261</div>",
            "nullable": true
          },
          "electronicCheck": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.ElectronicCheckEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Данный параметр отключает печать фискального документа средствами кассы. И Активирует отправку электронной версии чека продажи на контакт указанный в клиенте</div>\n<div class=\"apidocs-english\">Parameter disables paper receipt printing and enables electronic receipt being sent to client email or phone number</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">0</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Печатать</div><div class=\"apidocs-english\">Paper receipt</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Не печатать</div><div class=\"apidocs-english\">Electronic receipt</div></div>\n",
            "nullable": true
          },
          "isOnline": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">(тег 1125) Признак расчёта в сети «Интернет». При значении null тег будет сформирован на основании признака фискализации расчётов только в сети «Интернет»</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          }
        },
        "additionalProperties": false,
        "description": "<div class=\"apidocs-russian\">Содержимое документа</div>\n<div class=\"apidocs-english\">Content</div>"
      },
      "NebularApi.Models.CommonApi.OrderDtoExtendedPosition": {
        "required": [
          "paymentMethodType",
          "paymentSubjectType",
          "price",
          "quantity",
          "tax"
        ],
        "type": "object",
        "properties": {
          "soldAmount": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Количество проданных единиц товара</div>\n<div class=\"apidocs-english\">Number of units sold</div>",
            "format": "double",
            "default": 0
          },
          "sku": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Код товара</div>\n<div class=\"apidocs-english\">Product code</div>",
            "nullable": true
          },
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор товара</div>\n<div class=\"apidocs-english\">Product identifier</div>",
            "format": "uuid",
            "nullable": true
          },
          "discountMoney": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Скидка на общую сумму позиции (price * count) в валюте заказа. Диапазон значений от 0 до  `price * count`</div>\n<div class=\"apidocs-english\">Discount on the total position amount (price * count) in the order currency. The range of values is from 0 to `price * count`</div>",
            "format": "double",
            "default": 0
          },
          "positionId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор этой позиции в этом чеке</div>\n<div class=\"apidocs-english\">ID of this position in the receipt</div>",
            "format": "uuid"
          },
          "markingType": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.MarkingTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Тип маркировки</div>\n<div class=\"apidocs-english\">Marking type</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Товары из натурального меха</div><div class=\"apidocs-english\">Natural fur goods</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Лекарственные товары</div><div class=\"apidocs-english\">Medicines</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Табачная продукция</div><div class=\"apidocs-english\">Tobacco</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Обувные товары</div><div class=\"apidocs-english\">Shoes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">5</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Духи и туалетная вода</div><div class=\"apidocs-english\">Perfume</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">6</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Шины и покрышки пневматические резиновые новые</div><div class=\"apidocs-english\">Tires</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">7</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\"><s>Предметы одежды, включая рабочую одежду, изготовленные из натуральной или композиционной кожи.</s> Используйте 11, Товары легкой промышленности.</div><div class=\"apidocs-english\"><s>Leather clothes.</s> Use 11, Light industry goods instead.</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">8</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\"><s>Блузки, блузы и блузоны трикотажные машинного или ручного вязания, женские или для девочек.</s> Используйте 11, Товары легкой промышленности.</div><div class=\"apidocs-english\"><s>Blouses.</s> Use 11, Light industry goods instead.</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">9</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\"><s>Пальто, полупальто, накидки, плащи, куртки (включая лыжные), ветровки, штормовки и аналогичные изделия мужские или для мальчиков.</s> Используйте 11, Товары легкой промышленности.</div><div class=\"apidocs-english\"><s>Man coats.</s> Use 11, Light industry goods instead.</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">10</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\"><s>Пальто, полупальто, накидки, плащи, куртки (включая лыжные), ветровки, штормовки и аналогичные изделия женские или для девочек.</s> Используйте 11, Товары легкой промышленности.</div><div class=\"apidocs-english\"><s>Woman coats.</s> Use 11, Light industry goods instead.</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">11</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Товары легкой промышленности</div><div class=\"apidocs-english\">Light industry goods</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">12</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Фотокамеры (кроме кинокамер), фотовспышки и лампы-вспышки</div><div class=\"apidocs-english\">Cameras</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">13</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Молочная продукция</div><div class=\"apidocs-english\">Dairy</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">14</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Велосипеды и велосипедные рамы</div><div class=\"apidocs-english\">Bicycles</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">15</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Альтернативная табачная продукция</div><div class=\"apidocs-english\">Alternative tobacco</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">16</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Биологически активные добавки к пище (БАД)</div><div class=\"apidocs-english\">Dietary supplements</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">17</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Никотиносодержащая продукция</div><div class=\"apidocs-english\">Nicotine-containing products</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">18</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Пиво, напитки, изготовленные на основе пива, и слабоалкогольные напитки с маркировкой ЧЗ, подлежащие списанию в УТМ ЕГАИС</div><div class=\"apidocs-english\">Beer</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">19</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Медицинские изделия</div><div class=\"apidocs-english\">Medical goods</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">20</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Антисептики и дезинфицирующие средства</div><div class=\"apidocs-english\">Antiseptics</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">21</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Упакованная вода</div><div class=\"apidocs-english\">BottledWater</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">22</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Алкогольная продукция ЕГАИСа</div><div class=\"apidocs-english\">AlcoholEGAIS</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">23</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Немаркированные слабоалкогольные напитки, подлежащие списанию в УТМ ЕГАИС</div><div class=\"apidocs-english\">Unmarked Low Alcohol</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">24</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Безалкогольное пиво</div><div class=\"apidocs-english\">NON ALCOHOLIC BEER</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">25</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Соковая продукция и безалкогольные напитки</div><div class=\"apidocs-english\">SOFT DRINKS</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">26</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Корма для животных</div><div class=\"apidocs-english\">Pet food</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">27</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Морепродукты</div><div class=\"apidocs-english\">Sea food</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">28</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ветеринарные препараты</div><div class=\"apidocs-english\">Vet pharma</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">29</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Консервированная продукция</div><div class=\"apidocs-english\">Conserve</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">30</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Растительные масла</div><div class=\"apidocs-english\">Vegetable oil</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">31</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Косметика, бытовая химия и товары личной гигиены</div><div class=\"apidocs-english\">Chemistry</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">32</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Бакалейная продукция</div><div class=\"apidocs-english\">Grocery</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">33</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Строительные материалы</div><div class=\"apidocs-english\">Construction</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">34</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Моторные масла</div><div class=\"apidocs-english\">Auto fluids</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">35</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Сладости и кондитерские изделия</div><div class=\"apidocs-english\">Sweets</div></div>\n",
            "nullable": true
          },
          "nomenclatureCode": {
            "maxLength": 234,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">Код товарной номенклатуры, Код товара для ОФД, закодированный в base64 , 1162</div>\n<div class=\"apidocs-english tag-value\">Nomenclature code and Good's code for fiscal data operator in base64 encoding, 1162</div>",
            "nullable": true
          },
          "itemCode": {
            "maxLength": 256,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Код Маркированного товара в явном виде (GS-символ спецкод используется для разделения групп информации), 2000</div>\n<div class=\"apidocs-english tag-value\">Item code as scanned from barcode with GS symbols, 2000</div>",
            "nullable": true
          },
          "barcodes": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian\">Список штрих-кодов позиции отложенного заказа</div>\n<div class=\"apidocs-english\">List of barcodes of a pending order item</div>",
            "nullable": true
          },
          "addingType": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.AddingTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Способ добавления позиции в отложенный заказ</div>\n<div class=\"apidocs-english\">A method of adding position in a pending order</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ручное добавление позиции</div><div class=\"apidocs-english\">Manual add</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">С помощью сканера штрих кодов</div><div class=\"apidocs-english\">By barcodes scanner</div></div>\n"
          },
          "addedAt": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата и время добавления позиции в чек или её последнего изменения</div>\n<div class=\"apidocs-english\">Date and time the item was added to the receipt or its last update</div>",
            "format": "date-time"
          },
          "editable": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Возможность редактирования позиции на кассе (значение по умолчанию true)</div>\n<div class=\"apidocs-english\">Possibility to edit the position at the checkout (default value is true)</div>"
          },
          "quantity": {
            "minimum": 0.00001,
            "type": "number",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Количество предмета расчета, 1023</div>\n<div class=\"apidocs-english tag-value\">Quantity, 1023</div>",
            "format": "double"
          },
          "price": {
            "type": "number",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Цена за единицу предмета расчета с учетом скидок и наценок, 1079</div>\n<div class=\"apidocs-english tag-value\">Price per unit of calculation subject to discounts and margins, 1079</div>",
            "format": "double"
          },
          "tax": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.VATRateEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Ставка НДС:</div>\n<div class=\"apidocs-english tag-value\">VAT rate</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 20%. С 1 января 2026 года 22%</div><div class=\"apidocs-english\">VAT rate 20%. 22% starting from 01.01.2026</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 10%</div><div class=\"apidocs-english\">VAT rate 10%</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС расч. 20/120. С 1 января 2026 года 22/122</div><div class=\"apidocs-english\">VAT rate 20/120. 22/122 starting from 01.01.2026</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС расч. 10/110</div><div class=\"apidocs-english\">VAT rate 10/110</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">5</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 0%</div><div class=\"apidocs-english\">VAT rate 10%</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">6</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">НДС не облагается</div><div class=\"apidocs-english\">VAT free</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">7</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 5%</div><div class=\"apidocs-english\">VAT rate 5%</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">8</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 7%</div><div class=\"apidocs-english\">VAT rate 7%</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">9</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС расч. 5/105</div><div class=\"apidocs-english\">VAT rate 5/105</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">10</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС расч. 7/107</div><div class=\"apidocs-english\">VAT rate 7/107</div></div>\n"
          },
          "text": {
            "maxLength": 128,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Наименование предмета расчета, 1030 (необязательное поле при paymentMethodType = 3)</div>\n<div class=\"apidocs-english tag-value\">Name of unity, 1030 (optional field for paymentMethodType = 3)</div>",
            "nullable": true
          },
          "paymentMethodType": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.PaymentMethodTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Признак способа расчета, 1214</div>\n<div class=\"apidocs-english tag-value\">Payment method type enum, 1214</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Предоплата 100%</div><div class=\"apidocs-english\">100% prepayment</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Частичная предоплата</div><div class=\"apidocs-english\">Partial prepay</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Аванс</div><div class=\"apidocs-english\">Advance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Полный расчёт</div><div class=\"apidocs-english\">Full settlement</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">5</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Частичный расчёт и кредит</div><div class=\"apidocs-english\">Partial settlement and credit</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">6</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Передача в кредит</div><div class=\"apidocs-english\">Credit transfer</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">7</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Оплата кредита</div><div class=\"apidocs-english\">Credit payment</div></div>\n"
          },
          "paymentSubjectType": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.PaymentSubjectTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Признак предмета расчета, 1212</div>\n<div class=\"apidocs-english tag-value\">Payment subject type enum for order, 1212</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Товар</div><div class=\"apidocs-english\">Product</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Подакцизный товар</div><div class=\"apidocs-english\">Excisable product</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Работа</div><div class=\"apidocs-english\">Job</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Услуга</div><div class=\"apidocs-english\">Service</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">5</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка азартной игры</div><div class=\"apidocs-english\">Gambling bet</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">6</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выигрыш азартной игры</div><div class=\"apidocs-english\">Gambling gain</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">7</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Лотерейный билет</div><div class=\"apidocs-english\">Lottery ticket</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">8</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выигрыш лотереи</div><div class=\"apidocs-english\">Lottery winnings</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">9</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Предоставление РИД</div><div class=\"apidocs-english\">Providing the result of intellectual activity</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">10</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Платёж</div><div class=\"apidocs-english\">Payment</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">11</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Агентское вознаграждение</div><div class=\"apidocs-english\">Agent commission</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">12</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выплата</div><div class=\"apidocs-english\">Payout</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">13</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Иной предмет расчета</div><div class=\"apidocs-english\">Other product</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">14</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Имущественное право</div><div class=\"apidocs-english\">Property law</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">15</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Внереализационный доход</div><div class=\"apidocs-english\">Non operating income</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">16</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Иные платежи и взносы</div><div class=\"apidocs-english\">Other payments and fees</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">17</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Торговый сбор</div><div class=\"apidocs-english\">Trading fee</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">18</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Туристический налог</div><div class=\"apidocs-english\">Tourist fee</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">19</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Залог</div><div class=\"apidocs-english\">Deposit</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">20</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Расход</div><div class=\"apidocs-english\">Expense</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">21</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное пенсионное страхование ИП</div><div class=\"apidocs-english\">Mandatory SP's (Sole Proprietor) Pension Insurance </div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">22</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное пенсионное страхование</div><div class=\"apidocs-english\">Mandatory Pension Insurance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">23</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное медицинское страхование ИП</div><div class=\"apidocs-english\">Mandatory SP's Health Insurance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">24</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное медицинское страхование</div><div class=\"apidocs-english\">Mandatory Health Insurance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">25</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное социальное страхование</div><div class=\"apidocs-english\">Mandatory Social Insurance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">26</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Платёж казино</div><div class=\"apidocs-english\">Casino Fee</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">27</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выдача денежных средств</div><div class=\"apidocs-english\">Cash outcome</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">30</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Подакцизный маркированный товар, код маркировки утерян, АТНМ</div><div class=\"apidocs-english\">Excisable goods without marking</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">31</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Подакцизный товар с маркировкой, АТМ</div><div class=\"apidocs-english\">Excisable goods with marking</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">32</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Маркированный товар, код маркировки утерян, ТНМ</div><div class=\"apidocs-english\">Non excisable goods without marking</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">33</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Неподакцизный товар с маркировкой, ТМ</div><div class=\"apidocs-english\">Non excisable goods without marking</div></div>\n"
          },
          "agentInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.Integrations.AgentInfo"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Данные агента, 1223</div>\n<div class=\"apidocs-english tag-value\">Agent info , 1223</div>",
            "nullable": true
          },
          "unitOfMeasurement": {
            "maxLength": 16,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">Единица измерения предмета расчета, 1197</div>\n<div class=\"apidocs-english tag-value\">Position unit of measurement, 1197</div>",
            "nullable": true
          },
          "unitCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.UnitCodeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Мера количества предмета расчета, 2108</div>\n<div class=\"apidocs-english tag-value\">Position unit of measurement, 2108</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">0</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Штука или Единица</div><div class=\"apidocs-english\">Unit</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">10</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Грамм</div><div class=\"apidocs-english\">Gram</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">11</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Килограмм</div><div class=\"apidocs-english\">Kilogram</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">12</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Тонна</div><div class=\"apidocs-english\">Ton</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">20</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Сантиметр</div><div class=\"apidocs-english\">Centimetre</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">21</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Дециметр</div><div class=\"apidocs-english\">Decimeter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">22</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Метр</div><div class=\"apidocs-english\">Metre</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">30</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Квадратный сантиметр</div><div class=\"apidocs-english\">Square centimeter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">31</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Квадратный дециметр</div><div class=\"apidocs-english\">Square decimeter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">32</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Квадратный метр</div><div class=\"apidocs-english\">Square meter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">40</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Миллилитр</div><div class=\"apidocs-english\">Milliliter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">41</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Литр</div><div class=\"apidocs-english\">Litre</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">42</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Кубический метр</div><div class=\"apidocs-english\">Cubic meter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">50</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Киловатт час</div><div class=\"apidocs-english\">Kilowatt hour</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">51</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Гигакаллория</div><div class=\"apidocs-english\">Gigacallory</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">70</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Сутки (день)</div><div class=\"apidocs-english\">Day</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">71</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Час</div><div class=\"apidocs-english\">Hour</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">72</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Минута</div><div class=\"apidocs-english\">Minute</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">73</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Секунда</div><div class=\"apidocs-english\">Second</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">80</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Килобайт</div><div class=\"apidocs-english\">Kilobytes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">81</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Мегабайт</div><div class=\"apidocs-english\">Megabytes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">82</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Гигабайт</div><div class=\"apidocs-english\">Gigabytes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">83</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Терабайт</div><div class=\"apidocs-english\">Terabyte</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">255</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Иное</div><div class=\"apidocs-english\">Other</div></div>\n",
            "nullable": true
          },
          "additionalAttribute": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Дополнительный реквизит предмета расчета, 1191</div>\n<div class=\"apidocs-english tag-value\">Additional attribute, 1191</div>",
            "nullable": true
          },
          "manufacturerCountryCode": {
            "maxLength": 3,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Код страны происхождения товара, 1230</div>\n<div class=\"apidocs-english tag-value\">Manufacturer country code, 1230</div>",
            "nullable": true
          },
          "customsDeclarationNumber": {
            "maxLength": 32,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Номер таможенной декларации, 1231</div>\n<div class=\"apidocs-english tag-value\">Customs declaration number, 1231</div>",
            "nullable": true
          },
          "supplierINN": {
            "maxLength": 12,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">ИНН поставщика, 1226</div>\n<div class=\"apidocs-english tag-value\">TIN of the supplier, 1226</div>",
            "nullable": true
          },
          "supplierInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.Integrations.SupplierInfo"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Данные поставщика, 1224</div>\n<div class=\"apidocs-english tag-value\">Supplier info, 1224</div>",
            "nullable": true
          },
          "excise": {
            "type": "number",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Акциз, 1229</div>\n<div class=\"apidocs-english tag-value\">Excise, 1229</div>",
            "format": "double",
            "nullable": true
          },
          "agentType": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.AgentTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Признак агента по предмету расчета, 1222</div>\n<div class=\"apidocs-english tag-value\">Agent type, 1222</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 0 (1)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Банковский платежный агент</div><div class=\"apidocs-english\">Payment bank agent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 1 (2)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Банковский платежный субагент</div><div class=\"apidocs-english\">Payment bank sub agent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 2 (4)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Платежный агент</div><div class=\"apidocs-english\">Paying agent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 3 (8)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Платежный субагент</div><div class=\"apidocs-english\">Paying sub agent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 4 (16)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Поверенный</div><div class=\"apidocs-english\">Attorney</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 5 (32)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Комиссионер</div><div class=\"apidocs-english\">Comissioner</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 6 (64)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Иной агент</div><div class=\"apidocs-english\">Other agetn</div></div>\n",
            "nullable": true
          },
          "customProperties": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.CustomProperty"
            },
            "description": "<div class=\"apidocs-russian\">Дополнительные параметры</div>\n<div class=\"apidocs-english\">Extra options</div>",
            "nullable": true
          },
          "industryAttribute": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.CommonApi.IndustryAttribute"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Отраслевой реквизит предмета расчёта, 1260</div>\n<div class=\"apidocs-english tag-value\">Position industry attribute, 1260</div>",
            "nullable": true
          },
          "noReturn": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.NoReturnEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Данный параметр позволяет полностью отключить возможность возврата позиции.</div>\n<div class=\"apidocs-english\">This parameter allows completely disable position refund</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">0</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выключен</div><div class=\"apidocs-english\">Off</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Включен</div><div class=\"apidocs-english\">On</div></div>\n",
            "nullable": true
          },
          "discountPercent": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Скидка на позиции, проценты</div>\n<div class=\"apidocs-english\">Discount on positions, percent</div>",
            "format": "float"
          },
          "maxDiscountPercent": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Максимальный процент скидки</div>\n<div class=\"apidocs-english\">Maximum discount percentage</div>",
            "format": "float"
          },
          "minPrice": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Минимальная цена, за которую может быть продан товар из этой позиции</div>\n<div class=\"apidocs-english\">The minimum price for which a product from this position can be sold</div>",
            "format": "float"
          },
          "isWeight": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Весовой ли товар 0-Штучный 1-Весовой</div>\n<div class=\"apidocs-english\">Item Type 0-Piece 1-Weight</div>",
            "format": "int32",
            "default": 0
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.CommonApi.OrderDtoPosition": {
        "required": [
          "paymentMethodType",
          "paymentSubjectType",
          "price",
          "quantity",
          "tax",
          "text"
        ],
        "type": "object",
        "properties": {
          "sku": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Код товара</div>\n<div class=\"apidocs-english\">Product code</div>",
            "nullable": true
          },
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор товара</div>\n<div class=\"apidocs-english\">Product identifier</div>",
            "format": "uuid",
            "nullable": true
          },
          "discountMoney": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Скидка на общую сумму позиции (price * count) в валюте заказа. Диапазон значений от 0 до  `price * count`</div>\n<div class=\"apidocs-english\">Discount on the total position amount (price * count) in the order currency. The range of values is from 0 to `price * count`</div>",
            "format": "double",
            "default": 0
          },
          "positionId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор этой позиции в этом чеке</div>\n<div class=\"apidocs-english\">ID of this position in the receipt</div>",
            "format": "uuid"
          },
          "markingType": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.MarkingTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Тип маркировки</div>\n<div class=\"apidocs-english\">Marking type</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Товары из натурального меха</div><div class=\"apidocs-english\">Natural fur goods</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Лекарственные товары</div><div class=\"apidocs-english\">Medicines</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Табачная продукция</div><div class=\"apidocs-english\">Tobacco</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Обувные товары</div><div class=\"apidocs-english\">Shoes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">5</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Духи и туалетная вода</div><div class=\"apidocs-english\">Perfume</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">6</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Шины и покрышки пневматические резиновые новые</div><div class=\"apidocs-english\">Tires</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">7</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\"><s>Предметы одежды, включая рабочую одежду, изготовленные из натуральной или композиционной кожи.</s> Используйте 11, Товары легкой промышленности.</div><div class=\"apidocs-english\"><s>Leather clothes.</s> Use 11, Light industry goods instead.</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">8</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\"><s>Блузки, блузы и блузоны трикотажные машинного или ручного вязания, женские или для девочек.</s> Используйте 11, Товары легкой промышленности.</div><div class=\"apidocs-english\"><s>Blouses.</s> Use 11, Light industry goods instead.</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">9</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\"><s>Пальто, полупальто, накидки, плащи, куртки (включая лыжные), ветровки, штормовки и аналогичные изделия мужские или для мальчиков.</s> Используйте 11, Товары легкой промышленности.</div><div class=\"apidocs-english\"><s>Man coats.</s> Use 11, Light industry goods instead.</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">10</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\"><s>Пальто, полупальто, накидки, плащи, куртки (включая лыжные), ветровки, штормовки и аналогичные изделия женские или для девочек.</s> Используйте 11, Товары легкой промышленности.</div><div class=\"apidocs-english\"><s>Woman coats.</s> Use 11, Light industry goods instead.</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">11</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Товары легкой промышленности</div><div class=\"apidocs-english\">Light industry goods</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">12</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Фотокамеры (кроме кинокамер), фотовспышки и лампы-вспышки</div><div class=\"apidocs-english\">Cameras</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">13</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Молочная продукция</div><div class=\"apidocs-english\">Dairy</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">14</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Велосипеды и велосипедные рамы</div><div class=\"apidocs-english\">Bicycles</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">15</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Альтернативная табачная продукция</div><div class=\"apidocs-english\">Alternative tobacco</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">16</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Биологически активные добавки к пище (БАД)</div><div class=\"apidocs-english\">Dietary supplements</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">17</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Никотиносодержащая продукция</div><div class=\"apidocs-english\">Nicotine-containing products</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">18</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Пиво, напитки, изготовленные на основе пива, и слабоалкогольные напитки с маркировкой ЧЗ, подлежащие списанию в УТМ ЕГАИС</div><div class=\"apidocs-english\">Beer</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">19</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Медицинские изделия</div><div class=\"apidocs-english\">Medical goods</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">20</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Антисептики и дезинфицирующие средства</div><div class=\"apidocs-english\">Antiseptics</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">21</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Упакованная вода</div><div class=\"apidocs-english\">BottledWater</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">22</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Алкогольная продукция ЕГАИСа</div><div class=\"apidocs-english\">AlcoholEGAIS</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">23</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Немаркированные слабоалкогольные напитки, подлежащие списанию в УТМ ЕГАИС</div><div class=\"apidocs-english\">Unmarked Low Alcohol</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">24</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Безалкогольное пиво</div><div class=\"apidocs-english\">NON ALCOHOLIC BEER</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">25</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Соковая продукция и безалкогольные напитки</div><div class=\"apidocs-english\">SOFT DRINKS</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">26</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Корма для животных</div><div class=\"apidocs-english\">Pet food</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">27</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Морепродукты</div><div class=\"apidocs-english\">Sea food</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">28</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ветеринарные препараты</div><div class=\"apidocs-english\">Vet pharma</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">29</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Консервированная продукция</div><div class=\"apidocs-english\">Conserve</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">30</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Растительные масла</div><div class=\"apidocs-english\">Vegetable oil</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">31</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Косметика, бытовая химия и товары личной гигиены</div><div class=\"apidocs-english\">Chemistry</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">32</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Бакалейная продукция</div><div class=\"apidocs-english\">Grocery</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">33</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Строительные материалы</div><div class=\"apidocs-english\">Construction</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">34</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Моторные масла</div><div class=\"apidocs-english\">Auto fluids</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">35</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Сладости и кондитерские изделия</div><div class=\"apidocs-english\">Sweets</div></div>\n",
            "nullable": true
          },
          "nomenclatureCode": {
            "maxLength": 234,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">Код товарной номенклатуры, Код товара для ОФД, закодированный в base64 , 1162</div>\n<div class=\"apidocs-english tag-value\">Nomenclature code and Good's code for fiscal data operator in base64 encoding, 1162</div>",
            "nullable": true
          },
          "itemCode": {
            "maxLength": 256,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Код Маркированного товара в явном виде (GS-символ спецкод используется для разделения групп информации), 2000</div>\n<div class=\"apidocs-english tag-value\">Item code as scanned from barcode with GS symbols, 2000</div>",
            "nullable": true
          },
          "soldAmount": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Количество проданного товара</div>\n<div class=\"apidocs-english\">Sold amount</div>",
            "format": "double"
          },
          "barcodes": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian\">Список штрих-кодов позиции отложенного заказа</div>\n<div class=\"apidocs-english\">List of barcodes of a pending order item</div>",
            "nullable": true
          },
          "addingType": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.AddingTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Способ добавления позиции в отложенный заказ</div>\n<div class=\"apidocs-english\">A method of adding position in a pending order</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ручное добавление позиции</div><div class=\"apidocs-english\">Manual add</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">С помощью сканера штрих кодов</div><div class=\"apidocs-english\">By barcodes scanner</div></div>\n"
          },
          "addedAt": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата и время добавления позиции в чек или её последнего изменения</div>\n<div class=\"apidocs-english\">Date and time the item was added to the receipt or its last update</div>",
            "format": "date-time"
          },
          "editable": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Возможность редактирования позиции на кассе (значение по умолчанию true)</div>\n<div class=\"apidocs-english\">Possibility to edit the position at the checkout (default value is true)</div>"
          },
          "quantity": {
            "minimum": 0.00001,
            "type": "number",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Количество предмета расчета, 1023</div>\n<div class=\"apidocs-english tag-value\">Quantity, 1023</div>",
            "format": "double"
          },
          "price": {
            "type": "number",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Цена за единицу предмета расчета с учетом скидок и наценок, 1079</div>\n<div class=\"apidocs-english tag-value\">Price per unit of calculation subject to discounts and margins, 1079</div>",
            "format": "double"
          },
          "tax": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.VATRateEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Ставка НДС:</div>\n<div class=\"apidocs-english tag-value\">VAT rate</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 20%. С 1 января 2026 года 22%</div><div class=\"apidocs-english\">VAT rate 20%. 22% starting from 01.01.2026</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 10%</div><div class=\"apidocs-english\">VAT rate 10%</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС расч. 20/120. С 1 января 2026 года 22/122</div><div class=\"apidocs-english\">VAT rate 20/120. 22/122 starting from 01.01.2026</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС расч. 10/110</div><div class=\"apidocs-english\">VAT rate 10/110</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">5</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 0%</div><div class=\"apidocs-english\">VAT rate 10%</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">6</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">НДС не облагается</div><div class=\"apidocs-english\">VAT free</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">7</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 5%</div><div class=\"apidocs-english\">VAT rate 5%</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">8</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 7%</div><div class=\"apidocs-english\">VAT rate 7%</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">9</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС расч. 5/105</div><div class=\"apidocs-english\">VAT rate 5/105</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">10</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС расч. 7/107</div><div class=\"apidocs-english\">VAT rate 7/107</div></div>\n"
          },
          "text": {
            "maxLength": 128,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Наименование предмета расчета, 1030 (необязательное поле при paymentMethodType = 3)</div>\n<div class=\"apidocs-english tag-value\">Name of unity, 1030 (optional field for paymentMethodType = 3)</div>"
          },
          "paymentMethodType": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.PaymentMethodTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Признак способа расчета, 1214</div>\n<div class=\"apidocs-english tag-value\">Payment method type enum, 1214</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Предоплата 100%</div><div class=\"apidocs-english\">100% prepayment</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Частичная предоплата</div><div class=\"apidocs-english\">Partial prepay</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Аванс</div><div class=\"apidocs-english\">Advance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Полный расчёт</div><div class=\"apidocs-english\">Full settlement</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">5</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Частичный расчёт и кредит</div><div class=\"apidocs-english\">Partial settlement and credit</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">6</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Передача в кредит</div><div class=\"apidocs-english\">Credit transfer</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">7</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Оплата кредита</div><div class=\"apidocs-english\">Credit payment</div></div>\n"
          },
          "paymentSubjectType": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.PaymentSubjectTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Признак предмета расчета, 1212</div>\n<div class=\"apidocs-english tag-value\">Payment subject type enum for order, 1212</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Товар</div><div class=\"apidocs-english\">Product</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Подакцизный товар</div><div class=\"apidocs-english\">Excisable product</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Работа</div><div class=\"apidocs-english\">Job</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Услуга</div><div class=\"apidocs-english\">Service</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">5</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка азартной игры</div><div class=\"apidocs-english\">Gambling bet</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">6</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выигрыш азартной игры</div><div class=\"apidocs-english\">Gambling gain</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">7</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Лотерейный билет</div><div class=\"apidocs-english\">Lottery ticket</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">8</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выигрыш лотереи</div><div class=\"apidocs-english\">Lottery winnings</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">9</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Предоставление РИД</div><div class=\"apidocs-english\">Providing the result of intellectual activity</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">10</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Платёж</div><div class=\"apidocs-english\">Payment</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">11</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Агентское вознаграждение</div><div class=\"apidocs-english\">Agent commission</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">12</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выплата</div><div class=\"apidocs-english\">Payout</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">13</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Иной предмет расчета</div><div class=\"apidocs-english\">Other product</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">14</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Имущественное право</div><div class=\"apidocs-english\">Property law</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">15</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Внереализационный доход</div><div class=\"apidocs-english\">Non operating income</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">16</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Иные платежи и взносы</div><div class=\"apidocs-english\">Other payments and fees</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">17</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Торговый сбор</div><div class=\"apidocs-english\">Trading fee</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">18</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Туристический налог</div><div class=\"apidocs-english\">Tourist fee</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">19</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Залог</div><div class=\"apidocs-english\">Deposit</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">20</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Расход</div><div class=\"apidocs-english\">Expense</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">21</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное пенсионное страхование ИП</div><div class=\"apidocs-english\">Mandatory SP's (Sole Proprietor) Pension Insurance </div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">22</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное пенсионное страхование</div><div class=\"apidocs-english\">Mandatory Pension Insurance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">23</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное медицинское страхование ИП</div><div class=\"apidocs-english\">Mandatory SP's Health Insurance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">24</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное медицинское страхование</div><div class=\"apidocs-english\">Mandatory Health Insurance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">25</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное социальное страхование</div><div class=\"apidocs-english\">Mandatory Social Insurance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">26</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Платёж казино</div><div class=\"apidocs-english\">Casino Fee</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">27</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выдача денежных средств</div><div class=\"apidocs-english\">Cash outcome</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">30</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Подакцизный маркированный товар, код маркировки утерян, АТНМ</div><div class=\"apidocs-english\">Excisable goods without marking</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">31</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Подакцизный товар с маркировкой, АТМ</div><div class=\"apidocs-english\">Excisable goods with marking</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">32</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Маркированный товар, код маркировки утерян, ТНМ</div><div class=\"apidocs-english\">Non excisable goods without marking</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">33</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Неподакцизный товар с маркировкой, ТМ</div><div class=\"apidocs-english\">Non excisable goods without marking</div></div>\n"
          },
          "agentInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.Integrations.AgentInfo"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Данные агента, 1223</div>\n<div class=\"apidocs-english tag-value\">Agent info , 1223</div>",
            "nullable": true
          },
          "unitOfMeasurement": {
            "maxLength": 16,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">Единица измерения предмета расчета, 1197</div>\n<div class=\"apidocs-english tag-value\">Position unit of measurement, 1197</div>",
            "nullable": true
          },
          "unitCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.UnitCodeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Мера количества предмета расчета, 2108</div>\n<div class=\"apidocs-english tag-value\">Position unit of measurement, 2108</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">0</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Штука или Единица</div><div class=\"apidocs-english\">Unit</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">10</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Грамм</div><div class=\"apidocs-english\">Gram</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">11</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Килограмм</div><div class=\"apidocs-english\">Kilogram</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">12</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Тонна</div><div class=\"apidocs-english\">Ton</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">20</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Сантиметр</div><div class=\"apidocs-english\">Centimetre</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">21</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Дециметр</div><div class=\"apidocs-english\">Decimeter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">22</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Метр</div><div class=\"apidocs-english\">Metre</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">30</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Квадратный сантиметр</div><div class=\"apidocs-english\">Square centimeter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">31</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Квадратный дециметр</div><div class=\"apidocs-english\">Square decimeter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">32</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Квадратный метр</div><div class=\"apidocs-english\">Square meter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">40</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Миллилитр</div><div class=\"apidocs-english\">Milliliter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">41</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Литр</div><div class=\"apidocs-english\">Litre</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">42</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Кубический метр</div><div class=\"apidocs-english\">Cubic meter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">50</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Киловатт час</div><div class=\"apidocs-english\">Kilowatt hour</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">51</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Гигакаллория</div><div class=\"apidocs-english\">Gigacallory</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">70</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Сутки (день)</div><div class=\"apidocs-english\">Day</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">71</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Час</div><div class=\"apidocs-english\">Hour</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">72</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Минута</div><div class=\"apidocs-english\">Minute</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">73</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Секунда</div><div class=\"apidocs-english\">Second</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">80</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Килобайт</div><div class=\"apidocs-english\">Kilobytes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">81</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Мегабайт</div><div class=\"apidocs-english\">Megabytes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">82</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Гигабайт</div><div class=\"apidocs-english\">Gigabytes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">83</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Терабайт</div><div class=\"apidocs-english\">Terabyte</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">255</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Иное</div><div class=\"apidocs-english\">Other</div></div>\n",
            "nullable": true
          },
          "additionalAttribute": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Дополнительный реквизит предмета расчета, 1191</div>\n<div class=\"apidocs-english tag-value\">Additional attribute, 1191</div>",
            "nullable": true
          },
          "manufacturerCountryCode": {
            "maxLength": 3,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Код страны происхождения товара, 1230</div>\n<div class=\"apidocs-english tag-value\">Manufacturer country code, 1230</div>",
            "nullable": true
          },
          "customsDeclarationNumber": {
            "maxLength": 32,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Номер таможенной декларации, 1231</div>\n<div class=\"apidocs-english tag-value\">Customs declaration number, 1231</div>",
            "nullable": true
          },
          "supplierINN": {
            "maxLength": 12,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">ИНН поставщика, 1226</div>\n<div class=\"apidocs-english tag-value\">TIN of the supplier, 1226</div>",
            "nullable": true
          },
          "supplierInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.Integrations.SupplierInfo"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Данные поставщика, 1224</div>\n<div class=\"apidocs-english tag-value\">Supplier info, 1224</div>",
            "nullable": true
          },
          "excise": {
            "type": "number",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Акциз, 1229</div>\n<div class=\"apidocs-english tag-value\">Excise, 1229</div>",
            "format": "double",
            "nullable": true
          },
          "agentType": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.AgentTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Признак агента по предмету расчета, 1222</div>\n<div class=\"apidocs-english tag-value\">Agent type, 1222</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 0 (1)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Банковский платежный агент</div><div class=\"apidocs-english\">Payment bank agent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 1 (2)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Банковский платежный субагент</div><div class=\"apidocs-english\">Payment bank sub agent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 2 (4)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Платежный агент</div><div class=\"apidocs-english\">Paying agent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 3 (8)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Платежный субагент</div><div class=\"apidocs-english\">Paying sub agent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 4 (16)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Поверенный</div><div class=\"apidocs-english\">Attorney</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 5 (32)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Комиссионер</div><div class=\"apidocs-english\">Comissioner</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 6 (64)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Иной агент</div><div class=\"apidocs-english\">Other agetn</div></div>\n",
            "nullable": true
          },
          "customProperties": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.CustomProperty"
            },
            "description": "<div class=\"apidocs-russian\">Дополнительные параметры</div>\n<div class=\"apidocs-english\">Extra options</div>",
            "nullable": true
          },
          "industryAttribute": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.CommonApi.IndustryAttribute"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Отраслевой реквизит предмета расчёта, 1260</div>\n<div class=\"apidocs-english tag-value\">Position industry attribute, 1260</div>",
            "nullable": true
          },
          "noReturn": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.NoReturnEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Данный параметр позволяет полностью отключить возможность возврата позиции.</div>\n<div class=\"apidocs-english\">This parameter allows completely disable position refund</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">0</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выключен</div><div class=\"apidocs-english\">Off</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Включен</div><div class=\"apidocs-english\">On</div></div>\n",
            "nullable": true
          },
          "discountPercent": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Скидка на позиции, проценты</div>\n<div class=\"apidocs-english\">Discount on positions, percent</div>",
            "format": "float"
          },
          "maxDiscountPercent": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Максимальный процент скидки</div>\n<div class=\"apidocs-english\">Maximum discount percentage</div>",
            "format": "float"
          },
          "minPrice": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Минимальная цена, за которую может быть продан товар из этой позиции</div>\n<div class=\"apidocs-english\">The minimum price for which a product from this position can be sold</div>",
            "format": "float"
          },
          "isWeight": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Весовой ли товар 0-Штучный 1-Весовой</div>\n<div class=\"apidocs-english\">Item Type 0-Piece 1-Weight</div>",
            "format": "int32",
            "default": 0
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.CommonApi.QrPayTransaction": {
        "type": "object",
        "properties": {
          "operationId": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор операции</div>\n<div class=\"apidocs-english\">Operation identifier</div>",
            "nullable": true
          },
          "orderId": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор чека</div>\n<div class=\"apidocs-english\">Receipt identifier</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.CommonApi.Reconciliations": {
        "type": "object",
        "properties": {
          "slip": {
            "maxLength": 4000,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Текст слипа сверки итогов</div>\n<div class=\"apidocs-english\">Slip text</div>",
            "nullable": true
          },
          "errorCode": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Код ошибки сверки итогов</div>\n<div class=\"apidocs-english\">Error code</div>",
            "format": "int32"
          },
          "errorMessage": {
            "maxLength": 4000,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Сообщение об ошибке при сверке итогов</div>\n<div class=\"apidocs-english\">Error message</div>",
            "nullable": true
          },
          "responseCode": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Код ответа</div>\n<div class=\"apidocs-english\">Response code</div>",
            "nullable": true
          },
          "approvalNumber": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Код авторизации</div>\n<div class=\"apidocs-english\">Approval code</div>",
            "nullable": true
          },
          "rrn": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Retrieval Reference Number</div>\n<div class=\"apidocs-english\">Retrieval Reference Number</div>",
            "nullable": true
          },
          "originalAmount": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Итоговая сумма, подсчитанная на терминале</div>\n<div class=\"apidocs-english\">Terminal total sum</div>",
            "nullable": true
          },
          "amount": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Итоговая сумма, переданная сервером авторизации</div>\n<div class=\"apidocs-english\">Total sum</div>",
            "nullable": true
          },
          "dateTime": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата и время проведения сверки итогов</div>\n<div class=\"apidocs-english\">Date and time of reconciliation</div>",
            "nullable": true
          },
          "tid": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор (номер) терминала</div>\n<div class=\"apidocs-english\">Terminal ID</div>",
            "nullable": true
          },
          "mid": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор владельца терминала</div>\n<div class=\"apidocs-english\">Merchant ID</div>",
            "nullable": true
          },
          "currency": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Код валюты</div>\n<div class=\"apidocs-english\">Currency code</div>",
            "format": "int32"
          },
          "from": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата и время первой транзакции в сверке</div>\n<div class=\"apidocs-english\">Date and time of the first transaction in the reconciliation</div>",
            "nullable": true
          },
          "to": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата и время последней транзакции в сверке</div>\n<div class=\"apidocs-english\">Date and time of the last transaction in the reconciliation</div>",
            "nullable": true
          },
          "num": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Количество транзакций в сверке</div>\n<div class=\"apidocs-english\">Count of transaction in the reconciliation</div>",
            "format": "int32"
          },
          "batchUpload": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">В случае если суммы при сверке не совпали, требуется загрузка транзакций</div>\n<div class=\"apidocs-english\">Batch upload</div>",
            "nullable": true
          },
          "artResponseCode": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Код ответа на запрос, завершающий загрузку транзакций</div>\n<div class=\"apidocs-english\">Response code to the request that completes the download of transactions</div>",
            "nullable": true
          },
          "covResponseCode": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Код возврата операции очистки журнала</div>\n<div class=\"apidocs-english\">The return code of the log cleanup operation</div>",
            "nullable": true
          },
          "covRrn": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">RRN операции очистки журнала</div>\n<div class=\"apidocs-english\">RRN log cleanup operations</div>",
            "nullable": true
          },
          "settlementResult": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Результат операции сверки итогов</div>\n<div class=\"apidocs-english\">Result of reconciliation operation</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.CommonApi.Spasibo": {
        "type": "object",
        "properties": {
          "credit": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.CommonApi.Credit"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация о зачислении бонусов на карту</div>\n<div class=\"apidocs-english\">Information on crediting bonuses</div>",
            "nullable": true
          },
          "debit": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.CommonApi.Debit"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация о списании бонусов c карты</div>\n<div class=\"apidocs-english\">Information on writing off bonuses from the card</div>",
            "nullable": true
          }
        },
        "additionalProperties": false,
        "description": "<div class=\"apidocs-russian\">\"Спасибо\" транзакции по платежу</div>\n<div class=\"apidocs-english\">\"Spasibo\" transactions for a payment</div>"
      },
      "NebularApi.Models.CommonApi.Taxes": {
        "type": "object",
        "properties": {
          "vat20": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.CommonApi.CashModeSums"
              }
            ],
            "description": "<div class=\"apidocs-russian\">НДС 20%</div>\n<div class=\"apidocs-english\">Vat 20%</div>",
            "nullable": true
          },
          "vat10": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.CommonApi.CashModeSums"
              }
            ],
            "description": "<div class=\"apidocs-russian\">НДС 10%</div>\n<div class=\"apidocs-english\">Vat 10%</div>",
            "nullable": true
          },
          "vat0": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.CommonApi.CashModeSums"
              }
            ],
            "description": "<div class=\"apidocs-russian\">НДС 0%</div>\n<div class=\"apidocs-english\">Vat 0%</div>",
            "nullable": true
          },
          "withoutVat": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.CommonApi.CashModeSums"
              }
            ],
            "description": "<div class=\"apidocs-russian\">без НДС</div>\n<div class=\"apidocs-english\">Without vat</div>",
            "nullable": true
          },
          "vat120": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.CommonApi.CashModeSums"
              }
            ],
            "description": "<div class=\"apidocs-russian\">НДС 20/120%</div>\n<div class=\"apidocs-english\">Vat 20/120%</div>",
            "nullable": true
          },
          "vat110": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.CommonApi.CashModeSums"
              }
            ],
            "description": "<div class=\"apidocs-russian\">НДС 10/110%</div>\n<div class=\"apidocs-english\">Vat 10/110%</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.CommonApi.Сounters": {
        "type": "object",
        "properties": {
          "taxes": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.CommonApi.Taxes"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Суммы по типам налогов</div>\n<div class=\"apidocs-english\">Taxes sum</div>",
            "nullable": true
          },
          "money": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.CommonApi.Money"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Суммы по типам оплаты</div>\n<div class=\"apidocs-english\">Money sum</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.DeviceOperations.CashierInfoReqV3": {
        "type": "object",
        "properties": {
          "id": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор пользователя (кассира) в системе aQsi.\n            Используется для фильтрации и агрегации данных.\n            Если кассир не найден на кассе - вернётся ошибка [ProcessingError.BadCashierId]</div>\n<div class=\"apidocs-english\">User id</div>",
            "nullable": true
          },
          "externalId": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор пользователя (кассира) во внешней системе. Используется для фильтрации и агрегации данных.\n            Этот идентификатор не обязан существовать в системе aQsi.</div>\n<div class=\"apidocs-english\">User external id</div>",
            "nullable": true
          },
          "positionAndSurname": {
            "maxLength": 64,
            "minLength": 3,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1021) Должность и Фамилия пользователя (кассира). Поле должно иметь длину от 3 до 64 символов включительно и содержать символ пробела, иначе вернётся ошибка [ProcessingError.BadCashierPositionAndSurname]</div>\n<div class=\"apidocs-english\">(Tag 1021) User position and last name</div>",
            "nullable": true
          },
          "inn": {
            "maxLength": 12,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1203) ИНН пользователя (кассира). Если имеет некорректный формат - вернётся ошибка [ProcessingError.BadCashierInn]</div>\n<div class=\"apidocs-english\">(Tag 1203) User TIN</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.DeviceOperations.DeviceOperationByIdResponseV3": {
        "required": [
          "createdAt",
          "deviceId",
          "isCancellationRequested",
          "operationId",
          "status",
          "type",
          "updatedAt"
        ],
        "type": "object",
        "properties": {
          "operationId": {
            "type": "string",
            "format": "uuid"
          },
          "deviceId": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Идентификатор устройства</div>\n<div class=\"apidocs-english\">Device id</div>",
            "format": "int32"
          },
          "ttlMillis": {
            "type": "integer",
            "description": "Время (мс) в течении которого операция может находиться в очереди или в ожидающей фазе процессинга",
            "format": "int32",
            "nullable": true
          },
          "type": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.OperationTypeEnum"
              }
            ],
            "description": "Код типа операции\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">shift.open</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Открытие смены</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">shift.close</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Закрытие смены</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">correction.process</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Формирование чека коррекции</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">fiscalization.nonFiscal</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Настроить на формирование чеков в нефискальном режиме</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">fiscalization.orangeData</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Настроить на формирование чеков через облачные кассы Orange Data</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">fiscalization.fiscalStorage105</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Настроить на формирование чеков через фискальный накопитель по формату фискальных документов 1.05</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">fiscalization.fiscalStorage120</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Настроить на формирование чеков через фискальный накопитель по формату фискальных документов 1.2</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">acquiring.config</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Обновление эквайринговой конфигурации и ключей</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">acquiring.purchase</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Эквайринговая оплата</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">acquiring.refund</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Эквайринговый возврат</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">acquiring.reversal</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Эквайринговая отмена</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">reconciliation</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Эквайринговая сверка</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">receipt.process</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Формирование чека</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">acquiring.payout</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Эквайринговая выплата</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">fiscal.storage.info</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Прочитать состояние ФН</div><div class=\"apidocs-english\"></div></div>\n"
          },
          "isCancellationRequested": {
            "type": "boolean",
            "description": "флаг, показывающий, что клиент запросил отмену операции"
          },
          "status": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.OperationStatus"
              }
            ],
            "description": "Статус операции\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">Pending</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Операция находится в очереди. Отмена операции в этом статусе происходит моментально</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">Processing</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Операция выполняется. Для отмены операции в этом статусе требуется подтверждение от кассы</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">Finishing</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Операция выполнена, обработка результата на бэке. Можно отправлять следующую команду. Операция в этом статусе не может быть отменена</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">Completed</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Процесс завершился успешно (финальный)</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">Canceled</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Процесс отменён клиентом (финальный)</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">Timeout</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Процесс отменён по таймауту (финальный)</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">Error</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Процесс завершился ошибкой (финальный)</div><div class=\"apidocs-english\"></div></div>\n"
          },
          "createdAt": {
            "type": "string",
            "description": "Дата создания в формате yyyy-MM-dd'T'hh:mm:ss.SSSZZZZZ",
            "format": "date-time"
          },
          "updatedAt": {
            "type": "string",
            "description": "Дата последнего обновления в формате yyyy-MM-dd'T'hh:mm:ss.SSSZZZZZ",
            "format": "date-time"
          },
          "problems": {
            "type": "string",
            "description": "Строка с кодами ошибок/предупреждений через запятую",
            "nullable": true
          },
          "info": {
            "type": "string",
            "description": "JSON String - сопутствующие проблемам данные",
            "nullable": true
          },
          "message": {
            "type": "string",
            "description": "Пояснение по состоянию и проблемам",
            "nullable": true
          },
          "result": {
            "type": "string",
            "description": "JSON строка с данными результата операции. Эквивалентна ответу на запрос получения сущности по id в рамках этого API",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.DeviceOperations.DeviceOperationCreatedResponseV3": {
        "required": [
          "operationId"
        ],
        "type": "object",
        "properties": {
          "operationId": {
            "type": "string",
            "format": "uuid"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.DeviceOperations.FiscalReports.FiscalReportRequest105V3": {
        "required": [
          "address",
          "deviceId",
          "isAutomaticMode",
          "isBsoAutomate",
          "isDataEncryption",
          "isGamblingBusiness",
          "isLotteryBusiness",
          "isOfflineMode",
          "isOnlineOnly",
          "isPrinterInAutomate",
          "isServiceOnly",
          "isTradeExcisableGoods",
          "orgInn",
          "orgName",
          "place",
          "regNumber"
        ],
        "type": "object",
        "properties": {
          "deviceId": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Идентификатор устройства</div>\n<div class=\"apidocs-english\">Device id</div>",
            "format": "int32"
          },
          "ttlMillis": {
            "type": "integer",
            "description": "Время (мс) в течении которого операция может находиться в очереди или в ожидающей фазе процессинга",
            "format": "int32",
            "nullable": true
          },
          "regNumber": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1037) Регистрационный номер ККТ</div>\n<div class=\"apidocs-english\"></div>"
          },
          "orgInn": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1018) ИНН юрлица. Если не задан или имеет неверный формат - вернётся ошибка ProcessingError.BadOrgInn.</div>\n<div class=\"apidocs-english\"></div>"
          },
          "orgName": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1048) Название организации или ФИО ИП. Если не задан - вернётся ошибка ProcessingError.BadOrgName.</div>\n<div class=\"apidocs-english\"></div>"
          },
          "address": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1009) Адрес установки ККТ. Если не задан - вернётся ошибка ProcessingError.BadAddress.</div>\n<div class=\"apidocs-english\"></div>"
          },
          "place": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1187) Место установки ККТ.Если не задан - вернётся ошибка ProcessingError.BadPlace.</div>\n<div class=\"apidocs-english\"></div>"
          },
          "cashierInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.CashierInfoReqV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация о лице, уполномоченном для проведения операции.Если не указана, будет передан текущий активный кассир, либо вернётся ошибка ProcessingError.NoActiveCashier.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "ofdInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.FiscalReports.OfdInfoV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Конфигурация ОФД.Не требуется в случае работы в автономном режиме isOfflineMode.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "taxSystemsBitset": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.TaxSystemsBitsetEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">(тег 1062) Допустимые при пробитии чеков системы налогообложения TaxSystems в формате битовой маски. Если не указаны, валидация СНО при пробитии чека выполняться не будет, а также не потребуется перефискализация при смене СНО.</div>\n<div class=\"apidocs-english\"></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 0 (1)</div><div style=\"margin: 0 0.25em;\">-</div>Общая, ОСН</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 1 (2)</div><div style=\"margin: 0 0.25em;\">-</div>Упрощенная доход, УСН доход</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 2 (4)</div><div style=\"margin: 0 0.25em;\">-</div>Упрощенная доход минус расход, УСН доход - расход</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 3 (8)</div><div style=\"margin: 0 0.25em;\">-</div><s>Единый налог на вмененный доход, ЕНВД</s> (ЕНВД не действует с 1 января 2021 года)</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 4 (16)</div><div style=\"margin: 0 0.25em;\">-</div>Единый сельскохозяйственный налог, ЕСН</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 5 (32)</div><div style=\"margin: 0 0.25em;\">-</div>Патентная система налогообложения, Патент</div>\n",
            "nullable": true
          },
          "isAutomaticMode": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">(тег 1001) Признак автоматического режима</div>\n<div class=\"apidocs-english\"></div>"
          },
          "automateNumber": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1036) Номер автомата. Заполняется только при указании признака автоматического режима NebularApi.Models.DeviceOperations.FiscalReports.FiscalReportRequest105V3.IsAutomaticMode</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "isOfflineMode": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">(тег 1002) Признак автономного режима</div>\n<div class=\"apidocs-english\"></div>"
          },
          "isPrinterInAutomate": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">(тег 1221) Признак установки принтера в автомате</div>\n<div class=\"apidocs-english\"></div>"
          },
          "isBsoAutomate": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">(тег 1110) Признак формирования только БСО</div>\n<div class=\"apidocs-english\"></div>"
          },
          "isDataEncryption": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">тег 1056) Признак шифрования данных. Если указано одновременно с NebularApi.Models.DeviceOperations.FiscalReports.FiscalReportRequest105V3.IsAutomaticMode - вернётся ошибка ProcessingError.DataEncryptionNotAvailableInOffline.</div>\n<div class=\"apidocs-english\"></div>"
          },
          "isOnlineOnly": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">(тег 1108) Признак ККТ для расчётов только в Интернет</div>\n<div class=\"apidocs-english\"></div>"
          },
          "isTradeExcisableGoods": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">(тег 1207) Продажа подакцизных товаров</div>\n<div class=\"apidocs-english\"></div>"
          },
          "isServiceOnly": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">(тег 1109) Признак расчётов за услуги</div>\n<div class=\"apidocs-english\"></div>"
          },
          "isGamblingBusiness": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">(тег 1193) Признак проведения азартных игр</div>\n<div class=\"apidocs-english\"></div>"
          },
          "isLotteryBusiness": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">(тег 1126) Признак проведения лотереи</div>\n<div class=\"apidocs-english\"></div>"
          },
          "agentTypesBitset": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.AgentTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">(тег 1057, ФФД 1.1 и ниже) Допустимые при пробитии чеков признаки агента в формате битовой маски.</div>\n<div class=\"apidocs-english\"></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 0 (1)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Банковский платежный агент</div><div class=\"apidocs-english\">Payment bank agent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 1 (2)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Банковский платежный субагент</div><div class=\"apidocs-english\">Payment bank sub agent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 2 (4)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Платежный агент</div><div class=\"apidocs-english\">Paying agent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 3 (8)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Платежный субагент</div><div class=\"apidocs-english\">Paying sub agent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 4 (16)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Поверенный</div><div class=\"apidocs-english\">Attorney</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 5 (32)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Комиссионер</div><div class=\"apidocs-english\">Comissioner</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 6 (64)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Иной агент</div><div class=\"apidocs-english\">Other agetn</div></div>\n",
            "nullable": true
          },
          "refiscalizationReasonCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.RefiscalizationReasonCodeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">(тег 1101) Код причины перерегистрации RefiscalizationReason105.code. При первичной регистрации не указывается. Если указано некорректное значение - вернётся ошибка ProcessingError.BadRefiscalizationReasonCode. Если не указан, но в кассовом ПО или ФН есть информация о фискализации - вернётся ошибка ProcessingError.RefiscalizationRequired.</div>\n<div class=\"apidocs-english\"></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Замена ФН</div><div class=\"apidocs-english\">FS replacement</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Замена ОФД</div><div class=\"apidocs-english\">FDO replacement</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Изменение реквизитов</div><div class=\"apidocs-english\">Requisites change</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Изменение настроек ККТ</div><div class=\"apidocs-english\">Device settings change</div></div>\n",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.DeviceOperations.FiscalReports.FiscalReportRequest120V3": {
        "required": [
          "address",
          "conditionsOfUseBitset",
          "deviceId",
          "isAutomaticMode",
          "isDataEncryption",
          "isOfflineMode",
          "orgInn",
          "orgName",
          "place",
          "regNumber"
        ],
        "type": "object",
        "properties": {
          "deviceId": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Идентификатор устройства</div>\n<div class=\"apidocs-english\">Device id</div>",
            "format": "int32"
          },
          "ttlMillis": {
            "type": "integer",
            "description": "Время (мс) в течении которого операция может находиться в очереди или в ожидающей фазе процессинга",
            "format": "int32",
            "nullable": true
          },
          "regNumber": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1037) Регистрационный номер ККТ</div>\n<div class=\"apidocs-english\"></div>"
          },
          "orgInn": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1018) ИНН юрлица.Если не задан или имеет неверный формат - вернётся ошибка ProcessingError.BadOrgInn.</div>\n<div class=\"apidocs-english\"></div>"
          },
          "orgName": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1048) Название организации или ФИО ИП.Если не задан - вернётся ошибка ProcessingError.BadOrgName.</div>\n<div class=\"apidocs-english\"></div>"
          },
          "address": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1009) Адрес установки ККТ.Если не задан - вернётся ошибка ProcessingError.BadAddress.</div>\n<div class=\"apidocs-english\"></div>"
          },
          "place": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1187) Место установки ККТ. Если не задан - вернётся ошибка ProcessingError.BadPlace.</div>\n<div class=\"apidocs-english\"></div>"
          },
          "cashierInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.CashierInfoReqV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация о лице, уполномоченном для проведения операции. Если не указана, будет передан текущий активный кассир, либо вернётся ошибка ProcessingError.NoActiveCashier.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "ofdInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.FiscalReports.OfdInfoV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Конфигурация ОФД.Не требуется в случае работы в автономном режиме isOfflineMode.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "oismInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.FiscalReports.OismInfoV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Конфигурация ОИСМ.Может быть указана в случае фискализации для работы с маркированными товарами ConditionsOfUse.isTradeLabelGoods для переопределения данных с серверов aQsi.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "taxSystemsBitset": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.TaxSystemsBitsetEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">(тег 1062, не обязательный) Допустимые при пробитии чеков системы налогообложения TaxSystems в формате битовой маски. Если не указаны, валидация СНО при пробитии чека выполняться не будет, а также не потребуется перефискализация при смене СНО.</div>\n<div class=\"apidocs-english\"></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 0 (1)</div><div style=\"margin: 0 0.25em;\">-</div>Общая, ОСН</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 1 (2)</div><div style=\"margin: 0 0.25em;\">-</div>Упрощенная доход, УСН доход</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 2 (4)</div><div style=\"margin: 0 0.25em;\">-</div>Упрощенная доход минус расход, УСН доход - расход</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 3 (8)</div><div style=\"margin: 0 0.25em;\">-</div><s>Единый налог на вмененный доход, ЕНВД</s> (ЕНВД не действует с 1 января 2021 года)</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 4 (16)</div><div style=\"margin: 0 0.25em;\">-</div>Единый сельскохозяйственный налог, ЕСН</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 5 (32)</div><div style=\"margin: 0 0.25em;\">-</div>Патентная система налогообложения, Патент</div>\n",
            "nullable": true
          },
          "refiscalizationReasonsBitset": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.RefiscalizationReasonsBitsetEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">(тег 1205) Причины изменения сведений о ККТ RefiscalizationReasons120 в формате битовой маски. При первичной регистрации не указывается. Если не указан, но в ККТ или ФН есть информация о фискализации - вернётся ошибка ProcessingError.RefiscalizationRequired.</div>\n<div class=\"apidocs-english\"></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 0 (1)</div><div style=\"margin: 0 0.25em;\">-</div>Замена фискального накопителя</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 1 (2)</div><div style=\"margin: 0 0.25em;\">-</div>Замена оператора фискальных данных</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 2 (4)</div><div style=\"margin: 0 0.25em;\">-</div>Изменение наименования пользователя контрольно-кассовой техники</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 3 (8)</div><div style=\"margin: 0 0.25em;\">-</div>Изменение адреса и (или) места установки (применения) контрольно-кассовой техники</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 4 (16)</div><div style=\"margin: 0 0.25em;\">-</div>Вывод ККТ из автономного режима</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 5 (32)</div><div style=\"margin: 0 0.25em;\">-</div>Перевод ККТ в автономный режим</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 6 (64)</div><div style=\"margin: 0 0.25em;\">-</div>Изменение модели ККТ</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 7 (128)</div><div style=\"margin: 0 0.25em;\">-</div>Изменение перечня применяемых систем налогообложения</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 8 (256)</div><div style=\"margin: 0 0.25em;\">-</div>Изменение номера автомата</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 9 (512)</div><div style=\"margin: 0 0.25em;\">-</div>Вывод ККТ из автоматического режима (осуществление расчётов кассиром)</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 10 (1024)</div><div style=\"margin: 0 0.25em;\">-</div>Перевод ККТ в автоматический режим</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 11 (2048)</div><div style=\"margin: 0 0.25em;\">-</div>Перевод ККТ в режим, позволяющий формировать БСО</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 12 (4096)</div><div style=\"margin: 0 0.25em;\">-</div>Вывод ККТ из режима, позволяющего формировать БСО</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 13 (8192)</div><div style=\"margin: 0 0.25em;\">-</div>Вывод ККТ из режима, позволяющего не печатать кассовый чек и БСО</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 14 (16384)</div><div style=\"margin: 0 0.25em;\">-</div>Перевод ККТ в режим, позволяющий не печатать кассовый чек и БСО</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 17 (131072)</div><div style=\"margin: 0 0.25em;\">-</div>Вывод ККТ из режима, позволяющего применять ККТ при осуществлении деятельности по проведению азартных игр</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 18 (262144)</div><div style=\"margin: 0 0.25em;\">-</div>Перевод ККТ в режим, позволяющий применять ККТ при осуществлении деятельности по проведению азартных игр</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 19 (524288)</div><div style=\"margin: 0 0.25em;\">-</div>Вывод ККТ из режима, позволяющего применять ККТ при осуществлении деятельности по проведению лотерей</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 20 (1048576)</div><div style=\"margin: 0 0.25em;\">-</div>Перевод ККТ в режим, позволяющий применять ККТ при осуществлении деятельности по проведению лотерей</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 21 (2097152)</div><div style=\"margin: 0 0.25em;\">-</div>Изменение версии ФФД</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 31 (-2147483648)</div><div style=\"margin: 0 0.25em;\">-</div>Иные причины</div>\n",
            "nullable": true
          },
          "isAutomaticMode": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">(тег 1001) Признак автоматического режима</div>\n<div class=\"apidocs-english\"></div>"
          },
          "automateNumber": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1036) Номер автомата. Заполняется только при указании признака автоматического режима NebularApi.Models.DeviceOperations.FiscalReports.FiscalReportRequest120V3.IsAutomaticMode</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "isDataEncryption": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">(тег 1056) Признак шифрования данных.Если указано одновременно с NebularApi.Models.DeviceOperations.FiscalReports.FiscalReportRequest120V3.IsAutomaticMode - вернётся ошибка ProcessingError.DataEncryptionNotAvailableInOffline.</div>\n<div class=\"apidocs-english\"></div>"
          },
          "isOfflineMode": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">(тег 1002) Признак автономного режима</div>\n<div class=\"apidocs-english\"></div>"
          },
          "conditionsOfUseBitset": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.ConditionsOfUseBitsetEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">(тег 1290) Признаки условий применения ККТ в формате битовой маски.</div>\n<div class=\"apidocs-english\"></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 1 (2)</div><div style=\"margin: 0 0.25em;\">-</div>(тег 1221 на ФФД 1.1 и ниже) Признак установки принтера в автомате</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 2 (4)</div><div style=\"margin: 0 0.25em;\">-</div>(тег 1110 на ФФД 1.1 и ниже) Признак формирования только БСО</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 5 (32)</div><div style=\"margin: 0 0.25em;\">-</div>(тег 1108 на ФФД 1.1 и ниже) Признак ККТ для расчётов только в Интернет</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 6 (64)</div><div style=\"margin: 0 0.25em;\">-</div>(тег 1207 на ФФД 1.1 и ниже) Продажа подакцизных товаров</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 8 (256)</div><div style=\"margin: 0 0.25em;\">-</div>Признак торговли маркированными товарами</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 9 (512)</div><div style=\"margin: 0 0.25em;\">-</div>(тег 1109 на ФФД 1.1 и ниже) Признак расчётов за услуги</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 10 (1024)</div><div style=\"margin: 0 0.25em;\">-</div>(тег 1193 на ФФД 1.1 и ниже) Признак проведения азартных игр</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 11 (2048)</div><div style=\"margin: 0 0.25em;\">-</div>(тег 1126 на ФФД 1.1 и ниже) Признак проведения лотереи</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 12 (4096)</div><div style=\"margin: 0 0.25em;\">-</div>Признак ломбардной деятельности</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 13 (8192)</div><div style=\"margin: 0 0.25em;\">-</div>Признак страховой деятельности</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 14 (16384)</div><div style=\"margin: 0 0.25em;\">-</div>ККТ С ТОРГ. АВТОМАТОМ</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 15 (32768)</div><div style=\"margin: 0 0.25em;\">-</div>ККТ В ОБЩ. ПИТАНИИ</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 16 (65536)</div><div style=\"margin: 0 0.25em;\">-</div>ККТ В ОПТ. ТОРГОВЛЕ С ОРГ. И ИП</div>\n"
          },
          "additionalRequisite": {
            "maxLength": 32,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1274) дополнительный реквизит ООС. </div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "additionalData": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1275) дополнительные данные ООС в формате HEX.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.DeviceOperations.FiscalReports.FiscalReportRequestNonFiscalV3": {
        "required": [
          "address",
          "deviceId",
          "orgInn",
          "orgName",
          "place"
        ],
        "type": "object",
        "properties": {
          "deviceId": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Идентификатор устройства</div>\n<div class=\"apidocs-english\">Device id</div>",
            "format": "int32"
          },
          "ttlMillis": {
            "type": "integer",
            "description": "Время (мс) в течении которого операция может находиться в очереди или в ожидающей фазе процессинга",
            "format": "int32",
            "nullable": true
          },
          "orgInn": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">ИНН юрлица. Если не задан или имеет неверный формат - вернётся ошибка ProcessingError.BadOrgInn.</div>\n<div class=\"apidocs-english\"></div>"
          },
          "orgName": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Название организации или ФИО ИП. Если не задан - вернётся ошибка ProcessingError.BadOrgName.</div>\n<div class=\"apidocs-english\"></div>"
          },
          "address": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Адрес установки ККТ. Если не задан - вернётся ошибка ProcessingError.BadAddress.</div>\n<div class=\"apidocs-english\"></div>"
          },
          "place": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Место установки ККТ. Если не задан - вернётся ошибка ProcessingError.BadPlace.</div>\n<div class=\"apidocs-english\"></div>"
          },
          "cashierInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.CashierInfoReqV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация о лице, уполномоченном для проведения операции. Если не указана, будет передан текущий активный кассир, либо вернётся ошибка ProcessingError.NoActiveCashier.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.DeviceOperations.FiscalReports.FiscalReportRequestOrangeDataV3": {
        "required": [
          "address",
          "deviceId",
          "ffdCode",
          "orgInn",
          "orgName",
          "place",
          "settings"
        ],
        "type": "object",
        "properties": {
          "deviceId": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Идентификатор устройства</div>\n<div class=\"apidocs-english\">Device id</div>",
            "format": "int32"
          },
          "ttlMillis": {
            "type": "integer",
            "description": "Время (мс) в течении которого операция может находиться в очереди или в ожидающей фазе процессинга",
            "format": "int32",
            "nullable": true
          },
          "ffdCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.FfdCodeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Номер версии ФФД, в соответствии с которым формируются данные для пробития чеков на сервере фискализации. Версия ФФД должна совпадать со значением в ЛК ОД. Если указан номер неподдерживаемой версии - вернётся ошибка ProcessingError.BadFfdCode.</div>\n<div class=\"apidocs-english\"></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div>ФФД 1.05</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div>ФФД 1.2</div>\n"
          },
          "orgInn": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">ИНН юрлица. Если не задан или имеет неверный формат - вернётся ошибка ProcessingError.BadOrgInn.</div>\n<div class=\"apidocs-english\"></div>"
          },
          "orgName": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Название организации или ФИО ИП.Если не задан - вернётся ошибка ProcessingError.BadOrgName.</div>\n<div class=\"apidocs-english\"></div>"
          },
          "address": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Адрес установки ККТ. Если не задан - вернётся ошибка ProcessingError.BadAddress.</div>\n<div class=\"apidocs-english\"></div>"
          },
          "place": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Место установки ККТ.Если не задан - вернётся ошибка ProcessingError.BadPlace.</div>\n<div class=\"apidocs-english\"></div>"
          },
          "cashierInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.CashierInfoReqV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация о лице, уполномоченном для проведения операции. Если не указана, будет передан текущий активный кассир, либо вернётся ошибка ProcessingError.NoActiveCashier.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "settings": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.FiscalReportsV3.OrangeDataSettingsV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация о режиме работы ОД.</div>\n<div class=\"apidocs-english\"></div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.DeviceOperations.FiscalReports.OfdInfoV3": {
        "required": [
          "inn"
        ],
        "type": "object",
        "properties": {
          "inn": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1017) ИНН ОФД Если требуется, но не задан или имеет неверный формат - вернётся ошибка ProcessingError.BadOfdInn.Если не удалось связаться с серверами aQsi, вернётся предупреждение ProcessingError.OfdInfoServerUnavailable.Если на серверах aQsi нет информации по указанному ИНН, вернётся предупреждение ProcessingError.UnknownOfdInn.</div>\n<div class=\"apidocs-english\"></div>"
          },
          "name": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1046) наименование ОФД. Если требуется, но не указано и не удалось получить с серверов aQsi, вернётся ошибка ProcessingError.BadOfdName.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "senderEmail": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1117) адрес электронной почты отправителя чека. Если требуется, но не указан и не удалось получить email ОФД с серверов aQsi, вернётся ошибка ProcessingError.BadSenderEmail.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "host": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Адрес сервера ОФД. Если указан, будет использован вместо данных с серверов aQsi.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "port": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Порт сервера ОФД. Если указан, будет использован вместо данных с серверов aQsi.</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int32",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.DeviceOperations.FiscalReports.OismInfoV3": {
        "type": "object",
        "properties": {
          "host": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Адрес сервера ОИСМ. Если указан, будет использован вместо данных с серверов aQsi.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "port": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Порт сервера ОИСМ. Если указан, будет использован вместо данных с серверов aQsi.</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int32",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.DeviceOperations.FiscalStorageInfo.FiscalStorageInfoReqV3": {
        "required": [
          "deviceId"
        ],
        "type": "object",
        "properties": {
          "deviceId": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Идентификатор устройства</div>\n<div class=\"apidocs-english\">Device id</div>",
            "format": "int32"
          },
          "ttlMillis": {
            "type": "integer",
            "description": "Время (мс) в течении которого операция может находиться в очереди или в ожидающей фазе процессинга",
            "format": "int32",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.DeviceOperations.OperationStatus": {
        "enum": [
          "Pending",
          "Processing",
          "Finishing",
          "Completed",
          "Canceled",
          "Timeout",
          "Error"
        ],
        "type": "string"
      },
      "NebularApi.Models.DeviceOperations.OperationTypeEnum": {
        "enum": [
          "shift.open",
          "shift.close",
          "correction.process",
          "fiscalization.nonFiscal",
          "fiscalization.orangeData",
          "fiscalization.fiscalStorage105",
          "fiscalization.fiscalStorage120",
          "acquiring.config",
          "acquiring.purchase",
          "acquiring.refund",
          "acquiring.reversal",
          "reconciliation",
          "receipt.process",
          "acquiring.payout",
          "fiscal.storage.info"
        ],
        "type": "string"
      },
      "NebularApi.Models.DeviceOperations.Receipts.CorrectionRequestV3": {
        "required": [
          "amounts",
          "correctionTypeId",
          "deviceId",
          "info",
          "originalReceiptDate",
          "typeId"
        ],
        "type": "object",
        "properties": {
          "deviceId": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Идентификатор устройства</div>\n<div class=\"apidocs-english\">Device id</div>",
            "format": "int32"
          },
          "ttlMillis": {
            "type": "integer",
            "description": "Время (мс) в течении которого операция может находиться в очереди или в ожидающей фазе процессинга",
            "format": "int32",
            "nullable": true
          },
          "typeId": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.DocTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">(тег 1054) Признак расчёта</div>\n<div class=\"apidocs-english\"></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Приход</div><div class=\"apidocs-english\">Income</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Возврат прихода</div><div class=\"apidocs-english\">Income return</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Расход</div><div class=\"apidocs-english\">Outcome</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Возврат расхода</div><div class=\"apidocs-english\">Outcome return</div></div>\n"
          },
          "correctionTypeId": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.CorrectionTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">(тег 1173) Тип коррекции</div>\n<div class=\"apidocs-english\"></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">0</div><div style=\"margin: 0 0.25em;\">-</div>Самостоятельно</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div>По предписанию</div>\n"
          },
          "originalReceiptDate": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1178, в составе 1174) Дата совершения корректируемого расчёта в формате yyyy-MM-dd</div>\n<div class=\"apidocs-english\"></div>"
          },
          "prescriptionNumber": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1179, в составе 1174) Номер предписания налогового органа. Должен быть указан в случае коррекции по предписанию.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "info": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Receipts.ReceiptInfoReqV3"
              }
            ],
            "description": "Информация о чеке"
          },
          "amounts": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.ReceiptAmounts"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Суммы расчётов по типам оплаты</div>\n<div class=\"apidocs-english\"></div>"
          },
          "taxAmounts": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.ReceiptTaxAmounts"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Суммы расчётов по налоговым ставкам. Должны быть указаны только если не переданы positions. Если указаны вместе с positions, должны соответствовать суммам по позициям.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "positions": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Receipts.ReceiptPositionReqV3"
            },
            "description": "<div class=\"apidocs-russian\">(тег 1059) Список предметов расчёта. На ФФД 1.1 и выше позиции обязательно должны быть указаны.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "useTax20": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Признак необходимости применения устаревших ставок 20 и 20/120.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.DeviceOperations.Receipts.PaymentV3": {
        "required": [
          "amount",
          "type"
        ],
        "type": "object",
        "properties": {
          "type": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.PaymentTypeV3Enum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Тип оплаты.</div>\n<div class=\"apidocs-english\"></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">0</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Наличными</div><div class=\"apidocs-english\">Cash</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Безналичными</div><div class=\"apidocs-english\">Cashless</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">13</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Предоплата</div><div class=\"apidocs-english\">Prepayment</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">14</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Постоплата</div><div class=\"apidocs-english\">Credit</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">15</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Оплата встречным предоставлением</div><div class=\"apidocs-english\">Consideration</div></div>\n"
          },
          "amount": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Сумма оплаты.</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int64"
          },
          "slip": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Receipts.SlipV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация о эквайринговой операции</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.DeviceOperations.Receipts.ReceiptInfoReqV3": {
        "required": [
          "taxSystemCode"
        ],
        "type": "object",
        "properties": {
          "taxSystemCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/DAL.Enums.TaxationSystemAqsiEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">(тег 1055) код применяемой системы налогообложения</div>\n<div class=\"apidocs-english\"></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div>Общая, ОСН</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div>Упрощенная доход, УСН доход</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div>Упрощенная доход минус расход, УСН доход - расход</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">8</div><div style=\"margin: 0 0.25em;\">-</div><s>Единый налог на вмененный доход, ЕНВД</s> (ЕНВД не действует с 1 января 2021 года)</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">16</div><div style=\"margin: 0 0.25em;\">-</div>Единый сельскохозяйственный налог, ЕСН</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">32</div><div style=\"margin: 0 0.25em;\">-</div>Патентная система налогообложения, Патент</div>\n"
          },
          "senderEmail": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1117) Адрес электронной почты отправителя чека.Если не указан, будет взят из текущей фискализации.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "address": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1009) Адрес формирования ФД. Если не указан, будет взят из текущей фискализации.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "place": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1187) Место формирования ФД. Если не указано, будет взято из текущей фискализации.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "cashierInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.CashierInfoReqV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация о лице, уполномоченном для проведения операции. Если не указана, будет передан текущий активный кассир, либо вернётся ошибка</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "customerInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.CustomerInfoV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация о покупателе (клиенте)</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "agentInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.AgentInfoV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">(ФФД 1.1 и ниже) Информация об агенте</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "supplierPhones": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian\">(тег 1171, ФФД 1.1 и ниже) Телефоны поставщика</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "additionalAttribute": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1192) Дополнительный реквизит</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "additionalUserAttribute": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.AdditionalUserAttributeV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">(тег 1084) Дополнительный реквизит пользователя</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "industryAttributes": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.IndustryAttributeV3"
            },
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian\">Отраслевые реквизиты, тег 1261</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "operationalAttribute": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.OperationalAttributeV3"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian\">Операционный реквизит, тег 1270</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "isOnline": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">(тег 1125) Признак расчёта в сети «Интернет». При значении null тег будет сформирован на основании признака фискализации расчётов только в сети «Интернет»</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.DeviceOperations.Receipts.ReceiptPositionInfoReqV3": {
        "required": [
          "baseQuantity",
          "calculationSubjectId",
          "calculationTypeId",
          "finalPrice",
          "name",
          "quantityUnitId",
          "taxRateId"
        ],
        "type": "object",
        "properties": {
          "calculationTypeId": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.PaymentMethodTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Признак способа расчета, 1214</div>\n<div class=\"apidocs-english tag-value\">Payment method type </div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Предоплата 100%</div><div class=\"apidocs-english\">100% prepayment</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Частичная предоплата</div><div class=\"apidocs-english\">Partial prepay</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Аванс</div><div class=\"apidocs-english\">Advance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Полный расчёт</div><div class=\"apidocs-english\">Full settlement</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">5</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Частичный расчёт и кредит</div><div class=\"apidocs-english\">Partial settlement and credit</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">6</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Передача в кредит</div><div class=\"apidocs-english\">Credit transfer</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">7</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Оплата кредита</div><div class=\"apidocs-english\">Credit payment</div></div>\n"
          },
          "calculationSubjectId": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.PaymentSubjectTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Признак предмета расчета, 1212</div>\n<div class=\"apidocs-english tag-value\">Payment subject type enum </div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Товар</div><div class=\"apidocs-english\">Product</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Подакцизный товар</div><div class=\"apidocs-english\">Excisable product</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Работа</div><div class=\"apidocs-english\">Job</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Услуга</div><div class=\"apidocs-english\">Service</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">5</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка азартной игры</div><div class=\"apidocs-english\">Gambling bet</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">6</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выигрыш азартной игры</div><div class=\"apidocs-english\">Gambling gain</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">7</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Лотерейный билет</div><div class=\"apidocs-english\">Lottery ticket</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">8</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выигрыш лотереи</div><div class=\"apidocs-english\">Lottery winnings</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">9</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Предоставление РИД</div><div class=\"apidocs-english\">Providing the result of intellectual activity</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">10</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Платёж</div><div class=\"apidocs-english\">Payment</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">11</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Агентское вознаграждение</div><div class=\"apidocs-english\">Agent commission</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">12</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выплата</div><div class=\"apidocs-english\">Payout</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">13</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Иной предмет расчета</div><div class=\"apidocs-english\">Other product</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">14</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Имущественное право</div><div class=\"apidocs-english\">Property law</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">15</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Внереализационный доход</div><div class=\"apidocs-english\">Non operating income</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">16</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Иные платежи и взносы</div><div class=\"apidocs-english\">Other payments and fees</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">17</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Торговый сбор</div><div class=\"apidocs-english\">Trading fee</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">18</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Туристический налог</div><div class=\"apidocs-english\">Tourist fee</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">19</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Залог</div><div class=\"apidocs-english\">Deposit</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">20</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Расход</div><div class=\"apidocs-english\">Expense</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">21</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное пенсионное страхование ИП</div><div class=\"apidocs-english\">Mandatory SP's (Sole Proprietor) Pension Insurance </div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">22</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное пенсионное страхование</div><div class=\"apidocs-english\">Mandatory Pension Insurance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">23</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное медицинское страхование ИП</div><div class=\"apidocs-english\">Mandatory SP's Health Insurance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">24</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное медицинское страхование</div><div class=\"apidocs-english\">Mandatory Health Insurance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">25</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное социальное страхование</div><div class=\"apidocs-english\">Mandatory Social Insurance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">26</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Платёж казино</div><div class=\"apidocs-english\">Casino Fee</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">27</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выдача денежных средств</div><div class=\"apidocs-english\">Cash outcome</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">30</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Подакцизный маркированный товар, код маркировки утерян, АТНМ</div><div class=\"apidocs-english\">Excisable goods without marking</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">31</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Подакцизный товар с маркировкой, АТМ</div><div class=\"apidocs-english\">Excisable goods with marking</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">32</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Маркированный товар, код маркировки утерян, ТНМ</div><div class=\"apidocs-english\">Non excisable goods without marking</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">33</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Неподакцизный товар с маркировкой, ТМ</div><div class=\"apidocs-english\">Non excisable goods without marking</div></div>\n"
          },
          "name": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Наименование предмета расчета(товара), 1030</div>\n<div class=\"apidocs-english tag-value\">Position name</div>"
          },
          "taxRateId": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.VATRateEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Ставка НДС</div>\n<div class=\"apidocs-english tag-value\">VAT rate</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 20%. С 1 января 2026 года 22%</div><div class=\"apidocs-english\">VAT rate 20%. 22% starting from 01.01.2026</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 10%</div><div class=\"apidocs-english\">VAT rate 10%</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС расч. 20/120. С 1 января 2026 года 22/122</div><div class=\"apidocs-english\">VAT rate 20/120. 22/122 starting from 01.01.2026</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС расч. 10/110</div><div class=\"apidocs-english\">VAT rate 10/110</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">5</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 0%</div><div class=\"apidocs-english\">VAT rate 10%</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">6</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">НДС не облагается</div><div class=\"apidocs-english\">VAT free</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">7</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 5%</div><div class=\"apidocs-english\">VAT rate 5%</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">8</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 7%</div><div class=\"apidocs-english\">VAT rate 7%</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">9</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС расч. 5/105</div><div class=\"apidocs-english\">VAT rate 5/105</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">10</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС расч. 7/107</div><div class=\"apidocs-english\">VAT rate 7/107</div></div>\n"
          },
          "quantityUnitText": {
            "maxLength": 16,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">(тег 1197, ФФД 1.1 и ниже) текст единицы измерения предмета расчёта <a href=\"https://www.consultant.ru/document/cons_doc_LAW_362322/0060b1f1924347c03afbc57a8d4af63888f81c6c/\">см. ссылку</a>. На ФФД 1.2 требуется для определения меры \"ед.\", имеющей одинаковый код с мерой \"шт.\".</div>\n<div class=\"apidocs-english tag-value\">Position unit of measurement, 1197</div>",
            "nullable": true
          },
          "quantityUnitId": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.UnitCodeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Мера количества предмета расчета, 2108</div>\n<div class=\"apidocs-english tag-value\">Position unit of measurement, 2108</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">0</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Штука или Единица</div><div class=\"apidocs-english\">Unit</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">10</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Грамм</div><div class=\"apidocs-english\">Gram</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">11</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Килограмм</div><div class=\"apidocs-english\">Kilogram</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">12</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Тонна</div><div class=\"apidocs-english\">Ton</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">20</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Сантиметр</div><div class=\"apidocs-english\">Centimetre</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">21</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Дециметр</div><div class=\"apidocs-english\">Decimeter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">22</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Метр</div><div class=\"apidocs-english\">Metre</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">30</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Квадратный сантиметр</div><div class=\"apidocs-english\">Square centimeter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">31</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Квадратный дециметр</div><div class=\"apidocs-english\">Square decimeter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">32</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Квадратный метр</div><div class=\"apidocs-english\">Square meter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">40</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Миллилитр</div><div class=\"apidocs-english\">Milliliter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">41</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Литр</div><div class=\"apidocs-english\">Litre</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">42</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Кубический метр</div><div class=\"apidocs-english\">Cubic meter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">50</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Киловатт час</div><div class=\"apidocs-english\">Kilowatt hour</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">51</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Гигакаллория</div><div class=\"apidocs-english\">Gigacallory</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">70</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Сутки (день)</div><div class=\"apidocs-english\">Day</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">71</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Час</div><div class=\"apidocs-english\">Hour</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">72</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Минута</div><div class=\"apidocs-english\">Minute</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">73</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Секунда</div><div class=\"apidocs-english\">Second</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">80</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Килобайт</div><div class=\"apidocs-english\">Kilobytes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">81</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Мегабайт</div><div class=\"apidocs-english\">Megabytes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">82</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Гигабайт</div><div class=\"apidocs-english\">Gigabytes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">83</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Терабайт</div><div class=\"apidocs-english\">Terabyte</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">255</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Иное</div><div class=\"apidocs-english\">Other</div></div>\n"
          },
          "baseQuantity": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian tag-value\">Количество товара. Число с плавающей точкой без потери точности. Используется для вычисления quantity и fractionalQuantity. В случае штучной маркированной позиции baseQuantity должно либо быть равно значению quantityPerBatch, либо быть меньше (дробное количество маркированного товара).</div>\n<div class=\"apidocs-english tag-value\"></div>"
          },
          "quantityPerBatch": {
            "type": "string",
            "description": "<div class=\"apidocs-russian tag-value\">Количество предмета расчёта в партии (упаковке), имеющей общий код идентификации (маркировки) товара. Число с плавающей точкой без потери точности. Значение по-умолчанию '1' будет приниматься в случае отсутствия значения.</div>\n<div class=\"apidocs-english tag-value\"></div>",
            "nullable": true
          },
          "finalPrice": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Цена за единицу предмета расчёта с учётом скидок и наценок, коп., 1079</div>\n<div class=\"apidocs-english tag-value\"></div>",
            "format": "int64"
          },
          "agentInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.AgentInfoV3"
              }
            ],
            "description": "<div class=\"apidocs-russian tag-value\">Информация об агенте</div>\n<div class=\"apidocs-english tag-value\"></div>",
            "nullable": true
          },
          "supplierInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.SupplierInfoV3"
              }
            ],
            "description": "<div class=\"apidocs-russian tag-value\">Информация о поставщике</div>\n<div class=\"apidocs-english tag-value\"></div>",
            "nullable": true
          },
          "nomenclatureCode": {
            "type": "string",
            "description": "<div class=\"apidocs-russian tag-value\">Код товара. Формат будет распознан автоматически.\n            Возможные типы кодов:\n            EAN-8, EAN-13, ITF-14, GS1.M, КТ КМК, КТ МИ, КТ ЕГАИС-2.0, КТ ЕГАИС-3.0, КТ Ф.1, КТ Ф.2, КТ Ф.3, КТ Ф.4, КТ Ф.5, КТ Ф.6\n            </div>\n<div class=\"apidocs-english tag-value\"></div>",
            "nullable": true
          },
          "excise": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Сумма акциза, коп., тег 1229</div>\n<div class=\"apidocs-english tag-value\"></div>",
            "format": "int64",
            "nullable": true
          },
          "countryCode": {
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Значение младших четырёх цифр от десятичного значения контрольной суммы CRC-32, рассчитанной на базе значения реквизита \"код маркировки\" (тег 2000), тег 2115</div>\n<div class=\"apidocs-english tag-value\"></div>",
            "nullable": true
          },
          "declarationNumber": {
            "maxLength": 32,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Номер декларации на товар, тег 1231</div>\n<div class=\"apidocs-english tag-value\"></div>",
            "nullable": true
          },
          "additionalAttribute": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian\">Дополнительный реквизит предмета расчета, тег 1191</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "industryAttributes": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.IndustryAttributeV3"
            },
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian\">Отраслевые реквизиты, тег 1260</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.DeviceOperations.Receipts.ReceiptPositionReqV3": {
        "required": [
          "info"
        ],
        "type": "object",
        "properties": {
          "externalId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор позиции каталога во внешней системе. Нужен для фильтрации и агрегации данных. Этот идентификатор не обязан существовать в системе aQsi.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор позиции каталога в системе aQsi. Нужен для фильтрации и агрегации данных.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "info": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Receipts.ReceiptPositionInfoReqV3"
              }
            ],
            "description": "Информация о позиции"
          },
          "markingType": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.MarkingTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Код типа маркировки. Может быть указан для проверки соответствия формата NebularApi.Services.DeviceOperations.Receipts.ReceiptPositionInfoReq.NomenclatureCode</div>\n<div class=\"apidocs-english\"></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Товары из натурального меха</div><div class=\"apidocs-english\">Natural fur goods</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Лекарственные товары</div><div class=\"apidocs-english\">Medicines</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Табачная продукция</div><div class=\"apidocs-english\">Tobacco</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Обувные товары</div><div class=\"apidocs-english\">Shoes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">5</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Духи и туалетная вода</div><div class=\"apidocs-english\">Perfume</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">6</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Шины и покрышки пневматические резиновые новые</div><div class=\"apidocs-english\">Tires</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">7</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\"><s>Предметы одежды, включая рабочую одежду, изготовленные из натуральной или композиционной кожи.</s> Используйте 11, Товары легкой промышленности.</div><div class=\"apidocs-english\"><s>Leather clothes.</s> Use 11, Light industry goods instead.</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">8</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\"><s>Блузки, блузы и блузоны трикотажные машинного или ручного вязания, женские или для девочек.</s> Используйте 11, Товары легкой промышленности.</div><div class=\"apidocs-english\"><s>Blouses.</s> Use 11, Light industry goods instead.</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">9</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\"><s>Пальто, полупальто, накидки, плащи, куртки (включая лыжные), ветровки, штормовки и аналогичные изделия мужские или для мальчиков.</s> Используйте 11, Товары легкой промышленности.</div><div class=\"apidocs-english\"><s>Man coats.</s> Use 11, Light industry goods instead.</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">10</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\"><s>Пальто, полупальто, накидки, плащи, куртки (включая лыжные), ветровки, штормовки и аналогичные изделия женские или для девочек.</s> Используйте 11, Товары легкой промышленности.</div><div class=\"apidocs-english\"><s>Woman coats.</s> Use 11, Light industry goods instead.</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">11</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Товары легкой промышленности</div><div class=\"apidocs-english\">Light industry goods</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">12</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Фотокамеры (кроме кинокамер), фотовспышки и лампы-вспышки</div><div class=\"apidocs-english\">Cameras</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">13</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Молочная продукция</div><div class=\"apidocs-english\">Dairy</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">14</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Велосипеды и велосипедные рамы</div><div class=\"apidocs-english\">Bicycles</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">15</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Альтернативная табачная продукция</div><div class=\"apidocs-english\">Alternative tobacco</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">16</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Биологически активные добавки к пище (БАД)</div><div class=\"apidocs-english\">Dietary supplements</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">17</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Никотиносодержащая продукция</div><div class=\"apidocs-english\">Nicotine-containing products</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">18</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Пиво, напитки, изготовленные на основе пива, и слабоалкогольные напитки с маркировкой ЧЗ, подлежащие списанию в УТМ ЕГАИС</div><div class=\"apidocs-english\">Beer</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">19</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Медицинские изделия</div><div class=\"apidocs-english\">Medical goods</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">20</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Антисептики и дезинфицирующие средства</div><div class=\"apidocs-english\">Antiseptics</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">21</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Упакованная вода</div><div class=\"apidocs-english\">BottledWater</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">22</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Алкогольная продукция ЕГАИСа</div><div class=\"apidocs-english\">AlcoholEGAIS</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">23</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Немаркированные слабоалкогольные напитки, подлежащие списанию в УТМ ЕГАИС</div><div class=\"apidocs-english\">Unmarked Low Alcohol</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">24</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Безалкогольное пиво</div><div class=\"apidocs-english\">NON ALCOHOLIC BEER</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">25</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Соковая продукция и безалкогольные напитки</div><div class=\"apidocs-english\">SOFT DRINKS</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">26</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Корма для животных</div><div class=\"apidocs-english\">Pet food</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">27</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Морепродукты</div><div class=\"apidocs-english\">Sea food</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">28</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ветеринарные препараты</div><div class=\"apidocs-english\">Vet pharma</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">29</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Консервированная продукция</div><div class=\"apidocs-english\">Conserve</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">30</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Растительные масла</div><div class=\"apidocs-english\">Vegetable oil</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">31</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Косметика, бытовая химия и товары личной гигиены</div><div class=\"apidocs-english\">Chemistry</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">32</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Бакалейная продукция</div><div class=\"apidocs-english\">Grocery</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">33</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Строительные материалы</div><div class=\"apidocs-english\">Construction</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">34</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Моторные масла</div><div class=\"apidocs-english\">Auto fluids</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">35</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Сладости и кондитерские изделия</div><div class=\"apidocs-english\">Sweets</div></div>\n",
            "nullable": true
          },
          "noReturn": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Запрещён ли возврат позиции.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "barcodes": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian\">Штрихкоды, соответствующие позиции. Используются для фильтрации и агрегации данных..</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.DeviceOperations.Receipts.ReceiptReqV3": {
        "required": [
          "deviceId",
          "ignoreItemCodeCheck",
          "info",
          "payments",
          "positions",
          "skipPrinting",
          "typeId"
        ],
        "type": "object",
        "properties": {
          "deviceId": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Идентификатор устройства</div>\n<div class=\"apidocs-english\">Device id</div>",
            "format": "int32"
          },
          "ttlMillis": {
            "type": "integer",
            "description": "Время (мс) в течении которого операция может находиться в очереди или в ожидающей фазе процессинга",
            "format": "int32",
            "nullable": true
          },
          "typeId": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.DocTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">(тег 1054) код признака расчёта</div>\n<div class=\"apidocs-english\"></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Приход</div><div class=\"apidocs-english\">Income</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Возврат прихода</div><div class=\"apidocs-english\">Income return</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Расход</div><div class=\"apidocs-english\">Outcome</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Возврат расхода</div><div class=\"apidocs-english\">Outcome return</div></div>\n"
          },
          "info": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Receipts.ReceiptInfoReqV3"
              }
            ],
            "description": "Информация о чеке"
          },
          "positions": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Receipts.ReceiptPositionReqV3"
            },
            "description": "<div class=\"apidocs-russian\">(тег 1059) Список предметов расчёта</div>\n<div class=\"apidocs-english\"></div>"
          },
          "payments": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Receipts.PaymentV3"
            },
            "description": "<div class=\"apidocs-russian\">Список платежей</div>\n<div class=\"apidocs-english\"></div>"
          },
          "ignoreItemCodeCheck": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Игнорировать результат проверок КМ</div>\n<div class=\"apidocs-english\"></div>"
          },
          "skipPrinting": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Не печатать отчёт, если указан контакт клиента, и касса не настроена на автономный режим работы.</div>\n<div class=\"apidocs-english\"></div>"
          },
          "discountInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.ReceiptDiscountInfoV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Применяемая к чеку скидка.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "roundAmountDownToExponent": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Округлить сумму чека в меньшую сторону до указанного порядка, если позволяют ограничения стоимости позиций. Например, чтобы округлить до рублей нужно указать 2. 0 - не округлять. null - применить округление в соответствии с настройками кассы.</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int32",
            "nullable": true
          },
          "useTax20": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Признак необходимости применения устаревших ставок 20 и 20/120.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.DeviceOperations.Receipts.SlipContentV3": {
        "required": [
          "amount",
          "dateTime",
          "sequenceNumber",
          "type"
        ],
        "type": "object",
        "properties": {
          "type": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Тип транзакции. Возможные значения: `purchase`, `refund`, `reversal`</div>\n<div class=\"apidocs-english\">Transaction type. Possible values: `purchase`, `refund`, `reversal`</div>"
          },
          "amount": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Сумма транзакции, коп.</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int64"
          },
          "dateTime": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата и время проведения транзакции в формате yyyy-MM-dd'T'hh:mm:ss.SSSZZZZZ</div>\n<div class=\"apidocs-english\"></div>"
          },
          "sequenceNumber": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(SEQ) Порядковый номер. Некоторые номера могут быть пропущены. На некоторых ЭЯ сбрасывается после сверки итогов. Примеры: 0001; ABC-001-2024</div>\n<div class=\"apidocs-english\"></div>"
          },
          "retrievalReferenceNumber": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(RRN) уникальный идентификатор транзакции в платежной системе банка. Примеры: 148096276771; ABC123456789</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "transactionId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Уникальный идентификатор транзакции в системе платёжного агента. Пример: 00112233-4455-6677-8899-aabbccddeeff</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "terminalId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(TID) идентификатор терминала. Примеры: 04206819; POS12345</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "sbpTerminalId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор терминала СБП</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "merchantId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(MID) идентификатор владельца терминала. Примеры: 012345678912345; MERCH12345678</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "applicationId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(AID) идентификатор приложения EMV карты. Пример: A00000000031010</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "applicationPreferredName": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(APN) имя приложения EMV карты. Пример: VISA Classic</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "maskedCardNumber": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Маскированный номер карты. Открытая часть - PAN (Primary Account Number). Примеры: 1234; ************1234</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "cardholder": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Имя держателя карты</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "cardExpirationDate": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата окончания срока действия карты в формате yyММdd</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "isPinEntered": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Верификация с помощью ПИН-кода</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "isPinOnline": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Верификация ПИН-кода произведена сервером эмитента или с помощью чипа EMV карты</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "isCardholderDeviceVerification": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">(CDCVM, Consumer Device Cardholder Verification Method) верификация с помощью устройства держателя карты.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "isCardholderSignRequired": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Признак необходимости наличия подписи держателя карты в чеке</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "authCode": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Код авторизации. Пример: AFK045</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "responseCode": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Код ответа сервера авторизации. Пример: 000</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "responseMessage": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Сообщение сервера авторизации</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "transactionStatusInfo": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(TSI) информация о статусе транзакции. Пример: EF00</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "terminalVerificationResult": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(TVR) результат верификации через терминал. Пример: 2040300000</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "authRequestCryptogram": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(ARQC) криптограмма запроса на авторизацию, генерируемая на основе данных транзакции. Пример: 1F1F3B0DC2A12EC5</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "keyVerificationResult": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(KVR) Результат проверки криптоключа</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "issuerIdentificationNumber": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(IIN) Идентификационный номер эмитента. Первые 6-8 цифр номера платежной карты.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "currencyCode": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Цифровой код валюты общероссийского классификатора валют. Пример: 643</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "iface": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Метод, использованный для совершения транзакции. Пример: contactless</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "acquirerBankName": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Наименование банка эквайера</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "acquirerAgentName": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Наименование платёжной системы</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "text": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Текст слипа, полученный от эквайрингового ядра</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          }
        },
        "additionalProperties": false,
        "description": "Информация о транзакции, вернувшаяся от Эквайрингового ядра после успешного завершения операции"
      },
      "NebularApi.Models.DeviceOperations.Receipts.SlipV3": {
        "required": [
          "content",
          "id"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор в системе aQsi</div>\n<div class=\"apidocs-english\"></div>"
          },
          "content": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.Receipts.SlipContentV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация об операции</div>\n<div class=\"apidocs-english\"></div>"
          },
          "orgName": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Наименование организации, если устройство фискализировано</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "calculationAddress": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Адрес установки терминала, если устройство фискализировано</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "cashierId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор кассира в системе aQsi, если на устройстве есть активный кассир</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "originalId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор исходного слипа в системе aQsi, в случае возврата/отмены</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.DeviceOperations.Reconciliations.ReconciliationRequestV3": {
        "required": [
          "deviceId"
        ],
        "type": "object",
        "properties": {
          "deviceId": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Идентификатор устройства</div>\n<div class=\"apidocs-english\">Device id</div>",
            "format": "int32"
          },
          "ttlMillis": {
            "type": "integer",
            "description": "Время (мс) в течении которого операция может находиться в очереди или в ожидающей фазе процессинга",
            "format": "int32",
            "nullable": true
          },
          "skipPrinting": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Требуется ли печатать отчёт.</div>\n<div class=\"apidocs-english\">Flag to skip report printing</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.DeviceOperations.Shifts.ShiftCloseRequestV3": {
        "required": [
          "deviceId"
        ],
        "type": "object",
        "properties": {
          "deviceId": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Идентификатор устройства</div>\n<div class=\"apidocs-english\">Device id</div>",
            "format": "int32"
          },
          "ttlMillis": {
            "type": "integer",
            "description": "Время (мс) в течении которого операция может находиться в очереди или в ожидающей фазе процессинга",
            "format": "int32",
            "nullable": true
          },
          "id": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор смены которую нужно закрыть</div>\n<div class=\"apidocs-english\">Shift id to close</div>",
            "nullable": true
          },
          "cashierInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.CashierInfoReqV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация о лице, уполномоченном для проведения операции. Если не указана, будет передан текущий активный кассир, либо вернётся ошибка [ProcessingError.NoActiveCashier].</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "address": {
            "maxLength": 256,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1009) Адрес формирования ФД. Если не указан, будет взят из текущей фискализации.</div>\n<div class=\"apidocs-english\">(tag 1009) Address where fiscal document was created. When not specified address from fiscalization will be used.</div>",
            "nullable": true
          },
          "place": {
            "maxLength": 256,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1187) Место формирования ФД. Если не указано, будет взято из текущей фискализации.</div>\n<div class=\"apidocs-english\">(tag 1187) Place where fiscal document was created. When not specified place from fiscalization will be used.</div>",
            "nullable": true
          },
          "additionalRequisite": {
            "maxLength": 32,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1278) дополнительный реквизит ОЗС</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "additionalData": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1279) дополнительные данные ОЗС в формате HEX</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "skipPrinting": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Требуется ли печатать отчёт.</div>\n<div class=\"apidocs-english\">Flag to skip report printing</div>",
            "nullable": true
          },
          "printSums105": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">(ФФД 1.05) Печатать отчёт о состоянии расчётов в конце отчёта о закрытии смены. Если не указано, будет взято из настроек кассы. Игнорируется, если [skipPrinting] == true.</div>\n<div class=\"apidocs-english\">(FFD 1.05) Print current settlements report after z-report. When not set device setting will be used. Ignored when  [skipPrinting] == true.</div>",
            "nullable": true
          },
          "doNotPrintShiftTotals": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">(ФФД 1.2) Не печатать счётчики итогов смены. Если не указано, будет взято из настроек кассы. Игнорируется, если [skipPrinting] == true.</div>\n<div class=\"apidocs-english\">(FFD 1.2) Do not print shift totals counters. When not set device setting will be used. Ignored when  [skipPrinting] == true.</div>",
            "nullable": true
          },
          "doNotPrintFnTotals": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">(ФФД 1.2) (ФФД 1.2) Не печатать счётчики итогов ФН. Если не указано, будет взято из настроек кассы. Игнорируется, если [skipPrinting] == true.</div>\n<div class=\"apidocs-english\">(FFD 1.2) Do not print fiscal storage shift totals counters. When not set device setting will be used. Ignored when  [skipPrinting] == true.</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.DeviceOperations.Shifts.ShiftOpenRequestV3": {
        "required": [
          "deviceId"
        ],
        "type": "object",
        "properties": {
          "deviceId": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Идентификатор устройства</div>\n<div class=\"apidocs-english\">Device id</div>",
            "format": "int32"
          },
          "ttlMillis": {
            "type": "integer",
            "description": "Время (мс) в течении которого операция может находиться в очереди или в ожидающей фазе процессинга",
            "format": "int32",
            "nullable": true
          },
          "address": {
            "maxLength": 256,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1009) Адрес формирования ФД. Если не указан, будет взят из текущей фискализации.</div>\n<div class=\"apidocs-english\">(tag 1009) Address where fiscal document was created. When not specified address from fiscalization will be used.</div>",
            "nullable": true
          },
          "place": {
            "maxLength": 256,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1187) Место формирования ФД. Если не указано, будет взято из текущей фискализации.</div>\n<div class=\"apidocs-english\">(tag 1187) Place where fiscal document was created. When not specified place from fiscalization will be used.</div>",
            "nullable": true
          },
          "cashierInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.DeviceOperations.CashierInfoReqV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация о лице, уполномоченном для проведения операции. Если не указана, будет передан текущий активный кассир, либо вернётся ошибка [ProcessingError.NoActiveCashier].</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "additionalRequisite": {
            "maxLength": 32,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1276) дополнительный реквизит ООС</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "additionalData": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1277) дополнительные данные ООС в формате HEX</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "skipPrinting": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Требуется ли печатать отчёт.</div>\n<div class=\"apidocs-english\">Flag to skip report printing</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.DeviceOperations.Slips.ConfigReqV3": {
        "required": [
          "deviceId"
        ],
        "type": "object",
        "properties": {
          "deviceId": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Идентификатор устройства</div>\n<div class=\"apidocs-english\">Device id</div>",
            "format": "int32"
          },
          "ttlMillis": {
            "type": "integer",
            "description": "Время (мс) в течении которого операция может находиться в очереди или в ожидающей фазе процессинга",
            "format": "int32",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.DeviceOperations.Slips.PurchaseReqV3": {
        "required": [
          "amount",
          "deviceId"
        ],
        "type": "object",
        "properties": {
          "deviceId": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Идентификатор устройства</div>\n<div class=\"apidocs-english\">Device id</div>",
            "format": "int32"
          },
          "ttlMillis": {
            "type": "integer",
            "description": "Время (мс) в течении которого операция может находиться в очереди или в ожидающей фазе процессинга",
            "format": "int32",
            "nullable": true
          },
          "amount": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Сумма платежа</div>\n<div class=\"apidocs-english\">Payment sum</div>",
            "format": "int64"
          },
          "mode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Services.DeviceOperations.Slips.PaymentMode"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Режим оплаты. Применяется только при наличии поддержки со стороны используемого эквайрингового ядра.</div>\n<div class=\"apidocs-english\">Payment sum</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">card_only</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Оплата картой</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">sbp_with_card</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Оплата картой или по QR коду</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">sbp_only</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Оплата по QR коду</div><div class=\"apidocs-english\"></div></div>\n",
            "nullable": true
          },
          "printCount": {
            "maximum": 2,
            "minimum": 0,
            "type": "integer",
            "description": "Количество печатных копий слипа.",
            "format": "int32",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.DeviceOperations.Slips.RefundReqV3": {
        "required": [
          "deviceId",
          "originalId"
        ],
        "type": "object",
        "properties": {
          "deviceId": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Идентификатор устройства</div>\n<div class=\"apidocs-english\">Device id</div>",
            "format": "int32"
          },
          "ttlMillis": {
            "type": "integer",
            "description": "Время (мс) в течении которого операция может находиться в очереди или в ожидающей фазе процессинга",
            "format": "int32",
            "nullable": true
          },
          "originalId": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор исходного слипа в системе aQsi</div>\n<div class=\"apidocs-english\"></div>"
          },
          "amount": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">сумма возврата. Если не указана - будет выполнен возврат на полную сумму исходного платежа.</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int64",
            "nullable": true
          },
          "printCount": {
            "maximum": 2,
            "minimum": 0,
            "type": "integer",
            "description": "Количество печатных копий слипа.",
            "format": "int32",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.DeviceOperations.Slips.ReversalReqV3": {
        "required": [
          "deviceId",
          "originalId"
        ],
        "type": "object",
        "properties": {
          "deviceId": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Идентификатор устройства</div>\n<div class=\"apidocs-english\">Device id</div>",
            "format": "int32"
          },
          "ttlMillis": {
            "type": "integer",
            "description": "Время (мс) в течении которого операция может находиться в очереди или в ожидающей фазе процессинга",
            "format": "int32",
            "nullable": true
          },
          "originalId": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор исходного слипа в системе aQsi</div>\n<div class=\"apidocs-english\"></div>"
          },
          "printCount": {
            "maximum": 2,
            "minimum": 0,
            "type": "integer",
            "description": "Количество печатных копий слипа.",
            "format": "int32",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.Hooks.GetHooksResponseV4": {
        "type": "object",
        "properties": {
          "url": {
            "maxLength": 4096,
            "type": "string",
            "nullable": true
          },
          "disableSslCertificateValidation": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.Hooks.UpdateHooksRequestV4": {
        "type": "object",
        "properties": {
          "url": {
            "maxLength": 4096,
            "type": "string",
            "nullable": true
          },
          "disableSslCertificateValidation": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.Integrations.AdditionalUserAttribute": {
        "type": "object",
        "properties": {
          "name": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Наименование дополнительного реквизита пользователя, 1085</div>\n<div class=\"apidocs-english tag-value\">Name of the additional user attribute, 1085</div>",
            "nullable": true
          },
          "value": {
            "maxLength": 234,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Значение дополнительного реквизита пользователя, 1086</div>\n<div class=\"apidocs-english tag-value\">The value of the additional user attribute, 1086</div>",
            "nullable": true
          }
        },
        "additionalProperties": false,
        "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian\">Дополнительный реквизит пользователя, 1084</div>\n<div class=\"apidocs-english\">Additional user attribute, 1084</div>"
      },
      "NebularApi.Models.Integrations.AgentInfo": {
        "type": "object",
        "properties": {
          "paymentTransferOperatorPhoneNumbers": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Телефон оператора перевода, 1075</div>\n<div class=\"apidocs-english tag-value\">Payment transfer operator phone numbers , 1075</div>",
            "nullable": true
          },
          "paymentAgentOperation": {
            "maxLength": 24,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Операция платежного агента, 1044</div>\n<div class=\"apidocs-english tag-value\">Payment agent operation, 1044</div>",
            "nullable": true
          },
          "paymentAgentPhoneNumbers": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Телефон платежного агента, 1073</div>\n<div class=\"apidocs-english tag-value\">Payment agent phone numbers</div>",
            "nullable": true
          },
          "paymentOperatorPhoneNumbers": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Телефон оператора по приему платежей, 1074</div>\n<div class=\"apidocs-english tag-value\">Payment operator phone numbers, 1074</div>",
            "nullable": true
          },
          "paymentOperatorName": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Наименование оператора перевода, 1026</div>\n<div class=\"apidocs-english tag-value\">Payment operator name, 1026</div>",
            "nullable": true
          },
          "paymentOperatorAddress": {
            "maxLength": 243,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Адрес оператора перевода, 1005</div>\n<div class=\"apidocs-english tag-value\">Payment operator address, 1005</div>",
            "nullable": true
          },
          "paymentOperatorINN": {
            "maxLength": 12,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">ИНН оператора перевода, 1016</div>\n<div class=\"apidocs-english tag-value\">Payment operator TIN, 1016</div>",
            "nullable": true
          }
        },
        "additionalProperties": false,
        "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian\">Данные агента, 1223 (На текущий момент длина сериализованных данных тэга не должна превышать 243 байта)</div>\n<div class=\"apidocs-english\">Agent Data, 1223 (Currently, the length of serialized tag data should not exceed 243 bytes)</div>"
      },
      "NebularApi.Models.Integrations.CheckCloseV3": {
        "type": "object",
        "properties": {
          "payments": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.ReceiptModels.PaymentV3"
            },
            "description": "<div class=\"apidocs-russian\">Список платежей</div>\n<div class=\"apidocs-english\">Payments list</div>",
            "nullable": true
          },
          "taxationSystem": {
            "allOf": [
              {
                "$ref": "#/components/schemas/DAL.Enums.TaxationSystemAqsiEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Система налогообложения</div>\n<div class=\"apidocs-english tag-value\">Tax system</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div>Общая, ОСН</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div>Упрощенная доход, УСН доход</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div>Упрощенная доход минус расход, УСН доход - расход</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">8</div><div style=\"margin: 0 0.25em;\">-</div><s>Единый налог на вмененный доход, ЕНВД</s> (ЕНВД не действует с 1 января 2021 года)</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">16</div><div style=\"margin: 0 0.25em;\">-</div>Единый сельскохозяйственный налог, ЕСН</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">32</div><div style=\"margin: 0 0.25em;\">-</div>Патентная система налогообложения, Патент</div>\n"
          }
        },
        "additionalProperties": false,
        "description": "Параметры закрытия чека"
      },
      "NebularApi.Models.Integrations.OrderCheckClose": {
        "type": "object",
        "properties": {
          "payments": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.ReceiptModels.PaymentV3"
            },
            "description": "<div class=\"apidocs-russian\">Список платежей</div>\n<div class=\"apidocs-english\">Payments list</div>",
            "nullable": true
          },
          "taxationSystem": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.TaxationSystemInOrdersEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Система налогообложения</div>\n<div class=\"apidocs-english tag-value\">Tax system</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">0</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Общая, ОСН</div><div class=\"apidocs-english\">Common </div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Упрощенная доход, УСН доход</div><div class=\"apidocs-english\">Simplified revenue</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Упрощенная доход минус расход, УСН доход - расход</div><div class=\"apidocs-english\">Simplified minus outlay</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\"><s>Единый налог на вмененный доход, ЕНВД</s> (ЕНВД не действует с 1 января 2021 года)</div><div class=\"apidocs-english\">Unified imputed income</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Единый сельскохозяйственный налог</div><div class=\"apidocs-english\">Unified agricultural</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">5</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Патентная система налогообложения, Патент</div><div class=\"apidocs-english\">Patent</div></div>\n"
          }
        },
        "additionalProperties": false,
        "description": "<div class=\"apidocs-russian\">Параметры закрытия чека версии 3</div>\n<div class=\"apidocs-english\">Receipt closing options</div>"
      },
      "NebularApi.Models.Integrations.SupplierInfo": {
        "type": "object",
        "properties": {
          "name": {
            "maxLength": 239,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Наименование поставщика, 1225</div>\n<div class=\"apidocs-english tag-value\">Supplier name, 1225</div>",
            "nullable": true
          },
          "phoneNumbers": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Телефон поставщика, 1171. Массив строк длиной от 1 до 19 символов</div>\n<div class=\"apidocs-english tag-value\">Supplier's phone number, 1171. An array of strings from 1 to 19 characters length</div>",
            "nullable": true
          }
        },
        "additionalProperties": false,
        "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian\">Данные поставщика, 1224</div>\n<div class=\"apidocs-english\">Supplier info, 1224</div>"
      },
      "NebularApi.Models.LkService.Address": {
        "type": "object",
        "properties": {
          "data": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.ShopData"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Адрессные данные о магазине</div>\n<div class=\"apidocs-english\">Store address information</div>",
            "nullable": true
          },
          "value": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Адрес одной строкой (как показывается в списке подсказок)</div>\n<div class=\"apidocs-english\">Address in one line (as shown in the list of prompts)</div>",
            "nullable": true
          },
          "unrestricted_value": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Адрес одной строкой (полный, от региона)</div>\n<div class=\"apidocs-english\">Address in one line (full, from the region)</div>",
            "nullable": true
          }
        },
        "additionalProperties": false,
        "description": "<div class=\"apidocs-russian\">Адрес магазина (объект dadata, см. https://dadata.ru/api/suggest/#about-address)</div>\n<div class=\"apidocs-english\">Store address (dadata object, see https://dadata.ru/api/suggest/#abo</div>"
      },
      "NebularApi.Models.LkService.BaseShop": {
        "required": [
          "name"
        ],
        "type": "object",
        "properties": {
          "name": {
            "maxLength": 255,
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Название магазина</div>\n<div class=\"apidocs-english\">Shop name</div>"
          },
          "address": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.Address"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Адрес магазина (объект dadata, см. https://dadata.ru/api/suggest/#about-address)</div>\n<div class=\"apidocs-english\">Store address (dadata object, see https://dadata.ru/api/suggest/#about-address)</div>",
            "nullable": true
          },
          "url": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Интернет-адрес магазина</div>\n<div class=\"apidocs-english\">Shop internet address</div>",
            "nullable": true
          },
          "longitude": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Долгота магазина</div>\n<div class=\"apidocs-english\">Shop Longitude</div>",
            "nullable": true
          },
          "latitude": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Широта магазина</div>\n<div class=\"apidocs-english\">Shop latitude</div>",
            "nullable": true
          },
          "onlineStore": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Интернет-магазин</div>\n<div class=\"apidocs-english\">Online store</div>",
            "default": false
          },
          "activityType": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Вид деятельности</div>\n<div class=\"apidocs-english\">Activity type</div>",
            "nullable": true
          },
          "customProperties": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.CustomProperty"
            },
            "description": "<div class=\"apidocs-russian\">Дополнительные параметры</div>\n<div class=\"apidocs-english\">Extra options</div>",
            "nullable": true
          }
        },
        "additionalProperties": false,
        "description": "Базовая модель магазина",
        "example": {
          "name": "Магазин иллюзий",
          "address": {
            "data": {
              "city": "Москва",
              "house": "13",
              "region": "",
              "street": "ул. Кековая",
              "country": "Россия"
            },
            "value": "г. Москва, ул. Кековая д.13",
            "unrestricted_value": null
          },
          "url": null,
          "longitude": null,
          "latitude": null,
          "onlineStore": true,
          "activityType": null,
          "customProperties": null
        }
      },
      "NebularApi.Models.LkService.BindingResponse": {
        "type": "object",
        "properties": {
          "qrData": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Токен для QR (время жизни: 1 час с момента получения)</div>\n<div class=\"apidocs-english\">QR Token</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.CashiersV2.CashierDevice": {
        "required": [
          "imei"
        ],
        "type": "object",
        "properties": {
          "imei": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">IMEI устройства</div>\n<div class=\"apidocs-english\">Device IMEI</div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.CashiersV2.CreateCashierResponseV2": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false,
        "example": {
          "id": "bd2b241b-3eb7-4c79-ba8c-d991a3a93683"
        }
      },
      "NebularApi.Models.LkService.CashiersV2.GetCashierResponseV2": {
        "required": [
          "name",
          "position"
        ],
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор кассира</div>\n<div class=\"apidocs-english\">Cashier identifier</div>",
            "nullable": true
          },
          "name": {
            "maxLength": 255,
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Имя кассира</div>\n<div class=\"apidocs-english\">Cashier name</div>"
          },
          "inn": {
            "maxLength": 12,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">ИНН кассира</div>\n<div class=\"apidocs-english\">Cashier TIN</div>",
            "nullable": true
          },
          "position": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">\n            Должность кассира\n            Допустимые значения: <b>\"Junior Cashier\"</b>, <b>\"Cashier\"</b>, <b>\"Admin\"</b></div>, <b>\"Courier\"</b>, <b>\"Junior Courier\"</b><div class=\"apidocs-english\">\n            Cashier position\n            Allowed values: <b>\"Junior Cashier\"</b>, <b>\"Cashier\"</b>, <b>\"Admin\"</b>, <b>\"Courier\"</b>, <b>\"Junior Courier\"</b></div>"
          },
          "lastLoginTime": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата и время последнего логина кассира</div>\n<div class=\"apidocs-english\">Last cashier login date and time</div>",
            "format": "date-time",
            "nullable": true
          },
          "code": {
            "maxLength": 2,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Код кассира</div>\n<div class=\"apidocs-english\">Cashier code</div>",
            "nullable": true
          },
          "img": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.Img"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Изображение кассира</div>\n<div class=\"apidocs-english\">Cashier image</div>",
            "nullable": true
          },
          "customProperties": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.CustomProperty"
            },
            "description": "<div class=\"apidocs-russian\">Дополнительные параметры</div>\n<div class=\"apidocs-english\">Extra options</div>",
            "nullable": true
          },
          "pin": {
            "maxLength": 4,
            "minLength": 4,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">ПИН-код кассира</div>\n<div class=\"apidocs-english\">Cashier PIN</div>",
            "nullable": true
          },
          "devices": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.CashiersV2.CashierDevice"
            },
            "description": "<div class=\"apidocs-russian\">Привязанные устройства</div>\n<div class=\"apidocs-english\">Bound devices</div>",
            "nullable": true
          }
        },
        "additionalProperties": false,
        "example": {
          "id": "1k23o3kk",
          "name": "Vasya",
          "inn": "000000000000",
          "position": "Cashier",
          "lastLoginTime": null,
          "code": "34",
          "img": null,
          "customProperties": [
            {
              "key": "StaffId",
              "value": "YYY"
            }
          ],
          "pin": "0000",
          "devices": null
        }
      },
      "NebularApi.Models.LkService.Client": {
        "required": [
          "group"
        ],
        "type": "object",
        "properties": {
          "group": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.Group"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Группа клиента</div>\n<div class=\"apidocs-english\">Client group</div>"
          },
          "fio": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Имя клиента</div>\n<div class=\"apidocs-english\">Client name</div>",
            "nullable": true
          },
          "gender": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">\n            Пол клиента (0 - женский, 1 - мужской)\n            По умолчанию: 1\n            Допустимые значения: 0, 1</div>\n<div class=\"apidocs-english\">Client gender (0 - female, 1 - male)\n            Default: 1\n            Allowed values: 0, 1</div>",
            "format": "int32"
          },
          "inn": {
            "maxLength": 12,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian\">ИНН клиента, 1228</div>\n<div class=\"apidocs-english\">Client TIN, 1228</div>",
            "nullable": true
          },
          "birthDate": {
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian\">Дата рождения, 1243</div>\n<div class=\"apidocs-english\">Date of Birth, 1243</div>",
            "format": "date-time",
            "nullable": true
          },
          "mainPhone": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Основной телефон</div>\n<div class=\"apidocs-english\">Primary phone number</div>",
            "nullable": true
          },
          "additionalPhone": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дополнительный телефон</div>\n<div class=\"apidocs-english\">Additional phone number</div>",
            "nullable": true
          },
          "email": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Электронная почта</div>\n<div class=\"apidocs-english\">E-mail</div>",
            "nullable": true
          },
          "comment": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Комментарий</div>\n<div class=\"apidocs-english\">Comment</div>",
            "nullable": true
          },
          "passport": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian\">Cерия и номер паспорта, 1246</div>\n<div class=\"apidocs-english\">Passport series and number, 1246</div>",
            "nullable": true
          },
          "docType": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian\">Код вида документа, удостоверяющего личность, 1245</div>\n<div class=\"apidocs-english\">Identification document code, 1245</div>",
            "format": "int32",
            "nullable": true
          },
          "nationality": {
            "maxLength": 3,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian\">Гражданство, 1244</div>\n<div class=\"apidocs-english\">Nationality, 1244</div>",
            "nullable": true
          },
          "address": {
            "maxLength": 256,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian\">Адрес клиента, 1254</div>\n<div class=\"apidocs-english\">Client address, 1254</div>",
            "nullable": true
          }
        },
        "additionalProperties": false,
        "example": {
          "group": {
            "id": "00000000-0000-0000-0000-000000000000"
          },
          "fio": "Иванов Иван",
          "gender": 1,
          "inn": "123124125126",
          "birthDate": "1970-01-01T00:00:00.0000000+00:00",
          "mainPhone": "88005553535",
          "additionalPhone": null,
          "email": "ivanov@example.com",
          "comment": "Оставляет чаевые",
          "passport": "4608999777",
          "docType": null,
          "nationality": null,
          "address": null
        }
      },
      "NebularApi.Models.LkService.ClientExtendedV2": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор клиента</div>\n<div class=\"apidocs-english\">Client identifier</div>",
            "nullable": true
          },
          "groupId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор группы</div>\n<div class=\"apidocs-english\">Group identifier</div>",
            "format": "uuid"
          },
          "createdAt": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Время создания</div>\n<div class=\"apidocs-english\">Creation time</div>",
            "format": "date-time"
          },
          "updatedAt": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Время последнего обновления</div>\n<div class=\"apidocs-english\">Last update time</div>",
            "format": "date-time"
          },
          "deletedAt": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Время удаления</div>\n<div class=\"apidocs-english\">Removal time</div>",
            "format": "date-time",
            "nullable": true
          },
          "accountId": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Идентификатор аккаунта</div>\n<div class=\"apidocs-english\">Account identifier</div>",
            "format": "int32"
          },
          "loyaltyCard": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.LoyaltyCard"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Карта лояльности</div>\n<div class=\"apidocs-english\">Loyalty card</div>",
            "nullable": true
          },
          "fio": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Имя клиента</div>\n<div class=\"apidocs-english\">Client name</div>",
            "nullable": true
          },
          "gender": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">\n            Пол клиента (0 - женский, 1 - мужской)\n            По умолчанию: 1\n            Допустимые значения: 0, 1</div>\n<div class=\"apidocs-english\">Client gender (0 - female, 1 - male)\n            Default: 1\n            Allowed values: 0, 1</div>",
            "format": "int32"
          },
          "inn": {
            "maxLength": 12,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian\">ИНН клиента, 1228</div>\n<div class=\"apidocs-english\">Client TIN, 1228</div>",
            "nullable": true
          },
          "birthDate": {
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian\">Дата рождения, 1243</div>\n<div class=\"apidocs-english\">Date of Birth, 1243</div>",
            "format": "date-time",
            "nullable": true
          },
          "mainPhone": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Основной телефон</div>\n<div class=\"apidocs-english\">Primary phone number</div>",
            "nullable": true
          },
          "additionalPhone": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дополнительный телефон</div>\n<div class=\"apidocs-english\">Additional phone number</div>",
            "nullable": true
          },
          "email": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Электронная почта</div>\n<div class=\"apidocs-english\">E-mail</div>",
            "nullable": true
          },
          "comment": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Комментарий</div>\n<div class=\"apidocs-english\">Comment</div>",
            "nullable": true
          },
          "passport": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian\">Cерия и номер паспорта, 1246</div>\n<div class=\"apidocs-english\">Passport series and number, 1246</div>",
            "nullable": true
          },
          "docType": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian\">Код вида документа, удостоверяющего личность, 1245</div>\n<div class=\"apidocs-english\">Identification document code, 1245</div>",
            "format": "int32",
            "nullable": true
          },
          "nationality": {
            "maxLength": 3,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian\">Гражданство, 1244</div>\n<div class=\"apidocs-english\">Nationality, 1244</div>",
            "nullable": true
          },
          "address": {
            "maxLength": 256,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian\">Адрес клиента, 1254</div>\n<div class=\"apidocs-english\">Client address, 1254</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.ClientV2": {
        "required": [
          "group",
          "id"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Внешний идентификатор клиента</div>\n<div class=\"apidocs-english\">Foreign client's identifier</div>"
          },
          "fio": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Имя клиента</div>\n<div class=\"apidocs-english\">Client name</div>",
            "nullable": true
          },
          "group": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.Group"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Группа клиента</div>\n<div class=\"apidocs-english\">Client group</div>"
          },
          "gender": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">\n            Пол клиента (0 - женский, 1 - мужской)\n            По умолчанию: 1\n            Допустимые значения: 0, 1</div>\n<div class=\"apidocs-english\">Client gender (0 - female, 1 - male)\n            Default: 1\n            Allowed values: 0, 1</div>",
            "format": "int64"
          },
          "inn": {
            "maxLength": 12,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian\">ИНН клиента, 1228</div>\n<div class=\"apidocs-english\">Client TIN, 1228</div>",
            "nullable": true
          },
          "birthDate": {
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian\">Дата рождения, 1243</div>\n<div class=\"apidocs-english\">Date of Birth, 1243</div>",
            "format": "date-time"
          },
          "mainPhone": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Основной телефон</div>\n<div class=\"apidocs-english\">Primary phone number</div>",
            "nullable": true
          },
          "email": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Электронная почта</div>\n<div class=\"apidocs-english\">E-mail</div>",
            "nullable": true
          },
          "comment": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Комментарий</div>\n<div class=\"apidocs-english\">Comment</div>",
            "nullable": true
          },
          "passport": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian\">Cерия и номер паспорта, 1246</div>\n<div class=\"apidocs-english\">Passport series and number, 1246</div>",
            "nullable": true
          },
          "docType": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian\">Код вида документа, удостоверяющего личность, 1245</div>\n<div class=\"apidocs-english\">Identification document code, 1245</div>",
            "format": "int32",
            "nullable": true
          },
          "nationality": {
            "maxLength": 3,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian\">Гражданство, 1244</div>\n<div class=\"apidocs-english\">Nationality, 1244</div>",
            "nullable": true
          },
          "address": {
            "maxLength": 256,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian\">Адрес клиента, 1254</div>\n<div class=\"apidocs-english\">Client address, 1254</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.CustomProperty": {
        "type": "object",
        "properties": {
          "key": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Ключ</div>\n<div class=\"apidocs-english\">Key</div>",
            "nullable": true
          },
          "value": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Значение</div>\n<div class=\"apidocs-english\">Value</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.ExtendedGoodV2": {
        "required": [
          "group_id",
          "id",
          "paymentMethodType"
        ],
        "type": "object",
        "properties": {
          "shops": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.GoodsShopInfo"
            },
            "description": "<div class=\"apidocs-russian\">Массив магазинов, к которым привязан товар</div>\n<div class=\"apidocs-english\">Shops containing goods info</div>",
            "nullable": true
          },
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор товара</div>\n<div class=\"apidocs-english\">Goods identifier</div>"
          },
          "group_id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор категории</div>\n<div class=\"apidocs-english\">Category identifier</div>"
          },
          "nomenclatureCode": {
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">Код товара для ОФД, 1162 (Заполняется если требуется дополнительный реквизит \"Код товара\", Поле должно содержать ровно 13 цифр)</div>\n<div class=\"apidocs-english tag-value\">Good's code for fiscal data operator, 1162 (Fill this field if additional props \"Good's code\" is needed, 13-digit field)</div>",
            "nullable": true
          },
          "noReturn": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.NoReturnEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Данный параметр позволяет полностью отключить возможность возврата позиции.</div>\n<div class=\"apidocs-english\">This parameter allows completely disable position refund</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">0</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выключен</div><div class=\"apidocs-english\">Off</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Включен</div><div class=\"apidocs-english\">On</div></div>\n",
            "nullable": true
          },
          "type": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Тип товара (возможные значения: simple, ingredient, complex)</div>\n<div class=\"apidocs-english\">Goods type (possible values: simple, ingredient, complex)</div>",
            "nullable": true
          },
          "productionCost": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Себестоимость</div>\n<div class=\"apidocs-english\">Cost price</div>",
            "format": "float",
            "nullable": true
          },
          "marginPercent": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Наценка</div>\n<div class=\"apidocs-english\">Extra charge</div>",
            "format": "float",
            "nullable": true
          },
          "isWeight": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Весовой ли товар 0-Штучный 1-Весовой</div>\n<div class=\"apidocs-english\">Item Type 0-Piece 1-Weight</div>",
            "format": "int32"
          },
          "tax": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Ставка налога на товар</div>\n<div class=\"apidocs-english tag-value\">Product tax rate</div>",
            "nullable": true
          },
          "unit": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">Единица измерения, 1197</div>\n<div class=\"apidocs-english tag-value\">Unit of measurement, 1197</div>",
            "nullable": true
          },
          "unitCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.UnitCodeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Единица измерения, 2108</div>\n<div class=\"apidocs-english tag-value\">Unit of measurement, 2108</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">0</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Штука или Единица</div><div class=\"apidocs-english\">Unit</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">10</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Грамм</div><div class=\"apidocs-english\">Gram</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">11</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Килограмм</div><div class=\"apidocs-english\">Kilogram</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">12</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Тонна</div><div class=\"apidocs-english\">Ton</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">20</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Сантиметр</div><div class=\"apidocs-english\">Centimetre</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">21</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Дециметр</div><div class=\"apidocs-english\">Decimeter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">22</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Метр</div><div class=\"apidocs-english\">Metre</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">30</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Квадратный сантиметр</div><div class=\"apidocs-english\">Square centimeter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">31</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Квадратный дециметр</div><div class=\"apidocs-english\">Square decimeter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">32</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Квадратный метр</div><div class=\"apidocs-english\">Square meter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">40</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Миллилитр</div><div class=\"apidocs-english\">Milliliter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">41</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Литр</div><div class=\"apidocs-english\">Litre</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">42</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Кубический метр</div><div class=\"apidocs-english\">Cubic meter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">50</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Киловатт час</div><div class=\"apidocs-english\">Kilowatt hour</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">51</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Гигакаллория</div><div class=\"apidocs-english\">Gigacallory</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">70</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Сутки (день)</div><div class=\"apidocs-english\">Day</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">71</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Час</div><div class=\"apidocs-english\">Hour</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">72</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Минута</div><div class=\"apidocs-english\">Minute</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">73</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Секунда</div><div class=\"apidocs-english\">Second</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">80</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Килобайт</div><div class=\"apidocs-english\">Kilobytes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">81</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Мегабайт</div><div class=\"apidocs-english\">Megabytes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">82</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Гигабайт</div><div class=\"apidocs-english\">Gigabytes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">83</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Терабайт</div><div class=\"apidocs-english\">Terabyte</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">255</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Иное</div><div class=\"apidocs-english\">Other</div></div>\n",
            "nullable": true
          },
          "subject": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Предмет расчета</div>\n<div class=\"apidocs-english tag-value\">Calculation subject</div>",
            "nullable": true
          },
          "isOrderable": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Возможность закупки товара у населения</div>\n<div class=\"apidocs-english\">The ability to purchase goods from the population</div>"
          },
          "name": {
            "maxLength": 128,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Имя товара</div>\n<div class=\"apidocs-english tag-value\">Goods name</div>",
            "nullable": true
          },
          "slotInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.SlotInfo"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация о слоте</div>\n<div class=\"apidocs-english\">Slot info</div>",
            "nullable": true
          },
          "sku": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Артикул товара</div>\n<div class=\"apidocs-english\">Goods vendor code</div>",
            "nullable": true
          },
          "1cSku": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">SKU товара в 1С</div>\n<div class=\"apidocs-english\"> Goods 1C system SKU</div>",
            "nullable": true
          },
          "price": {
            "type": "number",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Цена за единицу</div>\n<div class=\"apidocs-english tag-value\">Unit price</div>",
            "format": "double",
            "nullable": true
          },
          "barcodes": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian\">Штрих-коды товаров (максимальная длина одного штрих-кода - 64 символа)</div>\n<div class=\"apidocs-english\">Product barcodes (maximum barcode length is 64 characters)</div>",
            "nullable": true
          },
          "img": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.Img"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Изображение товара</div>\n<div class=\"apidocs-english\">Goods image</div>",
            "nullable": true
          },
          "lastPurchasePrice": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Последняя цена закупки</div>\n<div class=\"apidocs-english\">Last purchase price</div>",
            "format": "double",
            "nullable": true
          },
          "accountingMethod": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Метод списания (возможные значения: children, self, self first, none)</div>\n<div class=\"apidocs-english\">Withdraw method (possible values: children, self, self first, none)</div>",
            "nullable": true
          },
          "cookingTimeMinutes": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Время приготовления, минуты</div>\n<div class=\"apidocs-english\">Cooking time, minutes</div>",
            "format": "int32",
            "nullable": true
          },
          "cookingTimeSeconds": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Время приготовления, секунды</div>\n<div class=\"apidocs-english\">Cooking time, seconds</div>",
            "format": "int32",
            "nullable": true
          },
          "cookingReceipt": {
            "maxLength": 4096,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Рецепт приготовления</div>\n<div class=\"apidocs-english\">Recipe</div>",
            "nullable": true
          },
          "nonTradable": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Не для продажи</div>\n<div class=\"apidocs-english\">Non Tradable</div>"
          },
          "markingType": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.MarkingTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Тип маркировки (при наличии)</div>\n<div class=\"apidocs-english\">Marking Type (if any)</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Товары из натурального меха</div><div class=\"apidocs-english\">Natural fur goods</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Лекарственные товары</div><div class=\"apidocs-english\">Medicines</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Табачная продукция</div><div class=\"apidocs-english\">Tobacco</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Обувные товары</div><div class=\"apidocs-english\">Shoes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">5</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Духи и туалетная вода</div><div class=\"apidocs-english\">Perfume</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">6</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Шины и покрышки пневматические резиновые новые</div><div class=\"apidocs-english\">Tires</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">7</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\"><s>Предметы одежды, включая рабочую одежду, изготовленные из натуральной или композиционной кожи.</s> Используйте 11, Товары легкой промышленности.</div><div class=\"apidocs-english\"><s>Leather clothes.</s> Use 11, Light industry goods instead.</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">8</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\"><s>Блузки, блузы и блузоны трикотажные машинного или ручного вязания, женские или для девочек.</s> Используйте 11, Товары легкой промышленности.</div><div class=\"apidocs-english\"><s>Blouses.</s> Use 11, Light industry goods instead.</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">9</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\"><s>Пальто, полупальто, накидки, плащи, куртки (включая лыжные), ветровки, штормовки и аналогичные изделия мужские или для мальчиков.</s> Используйте 11, Товары легкой промышленности.</div><div class=\"apidocs-english\"><s>Man coats.</s> Use 11, Light industry goods instead.</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">10</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\"><s>Пальто, полупальто, накидки, плащи, куртки (включая лыжные), ветровки, штормовки и аналогичные изделия женские или для девочек.</s> Используйте 11, Товары легкой промышленности.</div><div class=\"apidocs-english\"><s>Woman coats.</s> Use 11, Light industry goods instead.</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">11</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Товары легкой промышленности</div><div class=\"apidocs-english\">Light industry goods</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">12</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Фотокамеры (кроме кинокамер), фотовспышки и лампы-вспышки</div><div class=\"apidocs-english\">Cameras</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">13</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Молочная продукция</div><div class=\"apidocs-english\">Dairy</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">14</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Велосипеды и велосипедные рамы</div><div class=\"apidocs-english\">Bicycles</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">15</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Альтернативная табачная продукция</div><div class=\"apidocs-english\">Alternative tobacco</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">16</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Биологически активные добавки к пище (БАД)</div><div class=\"apidocs-english\">Dietary supplements</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">17</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Никотиносодержащая продукция</div><div class=\"apidocs-english\">Nicotine-containing products</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">18</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Пиво, напитки, изготовленные на основе пива, и слабоалкогольные напитки с маркировкой ЧЗ, подлежащие списанию в УТМ ЕГАИС</div><div class=\"apidocs-english\">Beer</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">19</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Медицинские изделия</div><div class=\"apidocs-english\">Medical goods</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">20</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Антисептики и дезинфицирующие средства</div><div class=\"apidocs-english\">Antiseptics</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">21</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Упакованная вода</div><div class=\"apidocs-english\">BottledWater</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">22</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Алкогольная продукция ЕГАИСа</div><div class=\"apidocs-english\">AlcoholEGAIS</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">23</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Немаркированные слабоалкогольные напитки, подлежащие списанию в УТМ ЕГАИС</div><div class=\"apidocs-english\">Unmarked Low Alcohol</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">24</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Безалкогольное пиво</div><div class=\"apidocs-english\">NON ALCOHOLIC BEER</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">25</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Соковая продукция и безалкогольные напитки</div><div class=\"apidocs-english\">SOFT DRINKS</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">26</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Корма для животных</div><div class=\"apidocs-english\">Pet food</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">27</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Морепродукты</div><div class=\"apidocs-english\">Sea food</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">28</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ветеринарные препараты</div><div class=\"apidocs-english\">Vet pharma</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">29</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Консервированная продукция</div><div class=\"apidocs-english\">Conserve</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">30</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Растительные масла</div><div class=\"apidocs-english\">Vegetable oil</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">31</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Косметика, бытовая химия и товары личной гигиены</div><div class=\"apidocs-english\">Chemistry</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">32</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Бакалейная продукция</div><div class=\"apidocs-english\">Grocery</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">33</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Строительные материалы</div><div class=\"apidocs-english\">Construction</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">34</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Моторные масла</div><div class=\"apidocs-english\">Auto fluids</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">35</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Сладости и кондитерские изделия</div><div class=\"apidocs-english\">Sweets</div></div>\n",
            "nullable": true
          },
          "modifiers": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.ModifierGood"
            },
            "description": "<div class=\"apidocs-russian\">Массив модификаторов товара </div>\n<div class=\"apidocs-english\">Array of goods modifier</div>",
            "nullable": true
          },
          "paymentMethodType": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.PaymentMethodTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Признак способа расчета</div>\n<div class=\"apidocs-english tag-value\">Sign of calculation method</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Предоплата 100%</div><div class=\"apidocs-english\">100% prepayment</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Частичная предоплата</div><div class=\"apidocs-english\">Partial prepay</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Аванс</div><div class=\"apidocs-english\">Advance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Полный расчёт</div><div class=\"apidocs-english\">Full settlement</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">5</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Частичный расчёт и кредит</div><div class=\"apidocs-english\">Partial settlement and credit</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">6</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Передача в кредит</div><div class=\"apidocs-english\">Credit transfer</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">7</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Оплата кредита</div><div class=\"apidocs-english\">Credit payment</div></div>\n"
          },
          "receiptProperties": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.ReceiptProperties"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Параметры по умолчанию для позиции чека</div>\n<div class=\"apidocs-english\">Default options for check item</div>",
            "nullable": true
          },
          "maxDiscountPercent": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Максимальный процент скидки</div>\n<div class=\"apidocs-english\">Maximum discount percentage</div>",
            "format": "float",
            "nullable": true
          },
          "industryAttribute": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.CommonApi.IndustryAttribute"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Отраслевой реквизит предмета расчёта, 1260</div>\n<div class=\"apidocs-english tag-value\">Position industry attribute, 1260</div>",
            "nullable": true
          },
          "createdAt": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата создания</div>\n<div class=\"apidocs-english\">Creation date</div>",
            "format": "date-time"
          },
          "updatedAt": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата обновления</div>\n<div class=\"apidocs-english\">Update date</div>",
            "format": "date-time"
          },
          "deletedAt": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата удаления</div>\n<div class=\"apidocs-english\">Removal date</div>",
            "format": "date-time",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.GetGoodsCategoryV2": {
        "required": [
          "defaultPaymentMethodType",
          "defaultSubject",
          "defaultTax",
          "id"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор категории</div>\n<div class=\"apidocs-english\">Category identifier</div>"
          },
          "parent": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор родительской категории</div>\n<div class=\"apidocs-english\">Parent category identifier</div>",
            "nullable": true
          },
          "children": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.GetGoodsCategoryV2"
            },
            "description": "<div class=\"apidocs-russian\">Полная модель дочерних категорий</div>\n<div class=\"apidocs-english\">Complete model of child categories</div>",
            "nullable": true
          },
          "number": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Номер по порядку</div>\n<div class=\"apidocs-english\">Number in order</div>",
            "format": "int32"
          },
          "name": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Название категории</div>\n<div class=\"apidocs-english\">Category name</div>",
            "nullable": true
          },
          "defaultSubject": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.PaymentSubjectTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Признак предмета расчета по умолчанию на категорию</div>\n<div class=\"apidocs-english tag-value\">Payment subject type by default</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Товар</div><div class=\"apidocs-english\">Product</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Подакцизный товар</div><div class=\"apidocs-english\">Excisable product</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Работа</div><div class=\"apidocs-english\">Job</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Услуга</div><div class=\"apidocs-english\">Service</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">5</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка азартной игры</div><div class=\"apidocs-english\">Gambling bet</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">6</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выигрыш азартной игры</div><div class=\"apidocs-english\">Gambling gain</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">7</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Лотерейный билет</div><div class=\"apidocs-english\">Lottery ticket</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">8</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выигрыш лотереи</div><div class=\"apidocs-english\">Lottery winnings</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">9</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Предоставление РИД</div><div class=\"apidocs-english\">Providing the result of intellectual activity</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">10</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Платёж</div><div class=\"apidocs-english\">Payment</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">11</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Агентское вознаграждение</div><div class=\"apidocs-english\">Agent commission</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">12</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выплата</div><div class=\"apidocs-english\">Payout</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">13</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Иной предмет расчета</div><div class=\"apidocs-english\">Other product</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">14</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Имущественное право</div><div class=\"apidocs-english\">Property law</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">15</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Внереализационный доход</div><div class=\"apidocs-english\">Non operating income</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">16</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Иные платежи и взносы</div><div class=\"apidocs-english\">Other payments and fees</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">17</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Торговый сбор</div><div class=\"apidocs-english\">Trading fee</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">18</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Туристический налог</div><div class=\"apidocs-english\">Tourist fee</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">19</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Залог</div><div class=\"apidocs-english\">Deposit</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">20</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Расход</div><div class=\"apidocs-english\">Expense</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">21</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное пенсионное страхование ИП</div><div class=\"apidocs-english\">Mandatory SP's (Sole Proprietor) Pension Insurance </div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">22</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное пенсионное страхование</div><div class=\"apidocs-english\">Mandatory Pension Insurance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">23</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное медицинское страхование ИП</div><div class=\"apidocs-english\">Mandatory SP's Health Insurance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">24</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное медицинское страхование</div><div class=\"apidocs-english\">Mandatory Health Insurance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">25</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное социальное страхование</div><div class=\"apidocs-english\">Mandatory Social Insurance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">26</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Платёж казино</div><div class=\"apidocs-english\">Casino Fee</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">27</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выдача денежных средств</div><div class=\"apidocs-english\">Cash outcome</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">30</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Подакцизный маркированный товар, код маркировки утерян, АТНМ</div><div class=\"apidocs-english\">Excisable goods without marking</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">31</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Подакцизный товар с маркировкой, АТМ</div><div class=\"apidocs-english\">Excisable goods with marking</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">32</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Маркированный товар, код маркировки утерян, ТНМ</div><div class=\"apidocs-english\">Non excisable goods without marking</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">33</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Неподакцизный товар с маркировкой, ТМ</div><div class=\"apidocs-english\">Non excisable goods without marking</div></div>\n"
          },
          "defaultTax": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.VATRateEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Ставка НДС по умолчанию на категорию</div>\n<div class=\"apidocs-english tag-value\">Default VAT rate per category</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 20%. С 1 января 2026 года 22%</div><div class=\"apidocs-english\">VAT rate 20%. 22% starting from 01.01.2026</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 10%</div><div class=\"apidocs-english\">VAT rate 10%</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС расч. 20/120. С 1 января 2026 года 22/122</div><div class=\"apidocs-english\">VAT rate 20/120. 22/122 starting from 01.01.2026</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС расч. 10/110</div><div class=\"apidocs-english\">VAT rate 10/110</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">5</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 0%</div><div class=\"apidocs-english\">VAT rate 10%</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">6</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">НДС не облагается</div><div class=\"apidocs-english\">VAT free</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">7</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 5%</div><div class=\"apidocs-english\">VAT rate 5%</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">8</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 7%</div><div class=\"apidocs-english\">VAT rate 7%</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">9</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС расч. 5/105</div><div class=\"apidocs-english\">VAT rate 5/105</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">10</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС расч. 7/107</div><div class=\"apidocs-english\">VAT rate 7/107</div></div>\n"
          },
          "defaultUnit": {
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">Единица измерения категории по умолчанию, 1197</div>\n<div class=\"apidocs-english tag-value\">Default Category Unit, 1197</div>",
            "nullable": true
          },
          "defaultUnitCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.UnitCodeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Единица измерения категории по умолчанию, 2108</div>\n<div class=\"apidocs-english tag-value\">Default Category Unit, 2108</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">0</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Штука или Единица</div><div class=\"apidocs-english\">Unit</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">10</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Грамм</div><div class=\"apidocs-english\">Gram</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">11</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Килограмм</div><div class=\"apidocs-english\">Kilogram</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">12</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Тонна</div><div class=\"apidocs-english\">Ton</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">20</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Сантиметр</div><div class=\"apidocs-english\">Centimetre</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">21</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Дециметр</div><div class=\"apidocs-english\">Decimeter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">22</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Метр</div><div class=\"apidocs-english\">Metre</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">30</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Квадратный сантиметр</div><div class=\"apidocs-english\">Square centimeter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">31</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Квадратный дециметр</div><div class=\"apidocs-english\">Square decimeter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">32</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Квадратный метр</div><div class=\"apidocs-english\">Square meter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">40</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Миллилитр</div><div class=\"apidocs-english\">Milliliter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">41</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Литр</div><div class=\"apidocs-english\">Litre</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">42</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Кубический метр</div><div class=\"apidocs-english\">Cubic meter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">50</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Киловатт час</div><div class=\"apidocs-english\">Kilowatt hour</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">51</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Гигакаллория</div><div class=\"apidocs-english\">Gigacallory</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">70</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Сутки (день)</div><div class=\"apidocs-english\">Day</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">71</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Час</div><div class=\"apidocs-english\">Hour</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">72</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Минута</div><div class=\"apidocs-english\">Minute</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">73</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Секунда</div><div class=\"apidocs-english\">Second</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">80</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Килобайт</div><div class=\"apidocs-english\">Kilobytes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">81</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Мегабайт</div><div class=\"apidocs-english\">Megabytes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">82</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Гигабайт</div><div class=\"apidocs-english\">Gigabytes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">83</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Терабайт</div><div class=\"apidocs-english\">Terabyte</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">255</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Иное</div><div class=\"apidocs-english\">Other</div></div>\n",
            "nullable": true
          },
          "defaultMarkingType": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.MarkingTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Тип маркировки (при наличии)</div>\n<div class=\"apidocs-english\">Marking type (if any)</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Товары из натурального меха</div><div class=\"apidocs-english\">Natural fur goods</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Лекарственные товары</div><div class=\"apidocs-english\">Medicines</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Табачная продукция</div><div class=\"apidocs-english\">Tobacco</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Обувные товары</div><div class=\"apidocs-english\">Shoes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">5</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Духи и туалетная вода</div><div class=\"apidocs-english\">Perfume</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">6</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Шины и покрышки пневматические резиновые новые</div><div class=\"apidocs-english\">Tires</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">7</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\"><s>Предметы одежды, включая рабочую одежду, изготовленные из натуральной или композиционной кожи.</s> Используйте 11, Товары легкой промышленности.</div><div class=\"apidocs-english\"><s>Leather clothes.</s> Use 11, Light industry goods instead.</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">8</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\"><s>Блузки, блузы и блузоны трикотажные машинного или ручного вязания, женские или для девочек.</s> Используйте 11, Товары легкой промышленности.</div><div class=\"apidocs-english\"><s>Blouses.</s> Use 11, Light industry goods instead.</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">9</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\"><s>Пальто, полупальто, накидки, плащи, куртки (включая лыжные), ветровки, штормовки и аналогичные изделия мужские или для мальчиков.</s> Используйте 11, Товары легкой промышленности.</div><div class=\"apidocs-english\"><s>Man coats.</s> Use 11, Light industry goods instead.</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">10</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\"><s>Пальто, полупальто, накидки, плащи, куртки (включая лыжные), ветровки, штормовки и аналогичные изделия женские или для девочек.</s> Используйте 11, Товары легкой промышленности.</div><div class=\"apidocs-english\"><s>Woman coats.</s> Use 11, Light industry goods instead.</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">11</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Товары легкой промышленности</div><div class=\"apidocs-english\">Light industry goods</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">12</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Фотокамеры (кроме кинокамер), фотовспышки и лампы-вспышки</div><div class=\"apidocs-english\">Cameras</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">13</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Молочная продукция</div><div class=\"apidocs-english\">Dairy</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">14</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Велосипеды и велосипедные рамы</div><div class=\"apidocs-english\">Bicycles</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">15</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Альтернативная табачная продукция</div><div class=\"apidocs-english\">Alternative tobacco</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">16</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Биологически активные добавки к пище (БАД)</div><div class=\"apidocs-english\">Dietary supplements</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">17</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Никотиносодержащая продукция</div><div class=\"apidocs-english\">Nicotine-containing products</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">18</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Пиво, напитки, изготовленные на основе пива, и слабоалкогольные напитки с маркировкой ЧЗ, подлежащие списанию в УТМ ЕГАИС</div><div class=\"apidocs-english\">Beer</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">19</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Медицинские изделия</div><div class=\"apidocs-english\">Medical goods</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">20</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Антисептики и дезинфицирующие средства</div><div class=\"apidocs-english\">Antiseptics</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">21</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Упакованная вода</div><div class=\"apidocs-english\">BottledWater</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">22</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Алкогольная продукция ЕГАИСа</div><div class=\"apidocs-english\">AlcoholEGAIS</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">23</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Немаркированные слабоалкогольные напитки, подлежащие списанию в УТМ ЕГАИС</div><div class=\"apidocs-english\">Unmarked Low Alcohol</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">24</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Безалкогольное пиво</div><div class=\"apidocs-english\">NON ALCOHOLIC BEER</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">25</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Соковая продукция и безалкогольные напитки</div><div class=\"apidocs-english\">SOFT DRINKS</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">26</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Корма для животных</div><div class=\"apidocs-english\">Pet food</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">27</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Морепродукты</div><div class=\"apidocs-english\">Sea food</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">28</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ветеринарные препараты</div><div class=\"apidocs-english\">Vet pharma</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">29</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Консервированная продукция</div><div class=\"apidocs-english\">Conserve</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">30</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Растительные масла</div><div class=\"apidocs-english\">Vegetable oil</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">31</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Косметика, бытовая химия и товары личной гигиены</div><div class=\"apidocs-english\">Chemistry</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">32</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Бакалейная продукция</div><div class=\"apidocs-english\">Grocery</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">33</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Строительные материалы</div><div class=\"apidocs-english\">Construction</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">34</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Моторные масла</div><div class=\"apidocs-english\">Auto fluids</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">35</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Сладости и кондитерские изделия</div><div class=\"apidocs-english\">Sweets</div></div>\n",
            "nullable": true
          },
          "customProperties": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.CustomProperty"
            },
            "description": "<div class=\"apidocs-russian\">Дополнительные параметры</div>\n<div class=\"apidocs-english\">Extra options</div>",
            "nullable": true
          },
          "defaultPaymentMethodType": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.PaymentMethodTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Признак способа расчета</div>\n<div class=\"apidocs-english tag-value\">Payment method type</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Предоплата 100%</div><div class=\"apidocs-english\">100% prepayment</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Частичная предоплата</div><div class=\"apidocs-english\">Partial prepay</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Аванс</div><div class=\"apidocs-english\">Advance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Полный расчёт</div><div class=\"apidocs-english\">Full settlement</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">5</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Частичный расчёт и кредит</div><div class=\"apidocs-english\">Partial settlement and credit</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">6</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Передача в кредит</div><div class=\"apidocs-english\">Credit transfer</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">7</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Оплата кредита</div><div class=\"apidocs-english\">Credit payment</div></div>\n"
          },
          "createdAt": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата создания</div>\n<div class=\"apidocs-english\">Creation date</div>",
            "format": "date-time"
          },
          "updatedAt": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата обновления</div>\n<div class=\"apidocs-english\">Update date</div>",
            "format": "date-time"
          },
          "deletedAt": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата удаления</div>\n<div class=\"apidocs-english\">Removal date</div>",
            "format": "date-time",
            "nullable": true
          }
        },
        "additionalProperties": false,
        "description": "Модель дерева товарных категорий V2"
      },
      "NebularApi.Models.LkService.GetReceiptCashier": {
        "required": [
          "name",
          "position"
        ],
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор кассира</div>\n<div class=\"apidocs-english\">Cashier identifier</div>",
            "format": "uuid"
          },
          "name": {
            "maxLength": 255,
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Имя кассира</div>\n<div class=\"apidocs-english\">Cashier name</div>"
          },
          "inn": {
            "maxLength": 12,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">ИНН кассира</div>\n<div class=\"apidocs-english\">Cashier TIN</div>",
            "nullable": true
          },
          "position": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">\n            Должность кассира\n            Допустимые значения: <b>\"Junior Cashier\"</b>, <b>\"Cashier\"</b>, <b>\"Admin\"</b></div>, <b>\"Courier\"</b>, <b>\"Junior Courier\"</b><div class=\"apidocs-english\">\n            Cashier position\n            Allowed values: <b>\"Junior Cashier\"</b>, <b>\"Cashier\"</b>, <b>\"Admin\"</b>, <b>\"Courier\"</b>, <b>\"Junior Courier\"</b></div>"
          },
          "lastLoginTime": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата и время последнего логина кассира</div>\n<div class=\"apidocs-english\">Last cashier login date and time</div>",
            "format": "date-time",
            "nullable": true
          },
          "code": {
            "maxLength": 2,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Код кассира</div>\n<div class=\"apidocs-english\">Cashier code</div>",
            "nullable": true
          },
          "img": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.Img"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Изображение кассира</div>\n<div class=\"apidocs-english\">Cashier image</div>",
            "nullable": true
          },
          "customProperties": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.CustomProperty"
            },
            "description": "<div class=\"apidocs-russian\">Дополнительные параметры</div>\n<div class=\"apidocs-english\">Extra options</div>",
            "nullable": true
          },
          "externalId": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор кассира во внешней системе</div>\n<div class=\"apidocs-english\">Cashier external system ID</div>",
            "nullable": true
          }
        },
        "additionalProperties": false,
        "description": "<div class=\"apidocs-russian\">Модель кассира для отображения в чеке</div>\n<div class=\"apidocs-english\">Cashier model for presentation in receipt</div>"
      },
      "NebularApi.Models.LkService.GetShopV2": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор магазина</div>\n<div class=\"apidocs-english\">Store identifier</div>",
            "nullable": true
          },
          "warehouses": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.WarehouseV2.WarehouseGetShopV2"
            },
            "description": "<div class=\"apidocs-russian\">Массив складов</div>\n<div class=\"apidocs-english\">Array of warehouses</div>",
            "nullable": true
          },
          "name": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Название магазина</div>\n<div class=\"apidocs-english\">Shop name</div>",
            "nullable": true
          },
          "address": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.Address"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Адрес магазина (объект dadata, см. https://dadata.ru/api/suggest/#about-address)</div>\n<div class=\"apidocs-english\">Store address (dadata object, see https://dadata.ru/api/suggest/#abo</div>",
            "nullable": true
          },
          "url": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Интернет-адрес магазина</div>\n<div class=\"apidocs-english\">Shop internet address</div>",
            "nullable": true
          },
          "longitude": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Долгота магазина</div>\n<div class=\"apidocs-english\">Shop Longitude</div>",
            "nullable": true
          },
          "latitude": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Широта магазина</div>\n<div class=\"apidocs-english\">Shop latitude</div>",
            "nullable": true
          },
          "russianName": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Название на русском</div>\n<div class=\"apidocs-english\">Name in russian</div>",
            "nullable": true
          },
          "englishName": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Название на английском</div>\n<div class=\"apidocs-english\">Name in english</div>",
            "nullable": true
          },
          "responsible": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Ответственный</div>\n<div class=\"apidocs-english\">Responsible</div>",
            "nullable": true
          },
          "authority": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Владелец</div>\n<div class=\"apidocs-english\">Authority</div>",
            "nullable": true
          },
          "phone": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Телефон</div>\n<div class=\"apidocs-english\">Phone</div>",
            "nullable": true
          },
          "zipCode": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Зип код</div>\n<div class=\"apidocs-english\">ZipCode</div>",
            "nullable": true
          },
          "onlineStore": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Интернет-магазин</div>\n<div class=\"apidocs-english\">OnlineStore</div>",
            "default": false
          },
          "createdAt": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата создания магазина</div>\n<div class=\"apidocs-english\">Store creation date</div>",
            "format": "date-time"
          },
          "activityType": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Вид деятельности</div>\n<div class=\"apidocs-english\">Activity type</div>",
            "nullable": true
          },
          "customProperties": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.CustomProperty"
            },
            "description": "<div class=\"apidocs-russian\">Дополнительные параметры</div>\n<div class=\"apidocs-english\">Extra options</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.Goods.ExtendedGoodDtoV2": {
        "required": [
          "group_id",
          "id",
          "name",
          "paymentMethodType",
          "subject",
          "tax",
          "type",
          "unit"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Уникальный идентификатор товара в рамках аккаунта</div>\n<div class=\"apidocs-english\">Goods account-wide unique identifier</div>"
          },
          "group_id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор категории</div>\n<div class=\"apidocs-english\">Category identifier</div>"
          },
          "type": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Тип товара (возможные значения: simple, ingredient, complex)</div>\n<div class=\"apidocs-english\">Goods type (possible values: simple, ingredient, complex)</div>",
            "default": "simple"
          },
          "productionCost": {
            "minimum": 0,
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Себестоимость</div>\n<div class=\"apidocs-english\">Cost price</div>",
            "format": "double",
            "nullable": true
          },
          "marginPercent": {
            "maximum": 99999999.99,
            "minimum": 0,
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Наценка</div>\n<div class=\"apidocs-english\">Extra charge</div>",
            "format": "float",
            "nullable": true
          },
          "isWeight": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Весовой ли товар 0-Штучный 1-Весовой</div>\n<div class=\"apidocs-english\">Item Type 0-Piece 1-Weight</div>",
            "format": "int32",
            "default": 0
          },
          "tax": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.VATRateEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Ставка налога на товар</div>\n<div class=\"apidocs-english tag-value\">Product tax rate</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 20%. С 1 января 2026 года 22%</div><div class=\"apidocs-english\">VAT rate 20%. 22% starting from 01.01.2026</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 10%</div><div class=\"apidocs-english\">VAT rate 10%</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС расч. 20/120. С 1 января 2026 года 22/122</div><div class=\"apidocs-english\">VAT rate 20/120. 22/122 starting from 01.01.2026</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС расч. 10/110</div><div class=\"apidocs-english\">VAT rate 10/110</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">5</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 0%</div><div class=\"apidocs-english\">VAT rate 10%</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">6</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">НДС не облагается</div><div class=\"apidocs-english\">VAT free</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">7</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 5%</div><div class=\"apidocs-english\">VAT rate 5%</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">8</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 7%</div><div class=\"apidocs-english\">VAT rate 7%</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">9</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС расч. 5/105</div><div class=\"apidocs-english\">VAT rate 5/105</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">10</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС расч. 7/107</div><div class=\"apidocs-english\">VAT rate 7/107</div></div>\n"
          },
          "unit": {
            "maxLength": 16,
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">Единица измерения, 1197. Примеры:\n            <div>Штука</div>\n<div>Грамм</div>\n<div>Килограмм</div>\n<div>Тонна</div>\n<div>Сантиметр</div>\n<div>Дециметр</div>\n<div>Метр</div>\n<div>Квадратный сантиметр</div>\n<div>Квадратный дециметр</div>\n<div>Квадратный метр</div>\n<div>Миллилитр</div>\n<div>Литр</div>\n<div>Кубический метр</div>\n<div>Киловатт час</div>\n<div>Гигакаллория</div>\n<div>Сутки</div>\n<div>Час</div>\n<div>Минута</div>\n<div>Секунда</div>\n<div>Килобайт</div>\n<div>Мегабайт</div>\n<div>Гигабайт</div>\n<div>Терабайт</div>\n</div>\n<div class=\"apidocs-english tag-value\"></div>"
          },
          "unitCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.UnitCodeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Единица измерения, 2108</div>\n<div class=\"apidocs-english tag-value\">Unit of measurement, 2108</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">0</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Штука или Единица</div><div class=\"apidocs-english\">Unit</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">10</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Грамм</div><div class=\"apidocs-english\">Gram</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">11</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Килограмм</div><div class=\"apidocs-english\">Kilogram</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">12</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Тонна</div><div class=\"apidocs-english\">Ton</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">20</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Сантиметр</div><div class=\"apidocs-english\">Centimetre</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">21</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Дециметр</div><div class=\"apidocs-english\">Decimeter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">22</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Метр</div><div class=\"apidocs-english\">Metre</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">30</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Квадратный сантиметр</div><div class=\"apidocs-english\">Square centimeter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">31</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Квадратный дециметр</div><div class=\"apidocs-english\">Square decimeter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">32</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Квадратный метр</div><div class=\"apidocs-english\">Square meter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">40</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Миллилитр</div><div class=\"apidocs-english\">Milliliter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">41</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Литр</div><div class=\"apidocs-english\">Litre</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">42</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Кубический метр</div><div class=\"apidocs-english\">Cubic meter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">50</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Киловатт час</div><div class=\"apidocs-english\">Kilowatt hour</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">51</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Гигакаллория</div><div class=\"apidocs-english\">Gigacallory</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">70</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Сутки (день)</div><div class=\"apidocs-english\">Day</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">71</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Час</div><div class=\"apidocs-english\">Hour</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">72</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Минута</div><div class=\"apidocs-english\">Minute</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">73</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Секунда</div><div class=\"apidocs-english\">Second</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">80</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Килобайт</div><div class=\"apidocs-english\">Kilobytes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">81</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Мегабайт</div><div class=\"apidocs-english\">Megabytes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">82</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Гигабайт</div><div class=\"apidocs-english\">Gigabytes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">83</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Терабайт</div><div class=\"apidocs-english\">Terabyte</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">255</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Иное</div><div class=\"apidocs-english\">Other</div></div>\n",
            "nullable": true
          },
          "subject": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.PaymentSubjectTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Предмет расчета</div>\n<div class=\"apidocs-english tag-value\">Calculation subject</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Товар</div><div class=\"apidocs-english\">Product</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Подакцизный товар</div><div class=\"apidocs-english\">Excisable product</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Работа</div><div class=\"apidocs-english\">Job</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Услуга</div><div class=\"apidocs-english\">Service</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">5</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка азартной игры</div><div class=\"apidocs-english\">Gambling bet</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">6</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выигрыш азартной игры</div><div class=\"apidocs-english\">Gambling gain</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">7</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Лотерейный билет</div><div class=\"apidocs-english\">Lottery ticket</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">8</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выигрыш лотереи</div><div class=\"apidocs-english\">Lottery winnings</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">9</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Предоставление РИД</div><div class=\"apidocs-english\">Providing the result of intellectual activity</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">10</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Платёж</div><div class=\"apidocs-english\">Payment</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">11</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Агентское вознаграждение</div><div class=\"apidocs-english\">Agent commission</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">12</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выплата</div><div class=\"apidocs-english\">Payout</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">13</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Иной предмет расчета</div><div class=\"apidocs-english\">Other product</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">14</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Имущественное право</div><div class=\"apidocs-english\">Property law</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">15</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Внереализационный доход</div><div class=\"apidocs-english\">Non operating income</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">16</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Иные платежи и взносы</div><div class=\"apidocs-english\">Other payments and fees</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">17</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Торговый сбор</div><div class=\"apidocs-english\">Trading fee</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">18</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Туристический налог</div><div class=\"apidocs-english\">Tourist fee</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">19</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Залог</div><div class=\"apidocs-english\">Deposit</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">20</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Расход</div><div class=\"apidocs-english\">Expense</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">21</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное пенсионное страхование ИП</div><div class=\"apidocs-english\">Mandatory SP's (Sole Proprietor) Pension Insurance </div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">22</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное пенсионное страхование</div><div class=\"apidocs-english\">Mandatory Pension Insurance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">23</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное медицинское страхование ИП</div><div class=\"apidocs-english\">Mandatory SP's Health Insurance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">24</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное медицинское страхование</div><div class=\"apidocs-english\">Mandatory Health Insurance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">25</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное социальное страхование</div><div class=\"apidocs-english\">Mandatory Social Insurance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">26</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Платёж казино</div><div class=\"apidocs-english\">Casino Fee</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">27</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выдача денежных средств</div><div class=\"apidocs-english\">Cash outcome</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">30</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Подакцизный маркированный товар, код маркировки утерян, АТНМ</div><div class=\"apidocs-english\">Excisable goods without marking</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">31</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Подакцизный товар с маркировкой, АТМ</div><div class=\"apidocs-english\">Excisable goods with marking</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">32</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Маркированный товар, код маркировки утерян, ТНМ</div><div class=\"apidocs-english\">Non excisable goods without marking</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">33</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Неподакцизный товар с маркировкой, ТМ</div><div class=\"apidocs-english\">Non excisable goods without marking</div></div>\n"
          },
          "isOrderable": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Возможность закупки товара у населения</div>\n<div class=\"apidocs-english\">The ability to purchase goods from the population</div>",
            "default": false
          },
          "name": {
            "maxLength": 128,
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Имя товара</div>\n<div class=\"apidocs-english tag-value\">Goods name</div>"
          },
          "slotInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.SlotInfo"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация о слоте</div>\n<div class=\"apidocs-english\">Slot info</div>",
            "nullable": true
          },
          "sku": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Артикул товара</div>\n<div class=\"apidocs-english\">Goods vendor code</div>",
            "nullable": true
          },
          "1cSku": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">SKU товара в 1С. Это поле игнорируется. Любое переданное значение в это поле не окажет никакого эффекта.</div>\n<div class=\"apidocs-english\">Goods 1C system SKU. This field is ignored. Any value passed won't affect anything.</div>",
            "nullable": true,
            "deprecated": true
          },
          "price": {
            "minimum": 0,
            "type": "number",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Цена за единицу</div>\n<div class=\"apidocs-english tag-value\">Unit price</div>",
            "format": "double",
            "nullable": true
          },
          "barcodes": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian\">Штрих-коды товаров (штрих-код должен состоять только из цифр, допустимая длина - от 4 до 22 цифр)</div>\n<div class=\"apidocs-english\">Product barcodes (barcode must only contain 4-22 digits)</div>",
            "nullable": true
          },
          "img": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.Img"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Изображение товара</div>\n<div class=\"apidocs-english\">Goods image</div>",
            "nullable": true
          },
          "lastPurchasePrice": {
            "minimum": 0,
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Последняя цена закупки</div>\n<div class=\"apidocs-english\">Last purchase price</div>",
            "format": "double",
            "nullable": true
          },
          "accountingMethod": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Метод списания (возможные значения: children, self, self first, none)</div>\n<div class=\"apidocs-english\">Withdraw method (possible values: children, self, self first, none)</div>",
            "nullable": true
          },
          "cookingTimeMinutes": {
            "maximum": 2147483647,
            "minimum": 0,
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Время приготовления, минуты</div>\n<div class=\"apidocs-english\">Cooking time, minutes</div>",
            "format": "int32",
            "nullable": true
          },
          "cookingTimeSeconds": {
            "maximum": 2147483647,
            "minimum": 0,
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Время приготовления, секунды</div>\n<div class=\"apidocs-english\">Cooking time, seconds</div>",
            "format": "int32",
            "nullable": true
          },
          "cookingReceipt": {
            "maxLength": 4096,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Рецепт приготовления</div>\n<div class=\"apidocs-english\">Recipe</div>",
            "nullable": true
          },
          "nonTradable": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Не для продажи</div>\n<div class=\"apidocs-english\">Non Tradable</div>",
            "default": false
          },
          "markingType": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.MarkingTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Тип маркировки (при наличии)</div>\n<div class=\"apidocs-english\">Marking Type (if any)</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Товары из натурального меха</div><div class=\"apidocs-english\">Natural fur goods</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Лекарственные товары</div><div class=\"apidocs-english\">Medicines</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Табачная продукция</div><div class=\"apidocs-english\">Tobacco</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Обувные товары</div><div class=\"apidocs-english\">Shoes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">5</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Духи и туалетная вода</div><div class=\"apidocs-english\">Perfume</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">6</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Шины и покрышки пневматические резиновые новые</div><div class=\"apidocs-english\">Tires</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">7</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\"><s>Предметы одежды, включая рабочую одежду, изготовленные из натуральной или композиционной кожи.</s> Используйте 11, Товары легкой промышленности.</div><div class=\"apidocs-english\"><s>Leather clothes.</s> Use 11, Light industry goods instead.</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">8</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\"><s>Блузки, блузы и блузоны трикотажные машинного или ручного вязания, женские или для девочек.</s> Используйте 11, Товары легкой промышленности.</div><div class=\"apidocs-english\"><s>Blouses.</s> Use 11, Light industry goods instead.</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">9</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\"><s>Пальто, полупальто, накидки, плащи, куртки (включая лыжные), ветровки, штормовки и аналогичные изделия мужские или для мальчиков.</s> Используйте 11, Товары легкой промышленности.</div><div class=\"apidocs-english\"><s>Man coats.</s> Use 11, Light industry goods instead.</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">10</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\"><s>Пальто, полупальто, накидки, плащи, куртки (включая лыжные), ветровки, штормовки и аналогичные изделия женские или для девочек.</s> Используйте 11, Товары легкой промышленности.</div><div class=\"apidocs-english\"><s>Woman coats.</s> Use 11, Light industry goods instead.</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">11</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Товары легкой промышленности</div><div class=\"apidocs-english\">Light industry goods</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">12</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Фотокамеры (кроме кинокамер), фотовспышки и лампы-вспышки</div><div class=\"apidocs-english\">Cameras</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">13</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Молочная продукция</div><div class=\"apidocs-english\">Dairy</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">14</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Велосипеды и велосипедные рамы</div><div class=\"apidocs-english\">Bicycles</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">15</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Альтернативная табачная продукция</div><div class=\"apidocs-english\">Alternative tobacco</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">16</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Биологически активные добавки к пище (БАД)</div><div class=\"apidocs-english\">Dietary supplements</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">17</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Никотиносодержащая продукция</div><div class=\"apidocs-english\">Nicotine-containing products</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">18</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Пиво, напитки, изготовленные на основе пива, и слабоалкогольные напитки с маркировкой ЧЗ, подлежащие списанию в УТМ ЕГАИС</div><div class=\"apidocs-english\">Beer</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">19</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Медицинские изделия</div><div class=\"apidocs-english\">Medical goods</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">20</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Антисептики и дезинфицирующие средства</div><div class=\"apidocs-english\">Antiseptics</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">21</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Упакованная вода</div><div class=\"apidocs-english\">BottledWater</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">22</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Алкогольная продукция ЕГАИСа</div><div class=\"apidocs-english\">AlcoholEGAIS</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">23</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Немаркированные слабоалкогольные напитки, подлежащие списанию в УТМ ЕГАИС</div><div class=\"apidocs-english\">Unmarked Low Alcohol</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">24</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Безалкогольное пиво</div><div class=\"apidocs-english\">NON ALCOHOLIC BEER</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">25</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Соковая продукция и безалкогольные напитки</div><div class=\"apidocs-english\">SOFT DRINKS</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">26</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Корма для животных</div><div class=\"apidocs-english\">Pet food</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">27</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Морепродукты</div><div class=\"apidocs-english\">Sea food</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">28</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ветеринарные препараты</div><div class=\"apidocs-english\">Vet pharma</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">29</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Консервированная продукция</div><div class=\"apidocs-english\">Conserve</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">30</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Растительные масла</div><div class=\"apidocs-english\">Vegetable oil</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">31</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Косметика, бытовая химия и товары личной гигиены</div><div class=\"apidocs-english\">Chemistry</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">32</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Бакалейная продукция</div><div class=\"apidocs-english\">Grocery</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">33</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Строительные материалы</div><div class=\"apidocs-english\">Construction</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">34</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Моторные масла</div><div class=\"apidocs-english\">Auto fluids</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">35</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Сладости и кондитерские изделия</div><div class=\"apidocs-english\">Sweets</div></div>\n",
            "nullable": true
          },
          "minPrice": {
            "minimum": 0,
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Минимальная цена</div>\n<div class=\"apidocs-english\">Minimum price</div>",
            "format": "double",
            "nullable": true
          },
          "customProperties": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.CustomProperty"
            },
            "description": "<div class=\"apidocs-russian\">Дополнительные параметры</div>\n<div class=\"apidocs-english\">Extra options</div>",
            "nullable": true
          },
          "paymentMethodType": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.PaymentMethodTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Признак способа расчета</div>\n<div class=\"apidocs-english tag-value\">Sign of calculation method</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Предоплата 100%</div><div class=\"apidocs-english\">100% prepayment</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Частичная предоплата</div><div class=\"apidocs-english\">Partial prepay</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Аванс</div><div class=\"apidocs-english\">Advance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Полный расчёт</div><div class=\"apidocs-english\">Full settlement</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">5</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Частичный расчёт и кредит</div><div class=\"apidocs-english\">Partial settlement and credit</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">6</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Передача в кредит</div><div class=\"apidocs-english\">Credit transfer</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">7</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Оплата кредита</div><div class=\"apidocs-english\">Credit payment</div></div>\n"
          },
          "receiptProperties": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.ReceiptProperties"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Параметры по умолчанию для позиции чека</div>\n<div class=\"apidocs-english\">Default options for receipt item</div>",
            "nullable": true
          },
          "maxDiscountPercent": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Максимальный процент скидки</div>\n<div class=\"apidocs-english\">Maximum discount percentage</div>",
            "format": "float",
            "nullable": true
          },
          "nomenclatureCode": {
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">Код товара для ОФД, 1162 (Заполняется если требуется дополнительный реквизит \"Код товара\", Поле должно содержать ровно 13 цифр)</div>\n<div class=\"apidocs-english tag-value\">Good's code for fiscal data operator, 1162 (Fill this field if additional props \"Good's code\" is needed, 13-digit field)</div>",
            "nullable": true
          },
          "industryAttribute": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.CommonApi.IndustryAttribute"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Отраслевой реквизит предмета расчёта, 1260</div>\n<div class=\"apidocs-english tag-value\">Position industry attribute, 1260</div>",
            "nullable": true
          },
          "noReturn": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.NoReturnEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Данный параметр позволяет полностью отключить возможность возврата позиции.</div>\n<div class=\"apidocs-english\">This parameter allows completely disable position refund</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">0</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выключен</div><div class=\"apidocs-english\">Off</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Включен</div><div class=\"apidocs-english\">On</div></div>\n",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.GoodsShopInfo": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор магазина</div>\n<div class=\"apidocs-english\">Shop identifier</div>",
            "nullable": true
          },
          "name": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Название магазина</div>\n<div class=\"apidocs-english\">Shop name</div>",
            "nullable": true
          },
          "deletedAt": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Время удаления магазина</div>\n<div class=\"apidocs-english\">Shop deletion timestamp</div>",
            "format": "date-time",
            "nullable": true
          }
        },
        "additionalProperties": false,
        "description": "Модель магазина к которому привязан товар"
      },
      "NebularApi.Models.LkService.GoodsV2.GoodsListResponseV2": {
        "type": "object",
        "properties": {
          "rows": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.GoodsV2.GoodsListResponseV2Row"
            },
            "description": "<div class=\"apidocs-russian\">Список облегченных модели товаров</div>\n<div class=\"apidocs-english\">List of light goods models</div>",
            "nullable": true
          },
          "pages": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Количество страниц по данному запросу</div>\n<div class=\"apidocs-english\">Number of pages for this request</div>",
            "format": "int32"
          }
        },
        "additionalProperties": false,
        "description": "Информация о списке товаров с количеством страниц для данного запроса"
      },
      "NebularApi.Models.LkService.GoodsV2.GoodsListResponseV2Row": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор товара</div>\n<div class=\"apidocs-english\">Goods identifier</div>",
            "nullable": true
          },
          "group_id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор категории</div>\n<div class=\"apidocs-english\">Category identifier</div>",
            "nullable": true
          },
          "name": {
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Имя товара</div>\n<div class=\"apidocs-english tag-value\">Goods name</div>",
            "nullable": true
          },
          "type": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Тип товара (возможные значения: simple, ingredient, complex)</div>\n<div class=\"apidocs-english\">Goods type (possible values: simple, ingredient, complex)</div>",
            "nullable": true
          },
          "sku": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Артикул товара</div>\n<div class=\"apidocs-english\">Goods vendor code</div>",
            "nullable": true
          },
          "unit": {
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">Единица измерения, 1197</div>\n<div class=\"apidocs-english tag-value\">Unit of measurement, 1197</div>",
            "nullable": true
          },
          "unitCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.UnitCodeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Единица измерения, 2108</div>\n<div class=\"apidocs-english tag-value\">Unit of measurement, 2108</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">0</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Штука или Единица</div><div class=\"apidocs-english\">Unit</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">10</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Грамм</div><div class=\"apidocs-english\">Gram</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">11</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Килограмм</div><div class=\"apidocs-english\">Kilogram</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">12</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Тонна</div><div class=\"apidocs-english\">Ton</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">20</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Сантиметр</div><div class=\"apidocs-english\">Centimetre</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">21</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Дециметр</div><div class=\"apidocs-english\">Decimeter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">22</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Метр</div><div class=\"apidocs-english\">Metre</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">30</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Квадратный сантиметр</div><div class=\"apidocs-english\">Square centimeter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">31</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Квадратный дециметр</div><div class=\"apidocs-english\">Square decimeter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">32</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Квадратный метр</div><div class=\"apidocs-english\">Square meter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">40</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Миллилитр</div><div class=\"apidocs-english\">Milliliter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">41</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Литр</div><div class=\"apidocs-english\">Litre</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">42</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Кубический метр</div><div class=\"apidocs-english\">Cubic meter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">50</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Киловатт час</div><div class=\"apidocs-english\">Kilowatt hour</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">51</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Гигакаллория</div><div class=\"apidocs-english\">Gigacallory</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">70</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Сутки (день)</div><div class=\"apidocs-english\">Day</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">71</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Час</div><div class=\"apidocs-english\">Hour</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">72</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Минута</div><div class=\"apidocs-english\">Minute</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">73</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Секунда</div><div class=\"apidocs-english\">Second</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">80</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Килобайт</div><div class=\"apidocs-english\">Kilobytes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">81</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Мегабайт</div><div class=\"apidocs-english\">Megabytes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">82</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Гигабайт</div><div class=\"apidocs-english\">Gigabytes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">83</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Терабайт</div><div class=\"apidocs-english\">Terabyte</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">255</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Иное</div><div class=\"apidocs-english\">Other</div></div>\n",
            "nullable": true
          },
          "tax": {
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Ставка налога на товар</div>\n<div class=\"apidocs-english tag-value\">Product tax rate</div>",
            "nullable": true
          },
          "productionCost": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Себестоимость</div>\n<div class=\"apidocs-english\">Cost price</div>",
            "format": "float",
            "nullable": true
          },
          "price": {
            "type": "number",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Цена за единицу</div>\n<div class=\"apidocs-english tag-value\">Unit price</div>",
            "format": "double",
            "nullable": true
          },
          "marginPercent": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Наценка</div>\n<div class=\"apidocs-english\">Extra charge</div>",
            "format": "float",
            "nullable": true
          },
          "customProperties": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.CustomProperty"
            },
            "description": "<div class=\"apidocs-russian\">Дополнительные параметры</div>\n<div class=\"apidocs-english\">Extra options</div>",
            "nullable": true
          },
          "updatedAt": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата обновления товара</div>\n<div class=\"apidocs-english\"></div>",
            "format": "date-time"
          },
          "barcodes": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian\">Штрих-коды товаров</div>\n<div class=\"apidocs-english\">Product barcodes</div>",
            "nullable": true
          },
          "markingType": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.MarkingTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Тип маркировки (при наличии)</div>\n<div class=\"apidocs-english\">Marking Type (if any)</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Товары из натурального меха</div><div class=\"apidocs-english\">Natural fur goods</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Лекарственные товары</div><div class=\"apidocs-english\">Medicines</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Табачная продукция</div><div class=\"apidocs-english\">Tobacco</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Обувные товары</div><div class=\"apidocs-english\">Shoes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">5</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Духи и туалетная вода</div><div class=\"apidocs-english\">Perfume</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">6</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Шины и покрышки пневматические резиновые новые</div><div class=\"apidocs-english\">Tires</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">7</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\"><s>Предметы одежды, включая рабочую одежду, изготовленные из натуральной или композиционной кожи.</s> Используйте 11, Товары легкой промышленности.</div><div class=\"apidocs-english\"><s>Leather clothes.</s> Use 11, Light industry goods instead.</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">8</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\"><s>Блузки, блузы и блузоны трикотажные машинного или ручного вязания, женские или для девочек.</s> Используйте 11, Товары легкой промышленности.</div><div class=\"apidocs-english\"><s>Blouses.</s> Use 11, Light industry goods instead.</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">9</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\"><s>Пальто, полупальто, накидки, плащи, куртки (включая лыжные), ветровки, штормовки и аналогичные изделия мужские или для мальчиков.</s> Используйте 11, Товары легкой промышленности.</div><div class=\"apidocs-english\"><s>Man coats.</s> Use 11, Light industry goods instead.</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">10</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\"><s>Пальто, полупальто, накидки, плащи, куртки (включая лыжные), ветровки, штормовки и аналогичные изделия женские или для девочек.</s> Используйте 11, Товары легкой промышленности.</div><div class=\"apidocs-english\"><s>Woman coats.</s> Use 11, Light industry goods instead.</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">11</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Товары легкой промышленности</div><div class=\"apidocs-english\">Light industry goods</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">12</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Фотокамеры (кроме кинокамер), фотовспышки и лампы-вспышки</div><div class=\"apidocs-english\">Cameras</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">13</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Молочная продукция</div><div class=\"apidocs-english\">Dairy</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">14</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Велосипеды и велосипедные рамы</div><div class=\"apidocs-english\">Bicycles</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">15</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Альтернативная табачная продукция</div><div class=\"apidocs-english\">Alternative tobacco</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">16</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Биологически активные добавки к пище (БАД)</div><div class=\"apidocs-english\">Dietary supplements</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">17</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Никотиносодержащая продукция</div><div class=\"apidocs-english\">Nicotine-containing products</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">18</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Пиво, напитки, изготовленные на основе пива, и слабоалкогольные напитки с маркировкой ЧЗ, подлежащие списанию в УТМ ЕГАИС</div><div class=\"apidocs-english\">Beer</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">19</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Медицинские изделия</div><div class=\"apidocs-english\">Medical goods</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">20</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Антисептики и дезинфицирующие средства</div><div class=\"apidocs-english\">Antiseptics</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">21</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Упакованная вода</div><div class=\"apidocs-english\">BottledWater</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">22</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Алкогольная продукция ЕГАИСа</div><div class=\"apidocs-english\">AlcoholEGAIS</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">23</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Немаркированные слабоалкогольные напитки, подлежащие списанию в УТМ ЕГАИС</div><div class=\"apidocs-english\">Unmarked Low Alcohol</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">24</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Безалкогольное пиво</div><div class=\"apidocs-english\">NON ALCOHOLIC BEER</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">25</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Соковая продукция и безалкогольные напитки</div><div class=\"apidocs-english\">SOFT DRINKS</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">26</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Корма для животных</div><div class=\"apidocs-english\">Pet food</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">27</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Морепродукты</div><div class=\"apidocs-english\">Sea food</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">28</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ветеринарные препараты</div><div class=\"apidocs-english\">Vet pharma</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">29</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Консервированная продукция</div><div class=\"apidocs-english\">Conserve</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">30</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Растительные масла</div><div class=\"apidocs-english\">Vegetable oil</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">31</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Косметика, бытовая химия и товары личной гигиены</div><div class=\"apidocs-english\">Chemistry</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">32</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Бакалейная продукция</div><div class=\"apidocs-english\">Grocery</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">33</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Строительные материалы</div><div class=\"apidocs-english\">Construction</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">34</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Моторные масла</div><div class=\"apidocs-english\">Auto fluids</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">35</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Сладости и кондитерские изделия</div><div class=\"apidocs-english\">Sweets</div></div>\n",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.GoodsV2SetPrices": {
        "required": [
          "id",
          "shops"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор товара</div>\n<div class=\"apidocs-english\">Goods identifier</div>"
          },
          "shops": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.Shops.ShopV2SetPrices"
            },
            "description": "<div class=\"apidocs-russian\">Массив магазинов</div>\n<div class=\"apidocs-english\">Array of shops</div>"
          },
          "defaultPrice": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Цена товара в БД</div>\n<div class=\"apidocs-english\">Product price in the database</div>",
            "format": "float"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.Group": {
        "required": [
          "id"
        ],
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор группы</div>\n<div class=\"apidocs-english\">Group Identifier</div>",
            "format": "uuid"
          }
        },
        "additionalProperties": false,
        "description": "<div class=\"apidocs-russian\">Группа клиента</div>\n<div class=\"apidocs-english\">Client group</div>"
      },
      "NebularApi.Models.LkService.IdResponseV2": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.Img": {
        "type": "object",
        "properties": {
          "data": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">\n  <div>Изображение в формате base64. Необходимо передавать в следующем формате:\n</div>\n  <div></div>\n  <b>data:image/<тип>;base64,{base64-строка}\n</b>\n</div>\n<div>, где <тип> — MIME-тип изображения (jpeg, png и т.д.).</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "name": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Название файла с расширением</div>\n<div class=\"apidocs-english\">File name with extension</div>",
            "nullable": true
          },
          "size": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Размер файла</div>\n<div class=\"apidocs-english\">File size</div>",
            "format": "int32"
          },
          "type": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">MIME тип, например  image/png</div>\n<div class=\"apidocs-english\">MIME type, e.g. image / png</div>",
            "nullable": true
          }
        },
        "additionalProperties": false,
        "description": "<div class=\"apidocs-russian\">Модель изображения</div>\n<div class=\"apidocs-english\">Image model</div>"
      },
      "NebularApi.Models.LkService.LkShift": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Uuid смены</div>\n<div class=\"apidocs-english\">shift uuid</div>",
            "format": "uuid",
            "nullable": true
          },
          "number": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Номер смены</div>\n<div class=\"apidocs-english\">Shift number</div>",
            "format": "int32",
            "nullable": true
          },
          "startDate": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата начала смены</div>\n<div class=\"apidocs-english\">Shift start date</div>",
            "format": "date-time",
            "nullable": true
          },
          "cashAtStart": {
            "maxLength": 11,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Сумма на начало смены</div>\n<div class=\"apidocs-english\">Shift start sum</div>",
            "nullable": true
          },
          "dateClose": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата завершения смены</div>\n<div class=\"apidocs-english\">Shift end date</div>",
            "format": "date-time",
            "nullable": true
          },
          "cashAtEnd": {
            "maxLength": 11,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Сумма в кассе на конец смены</div>\n<div class=\"apidocs-english\">Shift end sum</div>",
            "nullable": true
          },
          "deviceSN": {
            "maxLength": 16,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Серийный номер кассы</div>\n<div class=\"apidocs-english\">Device serial number</div>",
            "nullable": true
          },
          "fsNumber": {
            "maxLength": 16,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Номер ФН</div>\n<div class=\"apidocs-english\">FS number</div>",
            "nullable": true
          },
          "cashierOpen": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Кассир, открывший смену</div>\n<div class=\"apidocs-english\">Open cashier</div>",
            "format": "uuid",
            "nullable": true
          },
          "cashierClose": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Кассир, закрывший смену</div>\n<div class=\"apidocs-english\">Close cashier</div>",
            "format": "uuid",
            "nullable": true
          },
          "deviceRN": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Регистрационный номер ККТ</div>\n<div class=\"apidocs-english\">Device RN number</div>",
            "nullable": true
          },
          "counters": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.CommonApi.Сounters"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Счётчики кассы</div>\n<div class=\"apidocs-english\">Cash counters</div>",
            "nullable": true
          },
          "updatedAt": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Метка времени обновления</div>\n<div class=\"apidocs-english\">Update date mark</div>",
            "nullable": true
          },
          "reconciliations": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.CommonApi.Reconciliations"
            },
            "description": "<div class=\"apidocs-russian\">Список сверок итогов</div>\n<div class=\"apidocs-english\">List of reconciliations</div>",
            "nullable": true
          },
          "externalUserId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Внешний идентификатор пользователя</div>\n<div class=\"apidocs-english\">External user id</div>",
            "nullable": true
          },
          "position": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Должность кассира</div>\n<div class=\"apidocs-english\">Cashier position</div>",
            "nullable": true
          }
        },
        "additionalProperties": false,
        "description": "<div class=\"apidocs-russian\">Смена</div>\n<div class=\"apidocs-english\">Shift</div>"
      },
      "NebularApi.Models.LkService.LkSlip": {
        "required": [
          "type"
        ],
        "type": "object",
        "properties": {
          "cashier": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.GetReceiptCashier"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Модель кассира для отображения в чеке</div>\n<div class=\"apidocs-english\">Cashier model for presentation in receipt</div>",
            "nullable": true
          },
          "type": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Тип слипа. Возможные значения: `purchase`, `void`, `refund`, `purchasewithcashback`</div>\n<div class=\"apidocs-english\">Type of slip. Possible values: `purchase`,` void`, `refund`,` purchasewithcashback`</div>"
          },
          "date": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата операции</div>\n<div class=\"apidocs-english\">Date of operation</div>",
            "nullable": true
          },
          "cashierId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор кассира</div>\n<div class=\"apidocs-english\">Cashier identifier</div>",
            "format": "uuid",
            "nullable": true
          },
          "amount": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Сумма</div>\n<div class=\"apidocs-english\">Amount</div>",
            "format": "double"
          },
          "tsi": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">TSI - атрибут слипа</div>\n<div class=\"apidocs-english\">TSI - slip attribute</div>",
            "nullable": true
          },
          "rrn": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Аттрибут слипа. Номер операции для возвратов</div>\n<div class=\"apidocs-english\">Slip attribute. Transaction number for returns</div>",
            "nullable": true
          },
          "expirationDate": {
            "maxLength": 4,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата окончания срока действия карты</div>\n<div class=\"apidocs-english\">Card expiration date</div>",
            "nullable": true
          },
          "companyName": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Название организации</div>\n<div class=\"apidocs-english\">Company name</div>",
            "nullable": true
          },
          "customerContact": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Email или телефон клиента</div>\n<div class=\"apidocs-english\">Email or customer phone</div>",
            "nullable": true
          },
          "calculationAddress": {
            "maxLength": 128,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Адрес установки ККТ для проведения расчетов</div>\n<div class=\"apidocs-english\">Cash register installation address</div>",
            "nullable": true
          },
          "errorCode": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Код ошибки при оплате</div>\n<div class=\"apidocs-english\">Payment error code</div>",
            "nullable": true
          },
          "errorMessage": {
            "maxLength": 1024,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Описание ошибки при оплате</div>\n<div class=\"apidocs-english\">Description of payment error</div>",
            "nullable": true
          },
          "text": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Текст слипа</div>\n<div class=\"apidocs-english\">Slip text</div>",
            "nullable": true
          },
          "cardholder": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Имя держателя карты</div>\n<div class=\"apidocs-english\">Card holder name</div>",
            "nullable": true
          },
          "acquirerAgentName": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Посредник до банка эквайера</div>\n<div class=\"apidocs-english\">Intermediary to the acquirer bank</div>",
            "nullable": true
          },
          "cashlessType": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.CashlessPaymentsEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Типы безналичной оплаты</div>\n<div class=\"apidocs-english\">Types of cashless payments</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Безналичные</div><div class=\"apidocs-english\">Cashless</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Картой</div><div class=\"apidocs-english\">Card</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">QR-код</div><div class=\"apidocs-english\">QR-code</div></div>\n",
            "nullable": true
          },
          "qrPayTransaction": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.CommonApi.QrPayTransaction"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Транзакция при оплате сервисом QR-Pay</div>\n<div class=\"apidocs-english\">QR-Pay transaction (filled only in case of using QR-Pay service)</div>",
            "nullable": true
          },
          "merchantId": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор владельца терминала</div>\n<div class=\"apidocs-english\">Terminal owner identifier</div>",
            "nullable": true
          },
          "currency": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Код валюты согласно ISO 4217 </div>\n<div class=\"apidocs-english\">Currency code in ISO-4127</div>",
            "format": "int32",
            "nullable": true
          },
          "respCode": {
            "maxLength": 4,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Код ответа при оплате</div>\n<div class=\"apidocs-english\">Payment response code</div>",
            "nullable": true
          },
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Uuid слипа</div>\n<div class=\"apidocs-english\">Uuid slip</div>",
            "format": "uuid",
            "nullable": true
          },
          "acquirerBankName": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Наименование банка</div>\n<div class=\"apidocs-english\">Acquirer bank name</div>",
            "nullable": true
          },
          "transactionId": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор операции в банке</div>\n<div class=\"apidocs-english\">Bank transaction identifier</div>",
            "nullable": true
          },
          "slipNumber": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Номер слипа</div>\n<div class=\"apidocs-english\">Slip number</div>",
            "nullable": true
          },
          "approvalCode": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Код подтверждения</div>\n<div class=\"apidocs-english\">Approval code</div>",
            "nullable": true
          },
          "terminalId": {
            "maxLength": 20,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор терминала</div>\n<div class=\"apidocs-english\">Terminal identifier</div>",
            "nullable": true
          },
          "spasibo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.CommonApi.Spasibo"
              }
            ],
            "description": "<div class=\"apidocs-russian\">\"Спасибо\" транзакции по платежу</div>\n<div class=\"apidocs-english\">\"Spasibo\" transactions for a payment</div>",
            "nullable": true
          },
          "maskPan": {
            "maxLength": 19,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Маскированный номер карты</div>\n<div class=\"apidocs-english\">Masked card number</div>",
            "nullable": true
          },
          "aid": {
            "maxLength": 18,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">AID - номер авторизации в сети</div>\n<div class=\"apidocs-english\">AID - network authorization number</div>",
            "nullable": true
          },
          "tvr": {
            "maxLength": 16,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">TVR - атрибут слипа</div>\n<div class=\"apidocs-english\">TVR - slip attribute</div>",
            "nullable": true
          },
          "apn": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">APN - атрибут слипа. Тип сети авторизации(Тип карты)</div>\n<div class=\"apidocs-english\">APN - attribute of the slip. Authorization Network Type (Card Type)</div>",
            "nullable": true
          },
          "iin": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">IIN - атрибут слипа. Тип карты MasterCard/Visa</div>\n<div class=\"apidocs-english\">IIN - attribute of the slip. Card type masterCard/visa</div>",
            "nullable": true
          },
          "signNeeded": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Требуется ли подпись клиента</div>\n<div class=\"apidocs-english\">Is customer signature required</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.LoyaltyCard": {
        "type": "object",
        "properties": {
          "prefix": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Префикс карты</div>\n<div class=\"apidocs-english\">Card prefix</div>",
            "nullable": true
          },
          "number": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Номер карты</div>\n<div class=\"apidocs-english\">Card number</div>",
            "nullable": true
          }
        },
        "additionalProperties": false,
        "description": "<div class=\"apidocs-russian\">Карта лояльности</div>\n<div class=\"apidocs-english\">Loyalty card</div>"
      },
      "NebularApi.Models.LkService.ModifierGood": {
        "required": [
          "id",
          "name",
          "type"
        ],
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор модификатора</div>\n<div class=\"apidocs-english\">Modifier identifier</div>",
            "format": "uuid"
          },
          "name": {
            "maxLength": 256,
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Название модификатора</div>\n<div class=\"apidocs-english\">Modifier name</div>"
          },
          "type": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Тип модификатора (возможные значения: radio-button, checkbox)</div>\n<div class=\"apidocs-english\">Modifier type (possible values: radio-button, checkbox)</div>"
          },
          "minOptions": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Минимум для выбора (по умолчанию 0)</div>\n<div class=\"apidocs-english\">Minimum for selection (default 0)</div>",
            "format": "int32",
            "default": 0
          },
          "maxOptions": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Максимум  для выбора (по умолчанию 0)</div>\n<div class=\"apidocs-english\">Maximum for selection (default 0)</div>",
            "format": "int32",
            "nullable": true
          },
          "options": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.ModifierOption"
            },
            "description": "<div class=\"apidocs-russian\">Массив опций модификатора</div>\n<div class=\"apidocs-english\">Array of modifier options</div>",
            "nullable": true
          }
        },
        "additionalProperties": false,
        "description": "Модификатор товара"
      },
      "NebularApi.Models.LkService.ModifierOption": {
        "required": [
          "id",
          "modifierId"
        ],
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор опции</div>\n<div class=\"apidocs-english\">Option identifier</div>",
            "format": "uuid"
          },
          "modifierId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор модификатора</div>\n<div class=\"apidocs-english\">Modifier identifier</div>",
            "format": "uuid"
          },
          "goodsId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор товара, ингредиента или составного товара</div>\n<div class=\"apidocs-english\">Product, ingredient, or compound product identifier</div>",
            "format": "uuid",
            "nullable": true
          },
          "dummyName": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Название опции</div>\n<div class=\"apidocs-english\">Option name</div>",
            "nullable": true
          },
          "quantity": {
            "minimum": 0,
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Кол-во/вес</div>\n<div class=\"apidocs-english\">Qty / Weight</div>",
            "format": "float",
            "nullable": true
          },
          "cost": {
            "minimum": 0,
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Стоимость</div>\n<div class=\"apidocs-english\">Cost</div>",
            "format": "float",
            "nullable": true
          }
        },
        "additionalProperties": false,
        "description": "Опции модификатора товара"
      },
      "NebularApi.Models.LkService.OrdersV2.OrdersResponse": {
        "type": "object",
        "properties": {
          "rows": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Dtos.GetOrderStatusWithReceiptsContent"
            },
            "description": "<div class=\"apidocs-russian\">Список заказов</div>\n<div class=\"apidocs-english\">Orders list</div>",
            "nullable": true
          },
          "pages": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Количество страниц по данному запросу</div>\n<div class=\"apidocs-english\">Number of pages for this request</div>",
            "format": "int32"
          },
          "noData": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Признак отстутствия данных (при заданных параметрах фильтрации)</div>\n<div class=\"apidocs-english\">Sign of lack of data (with specified filtering parameters)</div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.OrdersV2.PostOrderV2": {
        "required": [
          "dateTime",
          "id",
          "number"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор заказа</div>\n<div class=\"apidocs-english\">Order identifier</div>"
          },
          "number": {
            "maxLength": 32,
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Номер заказа</div>\n<div class=\"apidocs-english\">Order number</div>"
          },
          "dateTime": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Время создания заказа</div>\n<div class=\"apidocs-english\">Order creation time</div>",
            "format": "date-time"
          },
          "device": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор устройства (обязателен, если не указаны shop и cashier, и при этом заказ не в статусе \"Черновик\").\n            Для заказов со статусом \"Черновик\"  поле необязательно.</div>\n<div class=\"apidocs-english\">Device identifier (is required if shop and cashier values are not presented and status is not \"Черновик\" (Draft))\n            For orders with the \"Черновик\" (Draft) status, the field is optional.</div>",
            "nullable": true
          },
          "shop": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор магазина (обязателен, если не указаны device и cashier, и при этом заказ не в статусе \"Черновик\")\n            Для заказов со статусом \"Черновик\"  поле необязательно.</div>\n<div class=\"apidocs-english\">Shop identifier (is required if device and cashier values are not presented and status is not \"Черновик\" (Draft))\n            For orders with the \"Черновик\" (Draft) status, the field is optional.</div>",
            "nullable": true
          },
          "cashier": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор кассира (обязателен, если не указаны shop и device, и при этом заказ не в статусе \"Черновик\")\n            Для заказов со статусом \"Черновик\"  поле необязательно.</div>\n<div class=\"apidocs-english\">Cashier identifier (is required if shop and device values are not presented and status is not \"Черновик\" (Draft))\n            For orders with the \"Черновик\" (Draft) status, the field is optional.</div>",
            "nullable": true
          },
          "clientId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор клиента</div>\n<div class=\"apidocs-english\">Customer identifier</div>",
            "nullable": true
          },
          "comment": {
            "maxLength": 1024,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Комментарий к заказу</div>\n<div class=\"apidocs-english\">Order comment</div>",
            "nullable": true
          },
          "deliveryAddress": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Адрес доставки заказа</div>\n<div class=\"apidocs-english\">Delivery address</div>",
            "nullable": true
          },
          "pickAddress": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Адрес забора заказа</div>\n<div class=\"apidocs-english\">Order pickup address</div>",
            "nullable": true
          },
          "status": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Статус заказа, можно использовать для отмены заказа. По умолчанию: \"Отложен\". Допустимые значения: \"Отложен\", \"Отменен\", \"Черновик\", \"Возвращен\", \"Частично возвращен\".\n            При статусе заказа \"Черновик\" поля device, cashier, shop необязательны.</div>\n<div class=\"apidocs-english\">Order status, can be utilized to cancel the order. Default: \"Отложен\"(Deferred). Possible values: \"Отложен\" (Deferred), \"Отменен\" (Canceled),\n            \"Черновик\" (Draft), \"Возвращен\" (Returned), \"Частично возвращен\" (Partial returned). If the status is draft, the cashier, shop and device fields are optional</div>",
            "nullable": true
          },
          "cancellationReason": {
            "maxLength": 256,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Причина отмены заказа (заполняется, если указан статус заказа \"Отменен\")</div>\n<div class=\"apidocs-english\">Order cancellation reason (fill in if status value is \"Отменен\"(Canceled))</div>",
            "nullable": true
          },
          "content": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.CommonApi.OrderDtoContent"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Содержимое заказа</div>\n<div class=\"apidocs-english\">Order content</div>",
            "nullable": true
          },
          "isEditableByDevice": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Возможность редактировать заказ на кассе. По умолчанию: true</div>\n<div class=\"apidocs-english\">Ability to change order on POS-device. Default: true</div>"
          },
          "ignoreItemCodeCheck": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Игнорировать проверку КМ в кассе ОД</div>\n<div class=\"apidocs-english\">Ignore the check of CM on a device of OD</div>"
          },
          "useTax20": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Признак необходимости применения устаревших ставок 20 и 20/120.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          }
        },
        "additionalProperties": false,
        "example": {
          "id": "stringId",
          "number": "OderNumber",
          "dateTime": "2019-08-14T12:15:43.0000000+00:00",
          "device": null,
          "shop": null,
          "cashier": null,
          "clientId": null,
          "comment": null,
          "deliveryAddress": null,
          "pickAddress": null,
          "status": null,
          "cancellationReason": null,
          "content": {
            "discountMoney": "0",
            "discountPercent": "0",
            "type": 3,
            "positions": [
              {
                "sku": "",
                "id": null,
                "discountMoney": 0,
                "positionId": "00000000-0000-0000-0000-000000000000",
                "markingType": null,
                "nomenclatureCode": null,
                "itemCode": null,
                "soldAmount": 0,
                "barcodes": null,
                "addingType": 0,
                "addedAt": "2026-08-06T20:02:10.5562661+00:00",
                "editable": true,
                "quantity": 1,
                "price": 10,
                "tax": 6,
                "text": "Договор страхования №ARS15/123474",
                "paymentMethodType": 4,
                "paymentSubjectType": 4,
                "agentInfo": null,
                "unitOfMeasurement": "Piece",
                "unitCode": 0,
                "additionalAttribute": null,
                "manufacturerCountryCode": null,
                "customsDeclarationNumber": null,
                "supplierINN": null,
                "supplierInfo": null,
                "excise": null,
                "agentType": null,
                "customProperties": null,
                "industryAttribute": null,
                "noReturn": 0,
                "discountPercent": "0",
                "maxDiscountPercent": "0",
                "minPrice": "0",
                "isWeight": 0
              }
            ],
            "checkClose": {
              "payments": [
                {
                  "acquiringData": null,
                  "processedAt": null,
                  "index": null,
                  "parentIndex": null,
                  "type": 1,
                  "amount": 10
                }
              ],
              "taxationSystem": 0
            },
            "customerContact": "Иванов Иван",
            "paymentAgentOperation": null,
            "paymentOperatorName": null,
            "paymentOperatorAddress": null,
            "paymentOperatorINN": null,
            "agentType": null,
            "paymentTransferOperatorPhoneNumbers": null,
            "paymentAgentPhoneNumbers": null,
            "paymentOperatorPhoneNumbers": null,
            "supplierPhoneNumbers": null,
            "additionalUserAttribute": null,
            "automatNumber": null,
            "settlementAddress": null,
            "settlementPlace": null,
            "additionalAttribute": null,
            "customer": "Иванов Иван",
            "customerINN": null,
            "customerInfo": {
              "birthDate": "1980-01-01",
              "nationality": "Национальность",
              "docType": 21,
              "passport": "00-00-000000",
              "address": "город, улица, дом"
            },
            "industryAttribute": null,
            "electronicCheck": null,
            "isOnline": null
          },
          "isEditableByDevice": false,
          "ignoreItemCodeCheck": false,
          "useTax20": null
        }
      },
      "NebularApi.Models.LkService.PostCashier": {
        "required": [
          "name",
          "position"
        ],
        "type": "object",
        "properties": {
          "name": {
            "maxLength": 255,
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Имя кассира</div>\n<div class=\"apidocs-english\">Cashier's name</div>"
          },
          "inn": {
            "maxLength": 12,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">ИНН кассира</div>\n<div class=\"apidocs-english\">Cashier TIN</div>",
            "nullable": true
          },
          "position": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Должность кассира Допустимые значения: <b>\"Junior Cashier\"</b>, <b>\"Cashier\"</b>, <b>\"Admin\"</b>, <b>\"Courier\"</b>, <b>\"Junior Courier\"</b></div>\n<div class=\"apidocs-english\">Cashier position Allowed values: <b>\"Junior Cashier\"</b>, <b>\"Cashier\"</b>, <b>\"Admin\"</b>, <b>\"Courier\"</b>, <b>\"Junior Courier\"</b></div>"
          },
          "pin": {
            "maxLength": 4,
            "minLength": 4,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">ПИН-код кассира</div>\n<div class=\"apidocs-english\">Cashier PIN</div>",
            "nullable": true
          },
          "code": {
            "maxLength": 2,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Код кассира</div>\n<div class=\"apidocs-english\">Cashier Code</div>",
            "nullable": true
          },
          "devices": {
            "type": "array",
            "items": {
              "type": "integer",
              "format": "int32"
            },
            "description": "<div class=\"apidocs-russian\">Список ID устройств для привязки к кассиру</div>\n<div class=\"apidocs-english\">List of device IDs for binding to the cashier</div>",
            "nullable": true
          },
          "img": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.Img"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Изображение кассира</div>\n<div class=\"apidocs-english\">Cashier image</div>",
            "nullable": true
          },
          "externalId": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор кассира во внешней системе</div>\n<div class=\"apidocs-english\">Cashier external system ID</div>",
            "nullable": true
          },
          "shops": {
            "uniqueItems": true,
            "type": "array",
            "items": { },
            "description": "<div class=\"apidocs-russian\">Список ID или кодов магазина для привязки кассира к кассам этого магазина</div>\n<div class=\"apidocs-english\">List of store IDs or store codes for associating cashier with these stores’ devices</div>",
            "nullable": true
          },
          "customProperties": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.CustomProperty"
            },
            "description": "<div class=\"apidocs-russian\">Дополнительные параметры</div>\n<div class=\"apidocs-english\">Extra options</div>",
            "nullable": true
          }
        },
        "additionalProperties": false,
        "description": "Модель отправки данных для создания/изменения кассира",
        "example": {
          "name": "Vasya",
          "inn": "000000000000",
          "position": "Cashier",
          "pin": "0000",
          "code": "34",
          "devices": [
            4,
            47
          ],
          "img": null,
          "externalId": "1k23o3kk",
          "shops": null,
          "customProperties": [
            {
              "key": "StaffId",
              "value": "YYY"
            }
          ]
        }
      },
      "NebularApi.Models.LkService.PostShopV2": {
        "required": [
          "id",
          "name"
        ],
        "type": "object",
        "properties": {
          "id": {
            "maxLength": 32,
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор магазина</div>\n<div class=\"apidocs-english\">Shop id</div>"
          },
          "name": {
            "maxLength": 255,
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Название магазина</div>\n<div class=\"apidocs-english\">Shop name</div>"
          },
          "address": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.Address"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Адрес магазина (объект dadata, см. https://dadata.ru/api/suggest/#about-address)</div>\n<div class=\"apidocs-english\">Store address (dadata object, see https://dadata.ru/api/suggest/#about-address)</div>",
            "nullable": true
          },
          "url": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Интернет-адрес магазина</div>\n<div class=\"apidocs-english\">Shop internet address</div>",
            "nullable": true
          },
          "longitude": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Долгота магазина</div>\n<div class=\"apidocs-english\">Shop Longitude</div>",
            "nullable": true
          },
          "latitude": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Широта магазина</div>\n<div class=\"apidocs-english\">Shop latitude</div>",
            "nullable": true
          },
          "onlineStore": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Интернет-магазин</div>\n<div class=\"apidocs-english\">Online store</div>",
            "default": false
          },
          "activityType": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Вид деятельности</div>\n<div class=\"apidocs-english\">Activity type</div>",
            "nullable": true
          },
          "customProperties": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.CustomProperty"
            },
            "description": "<div class=\"apidocs-russian\">Дополнительные параметры</div>\n<div class=\"apidocs-english\">Extra options</div>",
            "nullable": true
          }
        },
        "additionalProperties": false,
        "description": "<div class=\"apidocs-russian\">Модель магазина V2</div>\n<div class=\"apidocs-english\">Shop model V2</div>",
        "example": {
          "id": "FRFBRW223545",
          "name": "Магазин иллюзий",
          "address": {
            "data": {
              "city": "Москва",
              "house": "13",
              "region": "",
              "street": "ул. Кековая",
              "country": "Россия"
            },
            "value": "г. Москва, ул. Кековая д.13",
            "unrestricted_value": null
          },
          "url": null,
          "longitude": null,
          "latitude": null,
          "onlineStore": true,
          "activityType": null,
          "customProperties": null
        }
      },
      "NebularApi.Models.LkService.ReceiptProperties": {
        "type": "object",
        "properties": {
          "supplierInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.Integrations.SupplierInfo"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Данные поставщика, 1224</div>\n<div class=\"apidocs-english\">Supplier info, 1224</div>",
            "nullable": true
          },
          "supplierINN": {
            "maxLength": 12,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">ИНН поставщика, 1226</div>\n<div class=\"apidocs-english\">Supplier TIN, 1226</div>",
            "nullable": true
          },
          "agentType": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.AgentTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Признак агента по предмету расчета, 1222</div>\n<div class=\"apidocs-english\">Agent type for the subject of calculation, 1222</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 0 (1)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Банковский платежный агент</div><div class=\"apidocs-english\">Payment bank agent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 1 (2)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Банковский платежный субагент</div><div class=\"apidocs-english\">Payment bank sub agent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 2 (4)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Платежный агент</div><div class=\"apidocs-english\">Paying agent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 3 (8)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Платежный субагент</div><div class=\"apidocs-english\">Paying sub agent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 4 (16)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Поверенный</div><div class=\"apidocs-english\">Attorney</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 5 (32)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Комиссионер</div><div class=\"apidocs-english\">Comissioner</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 6 (64)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Иной агент</div><div class=\"apidocs-english\">Other agetn</div></div>\n",
            "nullable": true
          },
          "agentInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.Integrations.AgentInfo"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Данные агента, 1223 </div>\n<div class=\"apidocs-english\">Agetn info, 1223  </div>",
            "nullable": true
          },
          "additionalAttribute": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дополнительный реквизит предмета расчета, 1191</div>\n<div class=\"apidocs-english\">Additional attribute of the subject of calculation, 1191</div>",
            "nullable": true
          },
          "manufacturerCountryCode": {
            "maxLength": 3,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Код страны происхождения товара, 1230</div>\n<div class=\"apidocs-english\">country of origin of the product code, 1230</div>",
            "nullable": true
          },
          "customsDeclarationNumber": {
            "maxLength": 32,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Номер таможенной декларации, 1231</div>\n<div class=\"apidocs-english\">Customs declaration number, 1231</div>",
            "nullable": true
          },
          "excise": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Акциз, 1229</div>\n<div class=\"apidocs-english\">Excise, 1229</div>",
            "format": "double",
            "nullable": true
          }
        },
        "additionalProperties": false,
        "description": "<div class=\"apidocs-russian\">Параметры по умолчанию для позиции</div>\n<div class=\"apidocs-english\">Default position parameters</div>"
      },
      "NebularApi.Models.LkService.ReceiptTypeEnum": {
        "enum": [
          1,
          2,
          3,
          4
        ],
        "type": "integer",
        "format": "int32"
      },
      "NebularApi.Models.LkService.ReceiptsV2.ClientInfo": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор клиента</div>\n<div class=\"apidocs-english\">Client identifier</div>",
            "format": "uuid",
            "nullable": true
          },
          "discountCard": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Номер карты лояльности</div>\n<div class=\"apidocs-english\">Loyalty card number</div>",
            "nullable": true
          },
          "inputMethod": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.InputMethodEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Способ ввода номера карты</div>\n<div class=\"apidocs-english\">Card number input method</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">0</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ручной ввод номера</div><div class=\"apidocs-english\">Manual number entry</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Магнитная полоса</div><div class=\"apidocs-english\">Magnetic strip</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Сканирование графической информации</div><div class=\"apidocs-english\">Graphic Information Scanning</div></div>\n"
          }
        },
        "additionalProperties": false,
        "description": "<div class=\"apidocs-russian\">Информация о клиенте</div>\n<div class=\"apidocs-english\">Client info</div>"
      },
      "NebularApi.Models.LkService.ReceiptsV2.LoyaltyContent": {
        "type": "object",
        "properties": {
          "discAmount": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Сумма без скидок - сумма со скидкой</div>\n<div class=\"apidocs-english\">Amount without discounts - discounted amount</div>",
            "format": "float"
          },
          "netAmount": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Сумма после скидок без налога</div>\n<div class=\"apidocs-english\">Amount after discounts without tax</div>",
            "format": "float"
          },
          "grossAmount": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Сумма после скидок с учетом налога</div>\n<div class=\"apidocs-english\">Amount after discounts with tax</div>",
            "format": "float"
          }
        },
        "additionalProperties": false,
        "description": "<div class=\"apidocs-russian\">Дополнительные поля агрегации для лояльности</div>\n<div class=\"apidocs-english\">Additional aggregation fields for loyalty</div>"
      },
      "NebularApi.Models.LkService.ReceiptsV2.ReceiptsResponseV2": {
        "type": "object",
        "properties": {
          "rows": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.ReceiptsV2.Row"
            },
            "description": "<div class=\"apidocs-russian\">Список чеков</div>\n<div class=\"apidocs-english\">Receipts list</div>",
            "nullable": true
          },
          "pages": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Количество страниц по данному запросу</div>\n<div class=\"apidocs-english\">Number of pages for this request</div>",
            "format": "int32"
          },
          "noData": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Признак отстутствия данных (при заданных параметрах фильтрации)</div>\n<div class=\"apidocs-english\">Sign of lack of data (with specified filtering parameters)</div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.ReceiptsV2.Row": {
        "required": [
          "amount",
          "content",
          "id",
          "operationMode"
        ],
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Номер чека</div>\n<div class=\"apidocs-english\">Receipt number</div>",
            "format": "uuid"
          },
          "cashier": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.CashiersV2.GetCashierResponseV2"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Модель кассира для отображения в чеке</div>\n<div class=\"apidocs-english\">Cashier model for presentation in receipt</div>",
            "nullable": true,
            "example": {
              "id": "1k23o3kk",
              "name": "Vasya",
              "inn": "000000000000",
              "position": "Cashier",
              "lastLoginTime": null,
              "code": "34",
              "img": null,
              "customProperties": [
                {
                  "key": "StaffId",
                  "value": "YYY"
                }
              ],
              "pin": "0000",
              "devices": null
            }
          },
          "content": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.ReceiptModels.ReceiptContentV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Содержимое чека</div>\n<div class=\"apidocs-english\">Receipt content</div>"
          },
          "amount": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Сумма чека</div>\n<div class=\"apidocs-english\">Receipt amount</div>",
            "format": "double"
          },
          "calculationAddress": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Адрес установки ККТ для проведения расчетов</div>\n<div class=\"apidocs-english\">Cash register installation address</div>",
            "nullable": true
          },
          "calculationPlace": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Место проведения расчетов</div>\n<div class=\"apidocs-english\">Calculation place</div>",
            "nullable": true
          },
          "cashierId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор кассира</div>\n<div class=\"apidocs-english\">Cashier identifier</div>",
            "nullable": true
          },
          "change": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Сдача</div>\n<div class=\"apidocs-english\">Change</div>",
            "format": "double"
          },
          "deviceRN": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Регистрационный номер устройства</div>\n<div class=\"apidocs-english\">Device registration number</div>",
            "nullable": true
          },
          "deviceSN": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Серийник устройства</div>\n<div class=\"apidocs-english\">Device serial number</div>",
            "nullable": true
          },
          "aqsiSerialNumber": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Серийник устройства aQsi</div>\n<div class=\"apidocs-english\">aQsi device serial number</div>",
            "nullable": true
          },
          "fnsWebsite": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Сайт ФНС</div>\n<div class=\"apidocs-english\">The Federal Tax Service website</div>",
            "nullable": true
          },
          "fp": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Фискальный признак</div>\n<div class=\"apidocs-english\">Fiscal property</div>",
            "nullable": true
          },
          "fsNumber": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Номер ФН</div>\n<div class=\"apidocs-english\">Fiscal storage number</div>",
            "nullable": true
          },
          "ofdInn": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">ИНН ОФД</div>\n<div class=\"apidocs-english\">Fiscal data operator TIN</div>",
            "nullable": true
          },
          "ofdName": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Имя ОФД</div>\n<div class=\"apidocs-english\">Fiscal data operator name</div>",
            "nullable": true
          },
          "ofdWebsite": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Сайт ОФД</div>\n<div class=\"apidocs-english\">Fiscal data operator site</div>",
            "nullable": true
          },
          "operationNumber": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Сквозной номер документа</div>\n<div class=\"apidocs-english\">Global operation number</div>",
            "format": "int64",
            "nullable": true
          },
          "orderId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор заказа, для которого пробит чек</div>\n<div class=\"apidocs-english\">ID of the order for which the check has been processed</div>",
            "nullable": true
          },
          "processedAt": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Время обработки кассой</div>\n<div class=\"apidocs-english\">Cashbox processing time</div>",
            "format": "date-time"
          },
          "fiscalizedAt": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Время фискализации в ОД</div>\n<div class=\"apidocs-english\">OrangeData fiscalized date</div>",
            "format": "date-time",
            "nullable": true
          },
          "shiftNumber": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Номер смены кассира</div>\n<div class=\"apidocs-english\">Cashier shift number</div>",
            "nullable": true
          },
          "loyaltyContent": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.ReceiptsV2.LoyaltyContent"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Дополнительные поля агрегации для лояльности</div>\n<div class=\"apidocs-english\">Additional aggregation fields for loyalty</div>",
            "nullable": true
          },
          "clientInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.ReceiptsV2.ClientInfo"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация о клиенте</div>\n<div class=\"apidocs-english\">Client info</div>",
            "nullable": true
          },
          "returnCheckId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор чека, для которого выполняется возврат</div>\n<div class=\"apidocs-english\">Receipt identifier for which the refund</div>",
            "format": "uuid",
            "nullable": true
          },
          "documentIndex": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Номер чека за смену</div>\n<div class=\"apidocs-english\">Shift receipt number</div>",
            "format": "int32",
            "nullable": true
          },
          "documentNumber": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Номер фискального документа</div>\n<div class=\"apidocs-english\">Fiscal document number</div>",
            "format": "int32",
            "nullable": true
          },
          "companyINN": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">ИНН торговой точки по фискализации</div>\n<div class=\"apidocs-english\">TIN of a fiscalization outlet</div>",
            "nullable": true
          },
          "companyName": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Название организации</div>\n<div class=\"apidocs-english\">Company name</div>",
            "nullable": true
          },
          "fiscalizationStatus": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.FiscalizationStatusEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Статус фискализации чека</div>\n<div class=\"apidocs-english\">Fiscalization status</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">0</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">В очереди</div><div class=\"apidocs-english\">Queue</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Отправлен</div><div class=\"apidocs-english\">Sent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Фискализирован</div><div class=\"apidocs-english\">Fiscalized</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ошибка</div><div class=\"apidocs-english\">Error</div></div>\n",
            "nullable": true
          },
          "fiscalizationError": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Описание ошибки для статуса фискализации</div>\n<div class=\"apidocs-english\">Error description for fiscalization status</div>",
            "nullable": true
          },
          "automatonId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор автомата</div>\n<div class=\"apidocs-english\">Automat identifier</div>",
            "format": "uuid",
            "nullable": true
          },
          "shiftId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор смены</div>\n<div class=\"apidocs-english\">Shift identifier</div>",
            "format": "uuid",
            "nullable": true
          },
          "operationMode": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Операционный режим, в котором был пробит чек. Битовая маска, по умолчанию 0.</div>\n<div class=\"apidocs-english\">The operating mode in which the check was processed. Bitmask, default 0.</div>",
            "format": "int32"
          },
          "isNonFiscal": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Признак, указывающий на то, что данный чек был пробит из нефискального режима</div>\n<div class=\"apidocs-english\">A sign indicating that this check was processed out of non-fiscal mode</div>"
          },
          "useTax20": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Признак необходимости применения устаревших ставок 20 и 20/120.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.ShopData": {
        "type": "object",
        "properties": {
          "city": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Город</div>\n<div class=\"apidocs-english\">City</div>",
            "nullable": true
          },
          "house": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дом</div>\n<div class=\"apidocs-english\">House</div>",
            "nullable": true
          },
          "region": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Регион</div>\n<div class=\"apidocs-english\">Region</div>",
            "nullable": true
          },
          "street": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Улица</div>\n<div class=\"apidocs-english\">Street</div>",
            "nullable": true
          },
          "country": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Страна</div>\n<div class=\"apidocs-english\">Country</div>",
            "nullable": true
          }
        },
        "additionalProperties": false,
        "description": "<div class=\"apidocs-russian\">Адрессные данные о магазине</div>\n<div class=\"apidocs-english\">Store address information</div>"
      },
      "NebularApi.Models.LkService.Shops.ShopV2SetPrices": {
        "required": [
          "id"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор магазина</div>\n<div class=\"apidocs-english\">Shop identifier</div>"
          },
          "price": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Цена товара для магазина</div>\n<div class=\"apidocs-english\">Goods price for the store</div>",
            "format": "float"
          },
          "maxDiscountPercent": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Максимальная скидка товара</div>\n<div class=\"apidocs-english\">Maximum goods percent discount</div>",
            "format": "float"
          }
        },
        "additionalProperties": false,
        "description": "Модель магазина версии 2 для установления цены на товар"
      },
      "NebularApi.Models.LkService.SlotInfo": {
        "type": "object",
        "properties": {
          "slotId": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Идентификатор слота</div>\n<div class=\"apidocs-english\">Slot identifier</div>",
            "format": "int64"
          },
          "isBlocked": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Заблокирован ли данный slotID</div>\n<div class=\"apidocs-english\">Is this slotID blocked</div>"
          },
          "maxValue": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Идентификатор слота</div>\n<div class=\"apidocs-english\">Slot identifier</div>",
            "format": "double"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.Sorting": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Название поля для сортировки из модели</div>\n<div class=\"apidocs-english\">Field name to sort</div>",
            "nullable": true
          },
          "desc": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Признак сортировки по убыванию (true - сортировать по убыванию, false - по возрастанию)</div>\n<div class=\"apidocs-english\">Descending sorting flag (true - descending sorting, false - ascending sorting)</div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.CashierInfoV3": {
        "required": [
          "positionAndSurname"
        ],
        "type": "object",
        "properties": {
          "id": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор пользователя в системе aQsi</div>\n<div class=\"apidocs-english\">User id</div>",
            "nullable": true
          },
          "externalId": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентфиикатор пользователя во внешней системе</div>\n<div class=\"apidocs-english\">User external id</div>",
            "nullable": true
          },
          "positionAndSurname": {
            "maxLength": 64,
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1021) Должность и Фамилия пользователя</div>\n<div class=\"apidocs-english\">(Tag 1021) User position and last name</div>"
          },
          "inn": {
            "maxLength": 12,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1203) ИНН пользователя</div>\n<div class=\"apidocs-english\">(Tag 1203) User TIN</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.CashiersV3.CashiersSortedV3": {
        "required": [
          "id"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Ключ сортировки. Допустимые значения: <b>\"id\"</b>, <b>\"externalId\"</b>, <b>\"name\"</b>.</div>\n<div class=\"apidocs-english\">Sorting key. Allowed values: <b>\"id\"</b>, <b>\"externalId\"</b>, <b>\"name\"</b>.</div>"
          },
          "desc": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Направление сортировки. По умолчанию: <b>false</b></div>\n<div class=\"apidocs-english\">Sort direction. Default: <b>false</b></div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.CashiersV3.ListCashiersResponseV3": {
        "required": [
          "count",
          "pages",
          "rows"
        ],
        "type": "object",
        "properties": {
          "rows": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.CashiersV3.ListCashiersRowV3"
            },
            "description": "<div class=\"apidocs-russian\">Список записей</div>\n<div class=\"apidocs-english\">Records list</div>"
          },
          "pages": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Количество страниц</div>\n<div class=\"apidocs-english\">Pages count</div>",
            "format": "int32"
          },
          "count": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Общее кол-во сущностей</div>\n<div class=\"apidocs-english\">Total entities count</div>",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.CashiersV3.ListCashiersRowV3": {
        "required": [
          "createdAt",
          "externalId",
          "id",
          "name",
          "updatedAt"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор</div>\n<div class=\"apidocs-english\">Id</div>"
          },
          "externalId": {
            "maxLength": 64,
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Внешний идентификатор</div>\n<div class=\"apidocs-english\">External id</div>"
          },
          "name": {
            "maxLength": 255,
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Должность и фамилия</div>\n<div class=\"apidocs-english\"></div>"
          },
          "inn": {
            "maxLength": 12,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">ИНН</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "position": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Должность. Допустимые значения: <b>\"ADMIN\"</b>, <b>\"CASHIER\"</b>, <b>\"JUNIOR_CASHIER\"</b>, <b>\"COURIER\"</b>, <b>\"JUNIOR_COURIER\"</b>.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "pin": {
            "maxLength": 4,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">ПИН-код</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "createdAt": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата и время создания сущности</div>\n<div class=\"apidocs-english\">Date and time of entity creation</div>"
          },
          "updatedAt": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата и время последнего обновления сущности</div>\n<div class=\"apidocs-english\">Date and time of entity last update</div>"
          },
          "contactPhone": {
            "maxLength": 12,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Контактный номер телефона</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ClientGroupsV3.CreateClientGroupRequestV3": {
        "required": [
          "name"
        ],
        "type": "object",
        "properties": {
          "name": {
            "maxLength": 255,
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Наименование группы клиентов</div>\n<div class=\"apidocs-english\"></div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ClientGroupsV3.CreateClientGroupResponseV3": {
        "required": [
          "id"
        ],
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор созданной группы клиентов</div>\n<div class=\"apidocs-english\"></div>",
            "format": "uuid"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ClientGroupsV3.Index.IndexClientGroupRequestSortingV3": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Ключ сортировки (Возможные значения: id, name)</div>",
            "nullable": true
          },
          "desc": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Направление сортировки (default: false)</div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ClientGroupsV3.Index.IndexClientGroupResponseRowV3": {
        "required": [
          "createdAt",
          "id",
          "name",
          "updatedAt"
        ],
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор группы клиентов</div>\n<div class=\"apidocs-english\"></div>",
            "format": "uuid"
          },
          "name": {
            "maxLength": 255,
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Наименование группы клиентов</div>\n<div class=\"apidocs-english\"></div>"
          },
          "createdAt": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Метка времени создания</div>\n<div class=\"apidocs-english\"></div>"
          },
          "updatedAt": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Метка времени обновления</div>\n<div class=\"apidocs-english\"></div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ClientGroupsV3.Index.IndexClientGroupResponseV3": {
        "required": [
          "count",
          "pages",
          "rows"
        ],
        "type": "object",
        "properties": {
          "rows": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ClientGroupsV3.Index.IndexClientGroupResponseRowV3"
            },
            "description": "<div class=\"apidocs-russian\">Список</div>"
          },
          "pages": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Количество страниц по данному запросу</div>",
            "format": "int32"
          },
          "count": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Общее кол-во сущностей</div>",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ClientGroupsV3.UpdatePartiallyClientGroupRequestV3": {
        "type": "object",
        "properties": {
          "name": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Наименование группы клиентов</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ContractorsV3.ContractorsSortedV3": {
        "required": [
          "id"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Ключ сортировки. Допустимые значения: <b>\"id\"</b>, <b>\"externalId\"</b>, <b>\"name\"</b>.</div>\n<div class=\"apidocs-english\">Sorting key. Allowed values: <b>\"id\"</b>, <b>\"externalId\"</b>, <b>\"name\"</b>.</div>"
          },
          "desc": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Направление сортировки. По умолчанию: <b>false</b></div>\n<div class=\"apidocs-english\">Sort direction. Default: <b>false</b></div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ContractorsV3.CreateContractorRequestV3": {
        "required": [
          "name"
        ],
        "type": "object",
        "properties": {
          "externalId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Внешний идентификатор</div>\n<div class=\"apidocs-english\">External id</div>",
            "nullable": true
          },
          "name": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Наименование контрагента</div>\n<div class=\"apidocs-english\">Contractors name</div>"
          },
          "inn": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Инн контрагента, 10-ти или 12-ти значное</div>\n<div class=\"apidocs-english\">Contractors inn</div>",
            "nullable": true
          },
          "phone": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Телефон контрагента</div>\n<div class=\"apidocs-english\">Contractors phone</div>",
            "nullable": true
          },
          "email": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Почта контрагента</div>\n<div class=\"apidocs-english\">Contractors email</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ContractorsV3.CreateContractorResponseV3": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ContractorsV3.GetContractorResponseV3": {
        "required": [
          "externalId",
          "id",
          "name",
          "updatedAt"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор</div>\n<div class=\"apidocs-english\">Id</div>"
          },
          "externalId": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Внешний идентификатор</div>\n<div class=\"apidocs-english\">External id</div>"
          },
          "name": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Наименование контрагента</div>\n<div class=\"apidocs-english\">Contractors name</div>"
          },
          "inn": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Инн контрагента, 10-ти или 12-ти значное</div>\n<div class=\"apidocs-english\">Contractors inn</div>",
            "nullable": true
          },
          "phone": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Телефон контрагента</div>\n<div class=\"apidocs-english\">Contractors phone</div>",
            "nullable": true
          },
          "email": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Почта контрагента</div>\n<div class=\"apidocs-english\">Contractors email</div>",
            "nullable": true
          },
          "updatedAt": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата и время последнего обновления</div>\n<div class=\"apidocs-english\">Date and time of last update</div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ContractorsV3.ListContractorsResponseV3": {
        "required": [
          "count",
          "pages",
          "rows"
        ],
        "type": "object",
        "properties": {
          "rows": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ContractorsV3.ListContractorsRowV3"
            },
            "description": "<div class=\"apidocs-russian\">Список записей контрагентов</div>\n<div class=\"apidocs-english\">Contractors list</div>"
          },
          "pages": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Количество страниц</div>\n<div class=\"apidocs-english\">Pages count</div>",
            "format": "int32"
          },
          "count": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Общее кол-во контрагентов</div>\n<div class=\"apidocs-english\">Total contractors count</div>",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ContractorsV3.ListContractorsRowV3": {
        "required": [
          "externalId",
          "id",
          "name",
          "updatedAt"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор</div>\n<div class=\"apidocs-english\">Id</div>"
          },
          "externalId": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Внешний идентификатор</div>\n<div class=\"apidocs-english\">External id</div>"
          },
          "name": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Наименование контрагента</div>\n<div class=\"apidocs-english\">Contractors name</div>"
          },
          "inn": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Инн контрагента, 10-ти или 12-ти значное</div>\n<div class=\"apidocs-english\">Contractors inn</div>",
            "nullable": true
          },
          "phone": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Телефон контрагента</div>\n<div class=\"apidocs-english\">Contractors phone</div>",
            "nullable": true
          },
          "email": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Почта контрагента</div>\n<div class=\"apidocs-english\">Contractors email</div>",
            "nullable": true
          },
          "updatedAt": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата и время последнего обновления</div>\n<div class=\"apidocs-english\">Date and time of last update</div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ContractorsV3.UpdateContractorRequestV3": {
        "required": [
          "name"
        ],
        "type": "object",
        "properties": {
          "name": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Наименование контрагента</div>\n<div class=\"apidocs-english\">Contractors name</div>"
          },
          "inn": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Инн контрагента, 10-ти или 12-ти значное</div>\n<div class=\"apidocs-english\">Contractors inn</div>",
            "nullable": true
          },
          "phone": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Телефон контрагента</div>\n<div class=\"apidocs-english\">Contractors phone</div>",
            "nullable": true
          },
          "email": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Почта контрагента</div>\n<div class=\"apidocs-english\">Contractors email</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.DeviceSettingsProfilesV3.BindDevices.BindDevicesToDeviceSettingsProfileRequestV3": {
        "required": [
          "devices"
        ],
        "type": "object",
        "properties": {
          "devices": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DeviceSettingsProfilesV3.BindDevices.BindDevicesToDeviceSettingsProfileRequestV3Devices"
            },
            "description": "<div class=\"apidocs-russian\">Устройства (как минимум 1)</div>\n<div class=\"apidocs-english\"></div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.DeviceSettingsProfilesV3.BindDevices.BindDevicesToDeviceSettingsProfileRequestV3Devices": {
        "required": [
          "id"
        ],
        "type": "object",
        "properties": {
          "id": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Идентификатор устройства</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.DeviceSettingsProfilesV3.Create.CreateDeviceSettingsProfileRequestV3": {
        "required": [
          "name"
        ],
        "type": "object",
        "properties": {
          "name": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Наименование профиля (от 1 до 255 символов)</div>\n<div class=\"apidocs-english\"></div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.DeviceSettingsProfilesV3.Create.CreateDeviceSettingsProfileResponseV3": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор созданного профиля настроек</div>\n<div class=\"apidocs-english\"></div>",
            "format": "uuid"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.DeviceSettingsProfilesV3.DeviceSettingsProfilesRowV3": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор профиля настроек устройства</div>\n<div class=\"apidocs-english\"></div>",
            "format": "uuid"
          },
          "name": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Наименование</div>\n<div class=\"apidocs-english\"></div>"
          },
          "deviceSetting": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DeviceSettingsProfilesV3.DeviceSettingsProfilesRowV3DeviceSetting"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Настройки профиля</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "createdAt": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Метка времени создания</div>\n<div class=\"apidocs-english\"></div>"
          },
          "updatedAt": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Метка времени обновления</div>\n<div class=\"apidocs-english\"></div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.DeviceSettingsProfilesV3.DeviceSettingsProfilesRowV3DeviceSetting": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор настроек устройства</div>\n<div class=\"apidocs-english\"></div>",
            "format": "uuid"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.DeviceSettingsProfilesV3.GetList.GetDeviceSettingsProfileListRequestV3Sorted": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Ключ сортировки. Допустимые значения: <b>\"id\"</b>, <b>\"name\"</b>.</div>\n<div class=\"apidocs-english\"></div>"
          },
          "desc": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Направление сортировки. По умолчанию: <b>false</b></div>\n<div class=\"apidocs-english\"></div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.DeviceSettingsProfilesV3.GetList.GetDeviceSettingsProfileListResponseV3": {
        "required": [
          "count",
          "pages",
          "rows"
        ],
        "type": "object",
        "properties": {
          "rows": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DeviceSettingsProfilesV3.DeviceSettingsProfilesRowV3"
            },
            "description": "<div class=\"apidocs-russian\">Список записей</div>\n<div class=\"apidocs-english\">Records list</div>"
          },
          "pages": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Количество страниц</div>\n<div class=\"apidocs-english\">Pages count</div>",
            "format": "int32"
          },
          "count": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Общее кол-во сущностей</div>\n<div class=\"apidocs-english\">Total entities count</div>",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.DeviceSettingsProfilesV3.Update.UpdateDeviceSettingsProfileRequestV3": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Наименование профиля (от 1 до 255 символов)</div>\n<div class=\"apidocs-english\"></div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.DeviceSettingsV3.DeviceSettingsProfile": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор профиля настроек устройств</div>\n<div class=\"apidocs-english\"></div>",
            "format": "uuid"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.DeviceSettingsV3.DeviceSettingsRequestV3": {
        "type": "object",
        "properties": {
          "receiptTaxSystem": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DeviceSettingsV3.TaxSystem"
              }
            ],
            "description": "<div class=\"apidocs-russian\">СНО</div>\n<div class=\"apidocs-english\"></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div>Общая, ОСН</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div>Упрощенная доход, УСН доход</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div>Упрощенная доход минус расход, УСН доход - расход</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">16</div><div style=\"margin: 0 0.25em;\">-</div>Единый сельскохозяйственный налог, ЕСХН</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">32</div><div style=\"margin: 0 0.25em;\">-</div>Патентная система налогообложения, ПСН</div>\n"
          },
          "receiptMode": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Режим работы:\n            <div>sale - Продажа</div>\n<div>expense - Расход</div></div>\n<div class=\"apidocs-english\"></div>"
          },
          "receiptCashPayment": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Разрешена ли оплата наличными</div>\n<div class=\"apidocs-english\"></div>"
          },
          "receiptCardPayment": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Разрешена ли оплата картой</div>\n<div class=\"apidocs-english\"></div>"
          },
          "receiptSbpPayment": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Разрешена ли оплата по СБП QR</div>\n<div class=\"apidocs-english\"></div>"
          },
          "isCardQrCombined": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Объединять оплату картой и СБП QR в один экран</div>\n<div class=\"apidocs-english\"></div>"
          },
          "receiptAvansPayment": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Разрешена ли предоплата (зачёт аванса)</div>\n<div class=\"apidocs-english\"></div>"
          },
          "receiptCreditPayment": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Разрешена ли оплата в кредит</div>\n<div class=\"apidocs-english\"></div>"
          },
          "receiptCashlessPayment": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Разрешена ли оплата по безналичному расчёту</div>\n<div class=\"apidocs-english\"></div>"
          },
          "receiptBSOPayment": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Разрешена ли оплата встречным предоставлением</div>\n<div class=\"apidocs-english\"></div>"
          },
          "receiptMaxCountPositions": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Максимальное количество позиций в чеке (диапазон допустимых значений: 1-200)\n            </div>",
            "format": "int32"
          },
          "isTravelingTradeEnabled": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Разъездная торговля</div>\n<div class=\"apidocs-english\"></div>"
          },
          "receiptCheckCashBeforeChange": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Проверять остаток наличности перед выдачей сдачи</div>\n<div class=\"apidocs-english\"></div>"
          },
          "receiptCompactCheck": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Использовать компактную печать документов</div>\n<div class=\"apidocs-english\"></div>"
          },
          "receiptHeaderAd1": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Реклама перед чеком 1 (большим шрифтом)\n            </div>",
            "nullable": true
          },
          "receiptHeaderAd2": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Реклама перед чеком 2 (средним шрифтом)\n            </div>",
            "nullable": true
          },
          "receiptHeaderAd3": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Реклама перед чеком 3 (маленьким шрифтом)\n            </div>",
            "nullable": true
          },
          "receiptFooterAd1": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Реклама после чека 1 (большим шрифтом)\n            </div>",
            "nullable": true
          },
          "receiptFooterAd2": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Реклама после чека 2 (средним шрифтом)\n            </div>",
            "nullable": true
          },
          "receiptFooterAd3": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Реклама после чека 3 (маленьким шрифтом)\n            </div>",
            "nullable": true
          },
          "floorAmount": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Округлять сумму чека вниз до целого рубля при наличной оплате</div>\n<div class=\"apidocs-english\"></div>"
          },
          "allowLowBatteryWork": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Разрешить формирование документов при низком заряде батареи</div>\n<div class=\"apidocs-english\"></div>"
          },
          "shiftOpeningConfirmation": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Требовать подтверждение открытия смены</div>\n<div class=\"apidocs-english\"></div>"
          },
          "shiftClosingConfirmation": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Требовать подтверждение закрытия смены</div>\n<div class=\"apidocs-english\"></div>"
          },
          "shiftRequireClosingAfterTime": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Требовать закрытия текущей смены после заданного времени</div>\n<div class=\"apidocs-english\"></div>"
          },
          "shiftCloseShiftTime": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Время закрытия (истечения) смены. Формат \"HH:mm\". Пример: 22:00</div>\n<div class=\"apidocs-english\"></div>"
          },
          "shiftPrintSumsInZReport": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Печатать отчёт о состоянии расчётов в отчёте о закрытии смены ФФД 1.05</div>\n<div class=\"apidocs-english\"></div>"
          },
          "shiftClearCashRegisterAfterShiftClose": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Обнулять денежный регистр (ящик) после закрытия смены</div>\n<div class=\"apidocs-english\"></div>"
          },
          "acquiringSlipsCount": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Количество печатных копий слипов эквайринговых операций (диапазон допустимых значений: 0-2)</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int32"
          },
          "acquiringPrintRejectionReceipt": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Печатать слип отказа по эквайринговой операции</div>\n<div class=\"apidocs-english\"></div>"
          },
          "acquiringCancelUntilEndDay": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Пробивать отмены до завершения эквайринговой смены</div>\n<div class=\"apidocs-english\"></div>"
          },
          "acquiringCloseShiftTime": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Время завершения эквайринговой смены. Формат \"HH:mm\". Пример: 22:00</div>\n<div class=\"apidocs-english\"></div>"
          },
          "acquiringLockFn": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Отключать питание ФН при проведении эквайринговой операции</div>\n<div class=\"apidocs-english\"></div>"
          },
          "modeTransportEnable": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Транспортный режим</div>\n<div class=\"apidocs-english\"></div>"
          },
          "modeTransportWithoutChange": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Продавать транспортные билеты всегда без сдачи</div>\n<div class=\"apidocs-english\"></div>"
          },
          "modeTransportVehicleType": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Вид транспорта (допустимое количество символов: 1-255)\n            </div>",
            "nullable": true
          },
          "modeTransportVehicleNumber": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Номер транспортного средства (допустимое количество символов: 1-255)\n            </div>",
            "nullable": true
          },
          "modeAcquiringTerminalEnable": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Режим эквайрингового терминала</div>\n<div class=\"apidocs-english\"></div>"
          },
          "isStandbyModeEnabled": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Режим ожидания команд</div>\n<div class=\"apidocs-english\"></div>"
          },
          "applicationReceiveUpdatesByMobileNetwork": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Разрешить загрузку обновлений по мобильной сети</div>\n<div class=\"apidocs-english\"></div>"
          },
          "applicationAutorun": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Приложение для автозапуска (допустимое количество символов: 1-255)\n            </div>",
            "nullable": true
          },
          "shiftAutoOpenClose": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Автоматически закрывать смену в указанное время</div>\n<div class=\"apidocs-english\"></div>"
          },
          "shiftReconciliationOnClose": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Выполнять сверку итогов перед закрытием смены</div>\n<div class=\"apidocs-english\"></div>"
          },
          "shiftReloadWorkKeysOnClose": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Перезагрузка рабочих ключей при закрытии смены</div>\n<div class=\"apidocs-english\"></div>"
          },
          "egaisSellTimeFrom": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Время начала продаж ЕГАИС. Формат \"HH:mm\". Используется при включенной настройке isTimeRestricted. Пример: 22:00</div>\n<div class=\"apidocs-english\"></div>"
          },
          "egaisSellTimeTo": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Время окончания продаж ЕГАИС. Формат \"HH:mm\". Используется при включенной настройке isTimeRestricted. Пример: 22:00</div>\n<div class=\"apidocs-english\"></div>"
          },
          "utmAddress": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Адрес УТМ ЕГАИС (допустимое количество символов: 1-255)\n            </div>",
            "nullable": true
          },
          "utmPort": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Порт УТМ ЕГАИС (диапазон допустимых значений: 0-65535)</div>",
            "format": "int32",
            "nullable": true
          },
          "utmFsrarID": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">ФСРАР ID (12 символов-цифр)</div>",
            "nullable": true
          },
          "isAgeRestricted": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Выполнять проверку возраста покупателя перед продажей ЕГАИС</div>"
          },
          "isTimeRestricted": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Выполнять проверку времени суток перед продажей ЕГАИС</div>"
          },
          "isLimitedReportAccess": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Ограничить видимость отчёта за период - сотрудник сможет вывести отчёт только по чекам, которые были пробиты под его учётной записью</div>"
          },
          "reportForPeriodType": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DeviceSettingsV3.ReportForPeriodType"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Тип отчёта за период\n            </div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">0</div><div style=\"margin: 0 0.25em;\">-</div>Стандартный</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div>Расширенный (содержит информацию по позициям)</div>\n"
          },
          "markingCheckType": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Режим обработки ошибок при проверке кодов маркировки. Возможные значения:\n            <div>BanSaleWithBadKM - запрет продажи товаров с невалидными КМ</div>\n<div>PermitSaleWithMessage - пропускать ошибки по соглашению кассира</div>\n<div>PermitSaleForCashier - пропускать не обязательные к уведомлению ошибки автоматически</div></div>"
          },
          "enableAdditionalHonestSignChecks": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Выполнять проверки маркировки \"Честный знак\" независимо от установленных сроков в ППРФ 1944\n            </div>"
          },
          "chestniyZnakTimeoutMillis": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Период ожидания ответа от \"Честного Знака\", в миллисекундах (диапазон допустимых значений: 2000-10000; должно быть кратно 1000)\n            </div>",
            "format": "int32"
          },
          "chestnyZnakCheckOwner": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Уведомлять если код маркировки не стоит на балансе организации (проверка выполняется только по отслеживаемым на стороне ГИС МТ товарным группам)\n            </div>"
          },
          "doNotPrintCountersOfShiftTotals": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Не печатать счётчики итогов ФН в отчёте о закрытии смены ФФД 1.2\n            </div>"
          },
          "doNotPrintCountersOfFnTotals": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Не печатать счётчики итогов смены в отчёте о закрытии смены ФФД 1.2\n            </div>"
          },
          "doNotPrintNdsRate": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Не печатать ставки НДС\n            </div>"
          },
          "displayTurningOffTimeoutMillis": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Время бездействия до отключения экрана, мс. Возможные значения:\n            <div>15000 – 15 сек</div>\n<div>30000 – 30 сек</div>\n<div>60000 – 1 мин</div>\n<div>120000 – 2 мин</div>\n<div>300000 – 5 мин</div>\n<div>600000 – 10 мин</div>\n<div>1800000 – 30 мин</div>\n<div>2147483647 – Никогда</div></div>",
            "format": "int32"
          },
          "logoutAfterDisplayOff": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Сбрасывать активного пользователя через 10 секунд после отключения экрана\n            </div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.DeviceSettingsV3.DeviceSettingsResponseV3": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор настроек устройства</div>\n<div class=\"apidocs-english\"></div>",
            "format": "uuid"
          },
          "receiptTaxSystem": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DeviceSettingsV3.TaxSystem"
              }
            ],
            "description": "<div class=\"apidocs-russian\">СНО</div>\n<div class=\"apidocs-english\"></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div>Общая, ОСН</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div>Упрощенная доход, УСН доход</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div>Упрощенная доход минус расход, УСН доход - расход</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">16</div><div style=\"margin: 0 0.25em;\">-</div>Единый сельскохозяйственный налог, ЕСХН</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">32</div><div style=\"margin: 0 0.25em;\">-</div>Патентная система налогообложения, ПСН</div>\n"
          },
          "receiptMode": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Режим работы:\n            <div>sale - Продажа</div>\n<div>expense - Расход</div></div>\n<div class=\"apidocs-english\"></div>"
          },
          "receiptCashPayment": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Разрешена ли оплата наличными</div>\n<div class=\"apidocs-english\"></div>"
          },
          "receiptCardPayment": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Разрешена ли оплата картой</div>\n<div class=\"apidocs-english\"></div>"
          },
          "receiptSbpPayment": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Разрешена ли оплата по СБП QR</div>\n<div class=\"apidocs-english\"></div>"
          },
          "isCardQrCombined": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Объединять оплату картой и СБП QR в один экран</div>\n<div class=\"apidocs-english\"></div>"
          },
          "receiptAvansPayment": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Разрешена ли предоплата (зачёт аванса)</div>\n<div class=\"apidocs-english\"></div>"
          },
          "receiptCreditPayment": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Разрешена ли оплата в кредит</div>\n<div class=\"apidocs-english\"></div>"
          },
          "receiptCashlessPayment": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Разрешена ли оплата по безналичному расчёту</div>\n<div class=\"apidocs-english\"></div>"
          },
          "receiptBSOPayment": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Разрешена ли оплата встречным предоставлением</div>\n<div class=\"apidocs-english\"></div>"
          },
          "isTravelingTradeEnabled": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Разъездная торговля</div>\n<div class=\"apidocs-english\"></div>"
          },
          "receiptCheckCashBeforeChange": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Проверять остаток наличности перед выдачей сдачи</div>\n<div class=\"apidocs-english\"></div>"
          },
          "receiptCompactCheck": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Использовать компактную печать документов</div>\n<div class=\"apidocs-english\"></div>"
          },
          "floorAmount": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Округлять сумму чека вниз до целого рубля при наличной оплате</div>\n<div class=\"apidocs-english\"></div>"
          },
          "allowLowBatteryWork": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Разрешить формирование документов при низком заряде батареи</div>\n<div class=\"apidocs-english\"></div>"
          },
          "shiftOpeningConfirmation": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Требовать подтверждение открытия смены</div>\n<div class=\"apidocs-english\"></div>"
          },
          "shiftClosingConfirmation": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Требовать подтверждение закрытия смены</div>\n<div class=\"apidocs-english\"></div>"
          },
          "shiftRequireClosingAfterTime": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Требовать закрытия текущей смены после заданного времени</div>\n<div class=\"apidocs-english\"></div>"
          },
          "shiftCloseShiftTime": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Время закрытия (истечения) смены. Формат \"HH:mm\"</div>\n<div class=\"apidocs-english\"></div>"
          },
          "shiftPrintSumsInZReport": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Печатать отчёт о состоянии расчётов в отчёте о закрытии смены ФФД 1.05</div>\n<div class=\"apidocs-english\"></div>"
          },
          "shiftClearCashRegisterAfterShiftClose": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Обнулять денежный регистр (ящик) после закрытия смены</div>\n<div class=\"apidocs-english\"></div>"
          },
          "acquiringSlipsCount": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Количество печатных копий слипов эквайринговых операций</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int32"
          },
          "acquiringPrintRejectionReceipt": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Печатать слип отказа по эквайринговой операции</div>\n<div class=\"apidocs-english\"></div>"
          },
          "acquiringCancelUntilEndDay": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Пробивать отмены до завершения эквайринговой смены</div>\n<div class=\"apidocs-english\"></div>"
          },
          "acquiringCloseShiftTime": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Время завершения эквайринговой смены. Формат \"HH:mm\"</div>\n<div class=\"apidocs-english\"></div>"
          },
          "acquiringLockFn": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Отключать питание ФН при проведении эквайринговой операции</div>\n<div class=\"apidocs-english\"></div>"
          },
          "modeTransportEnable": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Транспортный режим</div>\n<div class=\"apidocs-english\"></div>"
          },
          "modeTransportWithoutChange": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Продавать транспортные билеты всегда без сдачи</div>\n<div class=\"apidocs-english\"></div>"
          },
          "modeAcquiringTerminalEnable": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Режим эквайрингового терминала</div>\n<div class=\"apidocs-english\"></div>"
          },
          "aviaMode": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Режим для авиакомпаний</div>\n<div class=\"apidocs-english\"></div>"
          },
          "isStandbyModeEnabled": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Режим ожидания команд</div>\n<div class=\"apidocs-english\"></div>"
          },
          "applicationReceiveUpdatesByMobileNetwork": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Разрешить загрузку обновлений по мобильной сети</div>\n<div class=\"apidocs-english\"></div>"
          },
          "shiftAutoOpenClose": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Автоматически закрывать смену в указанное время</div>\n<div class=\"apidocs-english\"></div>"
          },
          "shiftReconciliationOnClose": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Выполнять сверку итогов перед закрытием смены</div>\n<div class=\"apidocs-english\"></div>"
          },
          "shiftReloadWorkKeysOnClose": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Перезагрузка рабочих ключей при закрытии смены</div>\n<div class=\"apidocs-english\"></div>"
          },
          "egaisSellTimeFrom": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Время начала продаж ЕГАИС. Формат \"HH:mm\".\n            Используется при включенной настройке isTimeRestricted.</div>\n<div class=\"apidocs-english\"></div>"
          },
          "egaisSellTimeTo": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Время окончания продаж ЕГАИС. Формат \"HH:mm\".\n            Используется при включенной настройке isTimeRestricted.</div>\n<div class=\"apidocs-english\"></div>"
          },
          "utmPort": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Порт УТМ ЕГАИС</div>",
            "format": "int32",
            "nullable": true
          },
          "utmFsrarID": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">ФСРАР ID</div>",
            "nullable": true
          },
          "isAgeRestricted": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Выполнять проверку возраста покупателя перед продажей ЕГАИС</div>"
          },
          "isTimeRestricted": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Выполнять проверку времени суток перед продажей ЕГАИС</div>"
          },
          "isLimitedReportAccess": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Ограничить видимость отчёта за период - сотрудник сможет вывести отчёт только по чекам, которые были пробиты под его учётной записью</div>"
          },
          "reportForPeriodType": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DeviceSettingsV3.ReportForPeriodType"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Тип отчёта за период\n            </div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">0</div><div style=\"margin: 0 0.25em;\">-</div>Стандартный</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div>Расширенный (содержит информацию по позициям)</div>\n"
          },
          "markingCheckType": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Режим обработки ошибок при проверке кодов маркировки. Возможные значения:\n            <div>BanSaleWithBadKM - запрет продажи товаров с невалидными КМ</div>\n<div>PermitSaleWithMessage - пропускать ошибки по соглашению кассира</div>\n<div>PermitSaleForCashier - пропускать не обязательные к уведомлению ошибки автоматически</div></div>"
          },
          "enableAdditionalHonestSignChecks": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Выполнять проверки маркировки \"Честный знак\" независимо от установленных сроков в ППРФ 1944\n            </div>"
          },
          "chestniyZnakTimeoutMillis": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Период ожидания ответа от \"Честного Знака\", в миллисекундах\n            </div>",
            "format": "int32"
          },
          "chestnyZnakCheckOwner": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Уведомлять если код маркировки не стоит на балансе организации (проверка выполняется только по отслеживаемым на стороне ГИС МТ товарным группам)\n            </div>"
          },
          "doNotPrintCountersOfShiftTotals": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Не печатать счётчики итогов ФН в отчёте о закрытии смены ФФД 1.2\n            </div>"
          },
          "doNotPrintCountersOfFnTotals": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Не печатать счётчики итогов смены в отчёте о закрытии смены ФФД 1.2\n            </div>"
          },
          "doNotPrintNdsRate": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Не печатать ставки НДС\n            </div>"
          },
          "displayTurningOffTimeoutMillis": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Время бездействия до отключения экрана, мс. Возможные значения:\n            <div>15000 – 15 сек</div>\n<div>30000 – 30 сек</div>\n<div>60000 – 1 мин</div>\n<div>120000 – 2 мин</div>\n<div>300000 – 5 мин</div>\n<div>600000 – 10 мин</div>\n<div>1800000 – 30 мин</div>\n<div>2147483647 – Никогда</div></div>",
            "format": "int32"
          },
          "logoutAfterDisplayOff": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Сбрасывать активного пользователя через 10 секунд после отключения экрана\n            </div>"
          },
          "receiptMaxCountPositions": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Максимальное количество позиций в чеке\n            </div>",
            "format": "int32"
          },
          "receiptHeaderAd1": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Реклама перед чеком 1 (большим шрифтом)\n            </div>",
            "nullable": true
          },
          "receiptHeaderAd2": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Реклама перед чеком 2 (средним шрифтом)\n            </div>",
            "nullable": true
          },
          "receiptHeaderAd3": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Реклама перед чеком 3 (маленьким шрифтом)\n            </div>",
            "nullable": true
          },
          "receiptFooterAd1": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Реклама после чека 1 (большим шрифтом)\n            </div>",
            "nullable": true
          },
          "receiptFooterAd2": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Реклама после чека 2 (средним шрифтом)\n            </div>",
            "nullable": true
          },
          "receiptFooterAd3": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Реклама после чека 3 (маленьким шрифтом)\n            </div>",
            "nullable": true
          },
          "modeTransportVehicleType": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Вид транспорта\n            </div>",
            "nullable": true
          },
          "modeTransportVehicleNumber": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Номер транспортного средства\n            </div>",
            "nullable": true
          },
          "applicationAutorun": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Приложение для автозапуска\n            </div>",
            "nullable": true
          },
          "utmAddress": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Адрес УТМ ЕГАИС\n            </div>",
            "nullable": true
          },
          "deviceSettingsProfile": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DeviceSettingsV3.DeviceSettingsProfile"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Настройки профиля.\n            Если заполнено, то настройки относятся к профилю настроек.\n            Если null, то настройки считаются индивидуальными, не относящиеся к какому-либо профилю.\n            </div>",
            "nullable": true
          },
          "createdAt": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Метка времени создания\n            </div>"
          },
          "updatedAt": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Метка времени обновления\n            </div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.DeviceSettingsV3.ReportForPeriodType": {
        "enum": [
          0,
          1
        ],
        "type": "integer",
        "description": "Тип отчёта за период",
        "format": "int32"
      },
      "NebularApi.Models.LkService.V3.DeviceSettingsV3.TaxSystem": {
        "enum": [
          1,
          2,
          4,
          16,
          32
        ],
        "type": "integer",
        "description": "Система налогообложения",
        "format": "int32"
      },
      "NebularApi.Models.LkService.V3.DevicesV3.BindDeviceToAccountModelV3": {
        "type": "object",
        "properties": {
          "shop": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DevicesV3.BindDeviceToAccountModelV3Shop"
              }
            ],
            "description": "Магазин. Касса будет привязана к нему.",
            "nullable": true
          },
          "cashiers": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DevicesV3.BindDeviceToAccountModelV3Cashier"
            },
            "description": "Массив кассиров. Они будут привязаны к кассе. Один из них должен быть с правами \"Администратор\".",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.DevicesV3.BindDeviceToAccountModelV3Cashier": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "Идентификатор кассира.\n! Обязательно, если не передан externalId.",
            "format": "uuid",
            "nullable": true
          },
          "externalId": {
            "maxLength": 64,
            "type": "string",
            "description": "Внешний идентификатор кассира.\n! Обязательно, если не передан id, иначе игнорируется.",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.DevicesV3.BindDeviceToAccountModelV3Shop": {
        "type": "object",
        "properties": {
          "externalId": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Внешний ID магазина.</div>\n<div class=\"apidocs-english\">Device biding external shop ID.</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.DevicesV3.DeviceSettingV3": {
        "required": [
          "id"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор настроек</div>\n<div class=\"apidocs-english\"></div>"
          },
          "deviceSettingsProfile": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DevicesV3.DeviceSettingsProfileV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Профиль настроек устройства.Если профиль null, то настройки являются индивидуальными.Если заполнено, то настройки являются настройками профиля.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.DevicesV3.DeviceSettingsProfileV3": {
        "required": [
          "id"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор профиля настроек</div>\n<div class=\"apidocs-english\"></div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.DevicesV3.DevicesSortedV3": {
        "required": [
          "id"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Ключ сортировки. Допустимые значения: <b>\"id\"</b>, <b>\"activationDate\"</b>, <b>\"model\"</b>.</div>\n<div class=\"apidocs-english\">Sorting key. Allowed values: <b>\"id\"</b>, <b>\"activationDate\"</b>, <b>\"model\"</b>.</div>"
          },
          "desc": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Направление сортировки. По умолчанию: <b>false</b></div>\n<div class=\"apidocs-english\">Sort direction. Default: <b>false</b></div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.DevicesV3.DevicesV3CustomProperty": {
        "type": "object",
        "properties": {
          "key": {
            "type": "string",
            "nullable": true
          },
          "value": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.DevicesV3.DevicesV3Shop": {
        "required": [
          "externalId",
          "id"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string"
          },
          "externalId": {
            "minLength": 1,
            "type": "string"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.DevicesV3.DevicesV4Shop": {
        "required": [
          "externalId",
          "id"
        ],
        "type": "object",
        "properties": {
          "id": {
            "type": "integer",
            "format": "int32"
          },
          "externalId": {
            "minLength": 1,
            "type": "string"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.DevicesV3.GetDeviceResponseV3": {
        "required": [
          "createdAt",
          "id",
          "imei",
          "updatedAt"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор</div>\n<div class=\"apidocs-english\">Id</div>"
          },
          "imei": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">IMEI</div>\n<div class=\"apidocs-english\">IMEI</div>"
          },
          "serialNumber": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Серийный номер устройства</div>\n<div class=\"apidocs-english\">Device serial number</div>",
            "nullable": true
          },
          "fsNumber": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Номер ФН</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "boardSerialNumber": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Заводской номер</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "model": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Модель устройства</div>\n<div class=\"apidocs-english\">Device model</div>",
            "nullable": true
          },
          "activationDate": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата активации устройства в формате YYYY-MM-DD</div>\n<div class=\"apidocs-english\">Activation date, formt YYYY-MM-DD</div>",
            "nullable": true
          },
          "deviceSetting": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DevicesV3.DeviceSettingV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Настройки устройства</div>\n<div class=\"apidocs-english\">Device setting</div>",
            "nullable": true
          },
          "shop": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DevicesV3.DevicesV3Shop"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Магазин, в котором находится устройство</div>\n<div class=\"apidocs-english\">Device shop</div>",
            "nullable": true
          },
          "customProperties": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DevicesV3.DevicesV3CustomProperty"
            },
            "description": "<div class=\"apidocs-russian\">Дополнительные параметры</div>\n<div class=\"apidocs-english\">Additional device parameters</div>",
            "nullable": true
          },
          "createdAt": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата создания</div>\n<div class=\"apidocs-english\"></div>"
          },
          "updatedAt": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата обновления</div>\n<div class=\"apidocs-english\"></div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.DevicesV3.GetDeviceResponseV4": {
        "required": [
          "createdAt",
          "id",
          "imei",
          "updatedAt"
        ],
        "type": "object",
        "properties": {
          "id": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Идентификатор</div>\n<div class=\"apidocs-english\">Id</div>",
            "format": "int32"
          },
          "imei": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">IMEI</div>\n<div class=\"apidocs-english\">IMEI</div>"
          },
          "serialNumber": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Серийный номер устройства</div>\n<div class=\"apidocs-english\">Device serial number</div>",
            "nullable": true
          },
          "fsNumber": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Номер ФН</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "boardSerialNumber": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Заводской номер</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "model": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Модель устройства</div>\n<div class=\"apidocs-english\">Device model</div>",
            "nullable": true
          },
          "activationDate": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата активации устройства в формате YYYY-MM-DD</div>\n<div class=\"apidocs-english\">Activation date, formt YYYY-MM-DD</div>",
            "nullable": true
          },
          "deviceSetting": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DevicesV3.DeviceSettingV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Настройки устройства</div>\n<div class=\"apidocs-english\">Device setting</div>",
            "nullable": true
          },
          "shop": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DevicesV3.DevicesV4Shop"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Магазин, в котором находится устройство</div>\n<div class=\"apidocs-english\">Device shop</div>",
            "nullable": true
          },
          "customProperties": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DevicesV3.DevicesV3CustomProperty"
            },
            "description": "<div class=\"apidocs-russian\">Дополнительные параметры</div>\n<div class=\"apidocs-english\">Additional device parameters</div>",
            "nullable": true
          },
          "createdAt": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата создания</div>\n<div class=\"apidocs-english\"></div>"
          },
          "updatedAt": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата обновления</div>\n<div class=\"apidocs-english\"></div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.DevicesV3.ListDevicesResponseV3": {
        "required": [
          "count",
          "pages",
          "rows"
        ],
        "type": "object",
        "properties": {
          "rows": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DevicesV3.ListDevicesRowV3"
            },
            "description": "<div class=\"apidocs-russian\">Список записей</div>\n<div class=\"apidocs-english\">Devices list</div>"
          },
          "pages": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Количество страниц</div>\n<div class=\"apidocs-english\">Pages count</div>",
            "format": "int32"
          },
          "count": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Общее кол-во записей</div>\n<div class=\"apidocs-english\">Total devices count</div>",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.DevicesV3.ListDevicesResponseV4": {
        "required": [
          "count",
          "pages",
          "rows"
        ],
        "type": "object",
        "properties": {
          "rows": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DevicesV3.ListDevicesRowV4"
            },
            "description": "<div class=\"apidocs-russian\">Список записей</div>\n<div class=\"apidocs-english\">Devices list</div>"
          },
          "pages": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Количество страниц</div>\n<div class=\"apidocs-english\">Pages count</div>",
            "format": "int32"
          },
          "count": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Общее кол-во записей</div>\n<div class=\"apidocs-english\">Total devices count</div>",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.DevicesV3.ListDevicesRowV3": {
        "required": [
          "createdAt",
          "id",
          "imei",
          "updatedAt"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор</div>\n<div class=\"apidocs-english\">Id</div>"
          },
          "imei": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">IMEI</div>\n<div class=\"apidocs-english\">IMEI</div>"
          },
          "serialNumber": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Серийный номер устройства</div>\n<div class=\"apidocs-english\">Device serial number</div>",
            "nullable": true
          },
          "fsNumber": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Номер ФН</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "boardSerialNumber": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Заводской номер</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "model": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Модель устройства</div>\n<div class=\"apidocs-english\">Device model</div>",
            "nullable": true
          },
          "activationDate": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата активации устройства в формате YYYY-MM-DD</div>\n<div class=\"apidocs-english\">Activation date, formt YYYY-MM-DD</div>",
            "nullable": true
          },
          "deviceSetting": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DevicesV3.DeviceSettingV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Настройки устройства</div>\n<div class=\"apidocs-english\">Device setting</div>",
            "nullable": true
          },
          "shop": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DevicesV3.DevicesV3Shop"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Магазин, в котором находится устройство</div>\n<div class=\"apidocs-english\">Device shop</div>",
            "nullable": true
          },
          "customProperties": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DevicesV3.DevicesV3CustomProperty"
            },
            "description": "<div class=\"apidocs-russian\">Дополнительные параметры</div>\n<div class=\"apidocs-english\">Additional device parameters</div>",
            "nullable": true
          },
          "createdAt": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата создания</div>\n<div class=\"apidocs-english\"></div>"
          },
          "updatedAt": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата обновления</div>\n<div class=\"apidocs-english\"></div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.DevicesV3.ListDevicesRowV4": {
        "required": [
          "createdAt",
          "id",
          "imei",
          "updatedAt"
        ],
        "type": "object",
        "properties": {
          "id": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Идентификатор</div>\n<div class=\"apidocs-english\">Id</div>",
            "format": "int32"
          },
          "imei": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">IMEI</div>\n<div class=\"apidocs-english\">IMEI</div>"
          },
          "serialNumber": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Серийный номер устройства</div>\n<div class=\"apidocs-english\">Device serial number</div>",
            "nullable": true
          },
          "fsNumber": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Номер ФН</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "boardSerialNumber": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Заводской номер</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "model": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Модель устройства</div>\n<div class=\"apidocs-english\">Device model</div>",
            "nullable": true
          },
          "activationDate": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата активации устройства в формате YYYY-MM-DD</div>\n<div class=\"apidocs-english\">Activation date, formt YYYY-MM-DD</div>",
            "nullable": true
          },
          "deviceSetting": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DevicesV3.DeviceSettingV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Настройки устройства</div>\n<div class=\"apidocs-english\">Device setting</div>",
            "nullable": true
          },
          "shop": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DevicesV3.DevicesV4Shop"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Магазин, в котором находится устройство</div>\n<div class=\"apidocs-english\">Device shop</div>",
            "nullable": true
          },
          "customProperties": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DevicesV3.DevicesV3CustomProperty"
            },
            "description": "<div class=\"apidocs-russian\">Дополнительные параметры</div>\n<div class=\"apidocs-english\">Additional device parameters</div>",
            "nullable": true
          },
          "createdAt": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата создания</div>\n<div class=\"apidocs-english\"></div>"
          },
          "updatedAt": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата обновления</div>\n<div class=\"apidocs-english\"></div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.DocumentsV3.CreateDocumentRelatedEntityV3": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор. Обязательно, если не передан externalId.</div>\n<div class=\"apidocs-english\">Id, required when externalId missing.</div>",
            "nullable": true
          },
          "externalId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Внешний идентификатор. Обязательно, если не передан id, иначе игнорируется.</div>\n<div class=\"apidocs-english\">External id, required when id missing, otherwise ignored.</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.DocumentsV3.CreateDocumentRequestPositionV3": {
        "required": [
          "purchasePrice",
          "quantity"
        ],
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор товара из справочника товаров. Обязательно, если не передан externalId.</div>\n<div class=\"apidocs-english\">Good id from catalog. Required when externalId missing.</div>",
            "nullable": true
          },
          "externalId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Внешний идентификатор товара из справочника товаров. Обязательно, если не передан id, иначе игнорируется.</div>\n<div class=\"apidocs-english\">Good external id from catalog. Required when id missing, otherwise ignored.</div>",
            "nullable": true
          },
          "quantity": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Количество. Макс. кол-во знаков после запятой: 3.</div>\n<div class=\"apidocs-english\">Quantity. Precision: 3.</div>",
            "format": "double"
          },
          "purchasePrice": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Цена закупки. Макс.кол-во знаков после запятой: 2. Существует только у документов Приемка и Оприходование</div>\n<div class=\"apidocs-english\">Purchase price. Precision: 2.</div>",
            "format": "double"
          },
          "reason": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Причина оприходования или списания. Существует только у документов Оприходование и Списание</div>\n<div class=\"apidocs-english\">Reason</div>",
            "nullable": true
          },
          "markingCodes": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian\">Коды маркировки ! Существует у всех документов, кроме Производства</div>\n<div class=\"apidocs-english\">Marking codes</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.DocumentsV3.CreateDocumentResponseV3": {
        "required": [
          "id"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор</div>\n<div class=\"apidocs-english\">Id</div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.DocumentsV3.DocumentPositionsResponseRowGoodV3": {
        "required": [
          "barcodes",
          "externalId",
          "id",
          "name",
          "subject",
          "tax",
          "unit",
          "unitCode"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор</div>\n<div class=\"apidocs-english\">Id</div>"
          },
          "externalId": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Внешний идентификатор</div>\n<div class=\"apidocs-english\">External id</div>"
          },
          "name": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Наименование </div>\n<div class=\"apidocs-english\">Name</div>"
          },
          "sku": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Артикул</div>\n<div class=\"apidocs-english\">Article</div>",
            "nullable": true
          },
          "unit": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Единица измерения (тэг 1197)</div>\n<div class=\"apidocs-english\">Unit of measurement (tag 1197)</div>"
          },
          "unitCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.UnitCodeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Единица измерения (тэг 2108).</div>\n<div class=\"apidocs-english\">Unit of measurement (tag 2108)</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">0</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Штука или Единица</div><div class=\"apidocs-english\">Unit</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">10</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Грамм</div><div class=\"apidocs-english\">Gram</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">11</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Килограмм</div><div class=\"apidocs-english\">Kilogram</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">12</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Тонна</div><div class=\"apidocs-english\">Ton</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">20</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Сантиметр</div><div class=\"apidocs-english\">Centimetre</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">21</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Дециметр</div><div class=\"apidocs-english\">Decimeter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">22</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Метр</div><div class=\"apidocs-english\">Metre</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">30</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Квадратный сантиметр</div><div class=\"apidocs-english\">Square centimeter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">31</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Квадратный дециметр</div><div class=\"apidocs-english\">Square decimeter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">32</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Квадратный метр</div><div class=\"apidocs-english\">Square meter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">40</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Миллилитр</div><div class=\"apidocs-english\">Milliliter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">41</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Литр</div><div class=\"apidocs-english\">Litre</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">42</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Кубический метр</div><div class=\"apidocs-english\">Cubic meter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">50</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Киловатт час</div><div class=\"apidocs-english\">Kilowatt hour</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">51</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Гигакаллория</div><div class=\"apidocs-english\">Gigacallory</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">70</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Сутки (день)</div><div class=\"apidocs-english\">Day</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">71</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Час</div><div class=\"apidocs-english\">Hour</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">72</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Минута</div><div class=\"apidocs-english\">Minute</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">73</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Секунда</div><div class=\"apidocs-english\">Second</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">80</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Килобайт</div><div class=\"apidocs-english\">Kilobytes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">81</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Мегабайт</div><div class=\"apidocs-english\">Megabytes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">82</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Гигабайт</div><div class=\"apidocs-english\">Gigabytes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">83</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Терабайт</div><div class=\"apidocs-english\">Terabyte</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">255</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Иное</div><div class=\"apidocs-english\">Other</div></div>\n"
          },
          "subject": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.PaymentSubjectTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian tag-value\">Признак предмета расчета</div>\n<div class=\"apidocs-english tag-value\">Payment subject type enum </div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Товар</div><div class=\"apidocs-english\">Product</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Подакцизный товар</div><div class=\"apidocs-english\">Excisable product</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Работа</div><div class=\"apidocs-english\">Job</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Услуга</div><div class=\"apidocs-english\">Service</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">5</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка азартной игры</div><div class=\"apidocs-english\">Gambling bet</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">6</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выигрыш азартной игры</div><div class=\"apidocs-english\">Gambling gain</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">7</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Лотерейный билет</div><div class=\"apidocs-english\">Lottery ticket</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">8</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выигрыш лотереи</div><div class=\"apidocs-english\">Lottery winnings</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">9</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Предоставление РИД</div><div class=\"apidocs-english\">Providing the result of intellectual activity</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">10</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Платёж</div><div class=\"apidocs-english\">Payment</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">11</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Агентское вознаграждение</div><div class=\"apidocs-english\">Agent commission</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">12</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выплата</div><div class=\"apidocs-english\">Payout</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">13</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Иной предмет расчета</div><div class=\"apidocs-english\">Other product</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">14</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Имущественное право</div><div class=\"apidocs-english\">Property law</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">15</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Внереализационный доход</div><div class=\"apidocs-english\">Non operating income</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">16</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Иные платежи и взносы</div><div class=\"apidocs-english\">Other payments and fees</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">17</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Торговый сбор</div><div class=\"apidocs-english\">Trading fee</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">18</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Туристический налог</div><div class=\"apidocs-english\">Tourist fee</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">19</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Залог</div><div class=\"apidocs-english\">Deposit</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">20</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Расход</div><div class=\"apidocs-english\">Expense</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">21</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное пенсионное страхование ИП</div><div class=\"apidocs-english\">Mandatory SP's (Sole Proprietor) Pension Insurance </div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">22</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное пенсионное страхование</div><div class=\"apidocs-english\">Mandatory Pension Insurance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">23</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное медицинское страхование ИП</div><div class=\"apidocs-english\">Mandatory SP's Health Insurance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">24</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное медицинское страхование</div><div class=\"apidocs-english\">Mandatory Health Insurance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">25</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное социальное страхование</div><div class=\"apidocs-english\">Mandatory Social Insurance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">26</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Платёж казино</div><div class=\"apidocs-english\">Casino Fee</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">27</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выдача денежных средств</div><div class=\"apidocs-english\">Cash outcome</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">30</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Подакцизный маркированный товар, код маркировки утерян, АТНМ</div><div class=\"apidocs-english\">Excisable goods without marking</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">31</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Подакцизный товар с маркировкой, АТМ</div><div class=\"apidocs-english\">Excisable goods with marking</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">32</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Маркированный товар, код маркировки утерян, ТНМ</div><div class=\"apidocs-english\">Non excisable goods without marking</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">33</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Неподакцизный товар с маркировкой, ТМ</div><div class=\"apidocs-english\">Non excisable goods without marking</div></div>\n"
          },
          "tax": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.VATRateEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian tag-value\">Ставка НДС</div>\n<div class=\"apidocs-english tag-value\">VAT rate</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 20%. С 1 января 2026 года 22%</div><div class=\"apidocs-english\">VAT rate 20%. 22% starting from 01.01.2026</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 10%</div><div class=\"apidocs-english\">VAT rate 10%</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС расч. 20/120. С 1 января 2026 года 22/122</div><div class=\"apidocs-english\">VAT rate 20/120. 22/122 starting from 01.01.2026</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС расч. 10/110</div><div class=\"apidocs-english\">VAT rate 10/110</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">5</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 0%</div><div class=\"apidocs-english\">VAT rate 10%</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">6</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">НДС не облагается</div><div class=\"apidocs-english\">VAT free</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">7</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 5%</div><div class=\"apidocs-english\">VAT rate 5%</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">8</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 7%</div><div class=\"apidocs-english\">VAT rate 7%</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">9</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС расч. 5/105</div><div class=\"apidocs-english\">VAT rate 5/105</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">10</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС расч. 7/107</div><div class=\"apidocs-english\">VAT rate 7/107</div></div>\n"
          },
          "barcodes": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian tag-value\">Штрихкоды</div>\n<div class=\"apidocs-english tag-value\">Good barcodes list</div>"
          },
          "lastPurchasePrice": {
            "type": "number",
            "description": "<div class=\"apidocs-russian tag-value\">Последняя цена закупки</div>\n<div class=\"apidocs-english tag-value\">Last purchase price</div>",
            "format": "double",
            "nullable": true
          },
          "deletedAt": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата и время удаления</div>\n<div class=\"apidocs-english\">Deletion date and time</div>",
            "nullable": true
          },
          "group": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.DocumentsV3.GetDocumentRelatedEntityV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Группа товара</div>\n<div class=\"apidocs-english\">Good category</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.DocumentsV3.DocumentsSortedV3": {
        "required": [
          "id"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Ключ сортировки. Допустимые значения: <b>\"id\"</b>, <b>\"externalId\"</b>, <b>\"number\"</b>, <b>\"dateTime\"</b>.</div>\n<div class=\"apidocs-english\">Sorting key. Allowed values: <b>\"id\"</b>, <b>\"externalId\"</b>, <b>\"number\"</b>, <b>\"dateTime\"</b>.</div>"
          },
          "desc": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Направление сортировки. По умолчанию: <b>false</b></div>\n<div class=\"apidocs-english\">Sort direction. Default: <b>false</b></div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.DocumentsV3.GetDocumentRelatedEntityV3": {
        "required": [
          "externalId",
          "id",
          "name"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор</div>\n<div class=\"apidocs-english\">Id</div>"
          },
          "externalId": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Внешний идентификатор</div>\n<div class=\"apidocs-english\">External id</div>"
          },
          "name": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Наименование </div>\n<div class=\"apidocs-english\">Name</div>"
          },
          "deletedAt": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата и время удаления</div>\n<div class=\"apidocs-english\">Deletion date and time</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ErrorModelV3": {
        "required": [
          "message",
          "reason"
        ],
        "type": "object",
        "properties": {
          "message": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Описание ошибки</div>\n<div class=\"apidocs-english\">Error description</div>"
          },
          "reason": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Краткая причина ошибки</div>\n<div class=\"apidocs-english\">Error reason</div>"
          },
          "errors": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ErrorV3"
            },
            "description": "<div class=\"apidocs-russian\">Список расширенных ошибок</div>\n<div class=\"apidocs-english\">Extended errors list</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ErrorV3": {
        "required": [
          "location",
          "message"
        ],
        "type": "object",
        "properties": {
          "message": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Текст ошибки</div>\n<div class=\"apidocs-english\">Error message</div>"
          },
          "location": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Расположение ошибки. Допустимые значения: `body`, `params`, `query`, `cookies`, `headers`.</div>\n<div class=\"apidocs-english\">Error location. Possible values: `body`, `params`, `query`, `cookies`, `headers`.</div>"
          },
          "path": {
            "type": "array",
            "items": { },
            "description": "<div class=\"apidocs-russian\">Путь в виде последовательности ключей, указывающий на место возникновения ошибки. Может состоять как из строк, указывающих на ключ объекта, так и из целых чисел, указывающих на индекс массива.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.FiscalReportsV3.FiscalDocumentInfoV4": {
        "required": [
          "deviceRegNumber",
          "docFiscalAttribute",
          "docFiscalAttributeInt",
          "docNumber",
          "fiscalStorageNumber"
        ],
        "type": "object",
        "properties": {
          "deviceRegNumber": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1037) Регистрационный номер ККТ</div>\n<div class=\"apidocs-english\">(tag 1037) Device registration number</div>"
          },
          "docNumber": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1040) номер фискального документа</div>\n<div class=\"apidocs-english\">(tag 1040) Fiscal document number</div>",
            "format": "int32"
          },
          "fiscalStorageNumber": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1041) Номер фискального накопителя</div>\n<div class=\"apidocs-english\">(tag 1041) Fiscal storage number</div>"
          },
          "docFiscalAttribute": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1077) фискальный признак документа в формате HEX (6 байт)</div>\n<div class=\"apidocs-english\"></div>"
          },
          "docFiscalAttributeInt": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Значение docFiscalAttribute в формате печатной формы - первый и последний байты отбрасываются, оставшиеся интерпретируются, как big endian UInt32</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int64"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.FiscalReportsV3.FiscalReportDeviceInfoV3": {
        "required": [
          "id"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор устройства</div>\n<div class=\"apidocs-english\">Device id</div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.FiscalReportsV3.FiscalReportDeviceInfoV4": {
        "required": [
          "conditionsOfUseBitset",
          "deviceFfdCode",
          "deviceVersion",
          "docInfo",
          "fnsWebsite",
          "fsDaysRemaining",
          "fsFfdCode",
          "isAutomaticMode",
          "isDataEncryption",
          "isOfflineMode"
        ],
        "type": "object",
        "properties": {
          "docInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.FiscalReportsV3.FiscalDocumentInfoV4"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Общая фискальная информация</div>\n<div class=\"apidocs-english\"></div>"
          },
          "ofdInn": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1017) ИНН ОФД</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "ofdName": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1046) наименование ОФД</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "senderEmail": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1117) адрес электронной почты отправителя чека</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "fnsWebsite": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Адрес сайта ФНС, 1060</div>\n<div class=\"apidocs-english\"></div>"
          },
          "taxSystemsBitset": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.TaxSystemsBitsetEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">(тег 1062, не обязательный) Допустимые при пробитии чеков системы налогообложения в формате битовой маски. Если не указаны, валидация СНО при пробитии чека выполняться не будет, а также не потребуется перефискализация при смене СНО.</div>\n<div class=\"apidocs-english\"></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 0 (1)</div><div style=\"margin: 0 0.25em;\">-</div>Общая, ОСН</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 1 (2)</div><div style=\"margin: 0 0.25em;\">-</div>Упрощенная доход, УСН доход</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 2 (4)</div><div style=\"margin: 0 0.25em;\">-</div>Упрощенная доход минус расход, УСН доход - расход</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 3 (8)</div><div style=\"margin: 0 0.25em;\">-</div><s>Единый налог на вмененный доход, ЕНВД</s> (ЕНВД не действует с 1 января 2021 года)</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 4 (16)</div><div style=\"margin: 0 0.25em;\">-</div>Единый сельскохозяйственный налог, ЕСН</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 5 (32)</div><div style=\"margin: 0 0.25em;\">-</div>Патентная система налогообложения, Патент</div>\n",
            "nullable": true
          },
          "refiscalizationReasonCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.RefiscalizationReasonCodeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">(тег 1101, ФФД 1.05) Код причины перерегистрации. При первичной регистрации не указывается.</div>\n<div class=\"apidocs-english\"></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Замена ФН</div><div class=\"apidocs-english\">FS replacement</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Замена ОФД</div><div class=\"apidocs-english\">FDO replacement</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Изменение реквизитов</div><div class=\"apidocs-english\">Requisites change</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Изменение настроек ККТ</div><div class=\"apidocs-english\">Device settings change</div></div>\n",
            "nullable": true
          },
          "refiscalizationReasonsBitset": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.RefiscalizationReasonsBitsetEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">(тег 1205, ФФД 1.1 и выше) Причины изменения сведений о ККТ в формате битовой маски. При первичной регистрации не указывается.</div>\n<div class=\"apidocs-english\"></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 0 (1)</div><div style=\"margin: 0 0.25em;\">-</div>Замена фискального накопителя</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 1 (2)</div><div style=\"margin: 0 0.25em;\">-</div>Замена оператора фискальных данных</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 2 (4)</div><div style=\"margin: 0 0.25em;\">-</div>Изменение наименования пользователя контрольно-кассовой техники</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 3 (8)</div><div style=\"margin: 0 0.25em;\">-</div>Изменение адреса и (или) места установки (применения) контрольно-кассовой техники</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 4 (16)</div><div style=\"margin: 0 0.25em;\">-</div>Вывод ККТ из автономного режима</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 5 (32)</div><div style=\"margin: 0 0.25em;\">-</div>Перевод ККТ в автономный режим</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 6 (64)</div><div style=\"margin: 0 0.25em;\">-</div>Изменение модели ККТ</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 7 (128)</div><div style=\"margin: 0 0.25em;\">-</div>Изменение перечня применяемых систем налогообложения</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 8 (256)</div><div style=\"margin: 0 0.25em;\">-</div>Изменение номера автомата</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 9 (512)</div><div style=\"margin: 0 0.25em;\">-</div>Вывод ККТ из автоматического режима (осуществление расчётов кассиром)</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 10 (1024)</div><div style=\"margin: 0 0.25em;\">-</div>Перевод ККТ в автоматический режим</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 11 (2048)</div><div style=\"margin: 0 0.25em;\">-</div>Перевод ККТ в режим, позволяющий формировать БСО</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 12 (4096)</div><div style=\"margin: 0 0.25em;\">-</div>Вывод ККТ из режима, позволяющего формировать БСО</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 13 (8192)</div><div style=\"margin: 0 0.25em;\">-</div>Вывод ККТ из режима, позволяющего не печатать кассовый чек и БСО</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 14 (16384)</div><div style=\"margin: 0 0.25em;\">-</div>Перевод ККТ в режим, позволяющий не печатать кассовый чек и БСО</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 17 (131072)</div><div style=\"margin: 0 0.25em;\">-</div>Вывод ККТ из режима, позволяющего применять ККТ при осуществлении деятельности по проведению азартных игр</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 18 (262144)</div><div style=\"margin: 0 0.25em;\">-</div>Перевод ККТ в режим, позволяющий применять ККТ при осуществлении деятельности по проведению азартных игр</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 19 (524288)</div><div style=\"margin: 0 0.25em;\">-</div>Вывод ККТ из режима, позволяющего применять ККТ при осуществлении деятельности по проведению лотерей</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 20 (1048576)</div><div style=\"margin: 0 0.25em;\">-</div>Перевод ККТ в режим, позволяющий применять ККТ при осуществлении деятельности по проведению лотерей</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 21 (2097152)</div><div style=\"margin: 0 0.25em;\">-</div>Изменение версии ФФД</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 31 (-2147483648)</div><div style=\"margin: 0 0.25em;\">-</div>Иные причины</div>\n",
            "nullable": true
          },
          "isAutomaticMode": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">(тег 1001) Признак автоматического режима</div>\n<div class=\"apidocs-english\"></div>"
          },
          "automateNumber": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1036) Номер автомата. Заполняется только при указании признака автоматического режима</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "isDataEncryption": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">(тег 1056) Признак шифрования данных</div>\n<div class=\"apidocs-english\"></div>"
          },
          "isOfflineMode": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">(тег 1002) Признак автономного режима</div>\n<div class=\"apidocs-english\"></div>"
          },
          "conditionsOfUseBitset": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.ConditionsOfUseBitsetEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">(тег 1290) Признаки условий применения ККТ в формате битовой маски.</div>\n<div class=\"apidocs-english\"></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 1 (2)</div><div style=\"margin: 0 0.25em;\">-</div>(тег 1221 на ФФД 1.1 и ниже) Признак установки принтера в автомате</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 2 (4)</div><div style=\"margin: 0 0.25em;\">-</div>(тег 1110 на ФФД 1.1 и ниже) Признак формирования только БСО</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 5 (32)</div><div style=\"margin: 0 0.25em;\">-</div>(тег 1108 на ФФД 1.1 и ниже) Признак ККТ для расчётов только в Интернет</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 6 (64)</div><div style=\"margin: 0 0.25em;\">-</div>(тег 1207 на ФФД 1.1 и ниже) Продажа подакцизных товаров</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 8 (256)</div><div style=\"margin: 0 0.25em;\">-</div>Признак торговли маркированными товарами</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 9 (512)</div><div style=\"margin: 0 0.25em;\">-</div>(тег 1109 на ФФД 1.1 и ниже) Признак расчётов за услуги</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 10 (1024)</div><div style=\"margin: 0 0.25em;\">-</div>(тег 1193 на ФФД 1.1 и ниже) Признак проведения азартных игр</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 11 (2048)</div><div style=\"margin: 0 0.25em;\">-</div>(тег 1126 на ФФД 1.1 и ниже) Признак проведения лотереи</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 12 (4096)</div><div style=\"margin: 0 0.25em;\">-</div>Признак ломбардной деятельности</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 13 (8192)</div><div style=\"margin: 0 0.25em;\">-</div>Признак страховой деятельности</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 14 (16384)</div><div style=\"margin: 0 0.25em;\">-</div>ККТ С ТОРГ. АВТОМАТОМ</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 15 (32768)</div><div style=\"margin: 0 0.25em;\">-</div>ККТ В ОБЩ. ПИТАНИИ</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 16 (65536)</div><div style=\"margin: 0 0.25em;\">-</div>ККТ В ОПТ. ТОРГОВЛЕ С ОРГ. И ИП</div>\n"
          },
          "deviceVersion": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1188) версия ККТ</div>\n<div class=\"apidocs-english\"></div>"
          },
          "deviceFfdCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.FfdCodeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">(тег 1189) Код максимальной версии ФФД, поддерживаемой ККТ</div>\n<div class=\"apidocs-english\"></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div>ФФД 1.05</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div>ФФД 1.2</div>\n"
          },
          "fsFfdCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.FfdCodeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">(тег 1190) Код максимальной версии ФФД, поддерживаемой ФН</div>\n<div class=\"apidocs-english\"></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div>ФФД 1.05</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div>ФФД 1.2</div>\n"
          },
          "fsDaysRemaining": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1213) количество дней до истечения срока действия ключей фискального признака</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int32"
          },
          "agentTypesBitset": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1057, ФФД 1.1 и ниже) Допустимые при пробитии чеков признаки агента в формате битовой маски.</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int32",
            "nullable": true
          },
          "additionalRequisite": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1274) дополнительный реквизит ООС. До 32 символов.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "additionalData": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1275) дополнительные данные ООС в формате HEX. До 32 байт.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.FiscalReportsV3.FiscalReportsSortedV3": {
        "required": [
          "id"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Ключ сортировки. Допустимые значения: <b>\"id\"</b>, <b>\"dateTime\"</b>.</div>\n<div class=\"apidocs-english\">Sorting key. Allowed values: <b>\"id\"</b>, <b>\"dateTime\"</b>.</div>"
          },
          "desc": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Направление сортировки. По умолчанию: <b>false</b></div>\n<div class=\"apidocs-english\">Sort direction. Default: <b>false</b></div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.FiscalReportsV3.FiscalizationTypeEnum": {
        "enum": [
          0,
          1,
          2
        ],
        "type": "integer",
        "format": "int32"
      },
      "NebularApi.Models.LkService.V3.FiscalReportsV3.ListFiscalReportsResponseV4": {
        "required": [
          "count",
          "pages",
          "rows"
        ],
        "type": "object",
        "properties": {
          "rows": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.FiscalReportsV3.ListFiscalReportsRowV4"
            },
            "description": "<div class=\"apidocs-russian\">Список записей</div>\n<div class=\"apidocs-english\">Records list</div>"
          },
          "pages": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Количество страниц</div>\n<div class=\"apidocs-english\">Pages count</div>",
            "format": "int32"
          },
          "count": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Общее кол-во сущностей</div>\n<div class=\"apidocs-english\">Total entities count</div>",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.FiscalReportsV3.ListFiscalReportsRowV4": {
        "required": [
          "address",
          "cashierInfo",
          "createdAt",
          "dateTime",
          "device",
          "deviceSerialNumber",
          "id",
          "orgInn",
          "orgName",
          "place",
          "typeCode",
          "updatedAt"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор</div>\n<div class=\"apidocs-english\">Id</div>"
          },
          "deviceSerialNumber": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Серийный номер ККТ</div>\n<div class=\"apidocs-english\"></div>"
          },
          "typeCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.FiscalReportsV3.FiscalizationTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Код типа фискализации</div>\n<div class=\"apidocs-english\"></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">0</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Запрос регистрации кассы для работы с ФН по ФФД</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Запрос регистрации кассы для работы с ОД</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Запрос регистрации кассы для работы в нефискальном режиме</div><div class=\"apidocs-english\"></div></div>\n"
          },
          "ffdCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.FfdCodeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Код версиии ФФД</div>\n<div class=\"apidocs-english\"></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div>ФФД 1.05</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div>ФФД 1.2</div>\n",
            "nullable": true
          },
          "orgInn": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1018) ИНН юрлица</div>\n<div class=\"apidocs-english\"></div>"
          },
          "orgName": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1048) Название организации или ФИО ИП</div>\n<div class=\"apidocs-english\"></div>"
          },
          "address": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1009) Адрес формирования ФД</div>\n<div class=\"apidocs-english\"></div>"
          },
          "place": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1187) Место формирования ФД</div>\n<div class=\"apidocs-english\"></div>"
          },
          "dateTime": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1012) Дата и время выполнения операции в формате yyyy-MM-dd'T'hh:mm:ss.SSSZZZZZ(В текущей редакции ФФД имеет точность до минут)</div>\n<div class=\"apidocs-english\">Date and time of fiscalreport, format: yyyy-MM-dd'T'hh:mm:ss.SSSZZZZZ</div>"
          },
          "cashierInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.CashierInfoV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация о лице, выполнившем операцию</div>\n<div class=\"apidocs-english\"></div>"
          },
          "orangeDataSettings": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.FiscalReportsV3.OrangeDataSettingsV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация о режиме работы ОД</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "fiscalInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.FiscalReportsV3.FiscalReportDeviceInfoV4"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация о фискальном режиме работы</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "device": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.FiscalReportsV3.FiscalReportDeviceInfoV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация об устройстве</div>\n<div class=\"apidocs-english\">Device info</div>"
          },
          "createdAt": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата и время создания сущности</div>\n<div class=\"apidocs-english\">Date and time of entity creation</div>"
          },
          "updatedAt": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата и время последнего обновления сущности</div>\n<div class=\"apidocs-english\">Date and time of entity last update</div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.FiscalReportsV3.OrangeDataSettingsV3": {
        "required": [
          "printQR",
          "receiptDomain",
          "syncMode",
          "timeoutSeconds"
        ],
        "type": "object",
        "properties": {
          "syncMode": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">false - выводить нефискальный чек сразу после его формирования (не требуется интернет); true - выводить чек только после получения подтверждения от сервера фискализации.</div>\n<div class=\"apidocs-english\"></div>"
          },
          "printQR": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">false - показывать QR-код со ссылкой на электронный чек на экране. true - печатать чек.</div>\n<div class=\"apidocs-english\"></div>"
          },
          "receiptDomain": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Services.DeviceOperations.FisalReports.ReceiptDomainEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Хостинг электронных чеков, который будет использоваться в ссылке в QR-коде</div>\n<div class=\"apidocs-english\"></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">0</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">ЛК aQsi</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Такском</div><div class=\"apidocs-english\"></div></div>\n"
          },
          "timeoutSeconds": {
            "maximum": 60,
            "minimum": 10,
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Время ожидания ответа от сервера фискализации, по истечении которого будет выдан нефискальный чек.</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ReceiptsV3.AdditionalUserAttributeV3": {
        "required": [
          "name",
          "value"
        ],
        "type": "object",
        "properties": {
          "name": {
            "maxLength": 64,
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Наименование дополнительного реквизита пользователя, 1085</div>\n<div class=\"apidocs-english tag-value\">Name of the additional user attribute, 1085</div>"
          },
          "value": {
            "maxLength": 234,
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Значение дополнительного реквизита пользователя, 1086</div>\n<div class=\"apidocs-english tag-value\">The value of the additional user attribute, 1086</div>"
          }
        },
        "additionalProperties": false,
        "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian\">Дополнительный реквизит пользователя, 1084</div>\n<div class=\"apidocs-english\">Additional user attribute, 1084</div>"
      },
      "NebularApi.Models.LkService.V3.ReceiptsV3.AgentInfoV3": {
        "required": [
          "agentTypesBitset"
        ],
        "type": "object",
        "properties": {
          "agentTypesBitset": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.AgentTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Битовая маска признаков агента, 1057 в чеке, 1222 в предмете расчёта</div>\n<div class=\"apidocs-english tag-value\"></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 0 (1)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Банковский платежный агент</div><div class=\"apidocs-english\">Payment bank agent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 1 (2)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Банковский платежный субагент</div><div class=\"apidocs-english\">Payment bank sub agent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 2 (4)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Платежный агент</div><div class=\"apidocs-english\">Paying agent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 3 (8)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Платежный субагент</div><div class=\"apidocs-english\">Paying sub agent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 4 (16)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Поверенный</div><div class=\"apidocs-english\">Attorney</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 5 (32)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Комиссионер</div><div class=\"apidocs-english\">Comissioner</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 6 (64)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Иной агент</div><div class=\"apidocs-english\">Other agetn</div></div>\n"
          },
          "transferOperatorPhones": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Телефон оператора перевода, 1075</div>\n<div class=\"apidocs-english tag-value\">Payment transfer operator phone numbers , 1075</div>",
            "nullable": true
          },
          "bankPaymentAgentOperation": {
            "maxLength": 24,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Операция платежного агента, 1044</div>\n<div class=\"apidocs-english tag-value\">Payment agent operation, 1044</div>",
            "nullable": true
          },
          "paymentAgentPhones": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Телефон платежного агента, 1073</div>\n<div class=\"apidocs-english tag-value\">Payment agent phone numbers</div>",
            "nullable": true
          },
          "paymentAcceptanceOperatorPhones": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Телефон оператора по приему платежей, 1074</div>\n<div class=\"apidocs-english tag-value\">Payment operator phone numbers, 1074</div>",
            "nullable": true
          },
          "transferOperatorName": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Наименование оператора перевода, 1026</div>\n<div class=\"apidocs-english tag-value\">Payment operator name, 1026</div>",
            "nullable": true
          },
          "transferOperatorAddress": {
            "maxLength": 256,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Адрес оператора перевода, 1005</div>\n<div class=\"apidocs-english tag-value\">Payment operator address, 1005</div>",
            "nullable": true
          },
          "transferOperatorInn": {
            "maxLength": 12,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">ИНН оператора перевода, 1016</div>\n<div class=\"apidocs-english tag-value\">Payment operator TIN, 1016</div>",
            "nullable": true
          }
        },
        "additionalProperties": false,
        "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian\">Данные агента, 1223</div>\n<div class=\"apidocs-english\">Agent Data, 1223</div>"
      },
      "NebularApi.Models.LkService.V3.ReceiptsV3.CorrectionInfoV3": {
        "required": [
          "correctionTypeId",
          "originalReceiptDate"
        ],
        "type": "object",
        "properties": {
          "correctionTypeId": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.CorrectionTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">(тег 1173) Тип коррекции</div>\n<div class=\"apidocs-english\"></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">0</div><div style=\"margin: 0 0.25em;\">-</div>Самостоятельно</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div>По предписанию</div>\n"
          },
          "originalReceiptDate": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1178, в составе 1174) Дата совершения корректируемого расчёта в формате yyyy-MM-dd</div>\n<div class=\"apidocs-english\"></div>"
          },
          "prescriptionNumber": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1179, в составе 1174) Номер предписания налогового органа</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ReceiptsV3.CustomerInfoV3": {
        "type": "object",
        "properties": {
          "externalId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор покупателя (клиента) во внешней системе. Нужен для фильтрации и агрегации данных. Этот идентификатор не обязан существовать в системе aQsi.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор покупателя (клиента) в системе aQsi. Нужен для фильтрации и агрегации данных.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "emailOrPhone": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1008) телефон или электронный адрес покупателя (клиента). +{Ц} или {С}@{С}.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "name": {
            "maxLength": 256,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1227) наименование организации или фамилия, имя, отчество (при наличии) покупателя (клиента). На ФФД 1.1 и ниже должен включать в состав данные документа, удостоверяющего личность</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "inn": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1228) (10 или 12 цифр) ИНН покупателя (клиента)</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "birthDate": {
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">(тег 1243) Дата рождения покупателя (клиента) в формате ДД.ММ.ГГГГ</div>\n<div class=\"apidocs-english tag-value\">Customer birth date(YYYY-MM-DD), 1243</div>",
            "nullable": true
          },
          "nationalityCode": {
            "maxLength": 3,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Гражданство, 1244. Включается в состав ФД только в случае, если покупатель (клиент), не является гражданином РФ.</div>\n<div class=\"apidocs-english tag-value\">Nationality, 1244</div>",
            "nullable": true
          },
          "docTypeId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Код вида документа, удостоверяющего личность, 1245</div>\n<div class=\"apidocs-english tag-value\">Identification document code, 1245</div>",
            "nullable": true
          },
          "docInfo": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Данные документа, удостоверяющего личность, 1246</div>\n<div class=\"apidocs-english tag-value\">Passport series and number, 1246</div>",
            "nullable": true
          },
          "address": {
            "maxLength": 256,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Адрес покупателя (клиента), 1254</div>\n<div class=\"apidocs-english tag-value\">Client address, 1254</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ReceiptsV3.FiscalDocumentInfoV3": {
        "required": [
          "deviceRegNumber",
          "docFiscalAttribute",
          "docFiscalAttributeInt",
          "docNumber",
          "fiscalStorageNumber"
        ],
        "type": "object",
        "properties": {
          "deviceRegNumber": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1037) Регистрационный номер ККТ</div>\n<div class=\"apidocs-english\">(tag 1037) Device registration number</div>"
          },
          "docNumber": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1040) номер фискального документа</div>\n<div class=\"apidocs-english\">(tag 1040) Fiscal document number</div>",
            "format": "int64"
          },
          "fiscalStorageNumber": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1041) Номер фискального накопителя</div>\n<div class=\"apidocs-english\">(tag 1041) Fiscal storage number</div>"
          },
          "docFiscalAttribute": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1077) фискальный признак документа в формате HEX (6 байт)</div>\n<div class=\"apidocs-english\"></div>"
          },
          "docFiscalAttributeInt": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Значение docFiscalAttribute в формате печатной формы - первый и последний байты отбрасываются, оставшиеся интерпретируются, как big endian UInt32</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int64"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ReceiptsV3.FractionalQuantityV3": {
        "required": [
          "denominator",
          "numerator"
        ],
        "type": "object",
        "properties": {
          "numerator": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian\">Числитель, тег 1293</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int64"
          },
          "denominator": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian\">Знаменатель, тег 1294</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int64"
          }
        },
        "additionalProperties": false,
        "description": "Дробное количество маркированного товара, тег 1291"
      },
      "NebularApi.Models.LkService.V3.ReceiptsV3.IndustryAttributeV3": {
        "required": [
          "foivId",
          "foundationDocumentDate",
          "foundationDocumentNumber",
          "value"
        ],
        "type": "object",
        "properties": {
          "foivId": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.FoivIdEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Идентификатор ФОИВ, 1262</div>\n<div class=\"apidocs-english tag-value\">FOIV id, 1262</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">001</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Министерство внутренних дел Российской Федерации</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">002</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Министерство Российской Федерации по делам гражданской обороны, чрезвычайным ситуациям и ликвидации последствий стихийных бедствий</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">003</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Министерство иностранных дел Российской Федерации</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">004</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральное агентство по делам Содружества Независимых Государств, соотечественников, проживающих за рубежом, и по международному гуманитарному сотрудничеству</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">005</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Министерство обороны Российской Федерации</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">006</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральная служба по военно-техническому сотрудничеству</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">007</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральная служба по техническому и экспортному контролю</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">008</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Министерство юстиции Российской Федерации</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">009</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральная служба исполнения наказаний</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">010</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральная служба судебных приставов</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">011</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Государственная фельдъегерская служба Российской Федерации</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">012</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Служба внешней разведки Российской Федерации</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">013</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральная служба безопасности Российской Федерации</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">014</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральная служба войск национальной гвардии Российской Федерации</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">015</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральная служба охраны Российской Федерации</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">016</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральная служба по финансовому мониторингу</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">017</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральное архивное агентство</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">018</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Главное управление специальных программ Президента Российской Федерации</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">019</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Управление делами Президента Российской Федерации</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">020</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Министерство здравоохранения Российской Федерации</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">021</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральная служба по надзору в сфере здравоохранения</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">022</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Министерство культуры Российской Федерации</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">023</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Министерство науки и высшего образования Российской Федерации</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">024</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Министерство природных ресурсов и экологии Российской Федерации</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">025</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральная служба по гидрометеорологии и мониторингу окружающей среды</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">026</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральная служба по надзору в сфере природопользования</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">027</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральное агентство водных ресурсов</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">028</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральное агентство лесного хозяйства</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">029</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральное агентство по недропользованию</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">030</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\"> Министерство промышленности и торговли Российской Федерации</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">031</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральное агентство по техническому регулированию и метрологии</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">032</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Министерство просвещения Российской Федерации</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">033</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Министерство Российской Федерации по развитию Дальнего Востока и Арктики</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">034</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Министерство сельского хозяйства Российской Федерации</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">035</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральная служба по ветеринарному и фитосанитарному надзору</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">036</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральное агентство по рыболовству</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">037</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Министерство спорта Российской Федерации</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">038</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Министерство строительства и жилищно-коммунального хозяйства Российской Федерации</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">039</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Министерство транспорта Российской Федерации</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">040</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральная служба по надзору в сфере транспорта</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">041</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральное агентство воздушного транспорт</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">042</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральное дорожное агентство</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">043</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральное агентство железнодорожного транспорта</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">044</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральное агентство морского и речного транспорта</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">045</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Министерство труда и социальной защиты Российской Федерации</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">046</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральная служба по труду и занятости</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">047</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Министерство финансов Российской Федерации</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">048</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральная налоговая служба</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">049</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральная пробирная палата</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">050</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральная служба по регулированию алкогольного рынка</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">051</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральная таможенная служба</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">052</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральное казначейство</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">053</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральное агентство по управлению государственным имуществом</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">054</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Министерство цифрового развития, связи и массовых коммуникаций Российской Федерации</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">055</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральная служба по надзору в сфере связи, информационных технологий и массовых коммуникаций</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">056</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральное агентство по печати и массовым коммуникациям</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">057</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральное агентство связи</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">058</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Министерство экономического развития Российской Федерации</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">059</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральная служба по аккредитации</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">060</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральная служба государственной статистики</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">061</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральная служба по интеллектуальной собственности</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">062</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральное агентство по туризму</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">063</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Министерство энергетики Российской Федерации</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">064</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральная антимонопольная служба</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">065</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральная служба государственной регистрации, кадастра и картографии</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">066</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральная служба по надзору в сфере защиты прав потребителей и благополучия человека</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">067</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральная служба по надзору в сфере образования и науки</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">068</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральная служба по экологическому, технологическому и атомному надзору</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">069</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральное агентство по государственным резервам</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">070</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральное медико-биологическое агентство</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">071</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральное агентство по делам молодежи</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">072</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Федеральное агентство по делам национальностей</div><div class=\"apidocs-english\"></div></div>\n"
          },
          "foundationDocumentDate": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Дата документа основания (в формате ДД.ММ.ГГГГ), 1263</div>\n<div class=\"apidocs-english tag-value\">Cause document date (DD.MM.YY), 1263</div>"
          },
          "foundationDocumentNumber": {
            "maxLength": 32,
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Номер документа основания, 1264</div>\n<div class=\"apidocs-english tag-value\">Cause document number, 1264</div>"
          },
          "value": {
            "maxLength": 256,
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Значение отраслевого реквизита, 1265</div>\n<div class=\"apidocs-english tag-value\">Industry attribute value, 1265</div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ReceiptsV3.ListReceiptsResponseV4": {
        "required": [
          "count",
          "pages",
          "rows"
        ],
        "type": "object",
        "properties": {
          "rows": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.ListReceiptsRowV4"
            },
            "description": "<div class=\"apidocs-russian\">Список записей</div>\n<div class=\"apidocs-english\">Corrections list</div>"
          },
          "pages": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Количество страниц</div>\n<div class=\"apidocs-english\">Pages count</div>",
            "format": "int32"
          },
          "count": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Общее кол-во сущностей</div>\n<div class=\"apidocs-english\">Total entities count</div>",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ReceiptsV3.ListReceiptsRowV4": {
        "required": [
          "createdAt",
          "device",
          "id",
          "ignoreItemCodeCheck",
          "info",
          "isNonFiscal",
          "payments",
          "positions",
          "updatedAt",
          "variant"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор</div>\n<div class=\"apidocs-english\">Id</div>"
          },
          "correctionInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.CorrectionInfoV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация о чеке коррекции</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "originalId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор чека в системе aQsi, для которого выполнен возврат/отмена</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "orderId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор заказа в системе aQsi, по которому пробит чек</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "isNonFiscal": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Признак, что чек был пробит в нефискальном режиме</div>\n<div class=\"apidocs-english\"></div>"
          },
          "ignoreItemCodeCheck": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Признак, что чек был пробит с игнорированием результата проверок КМ</div>\n<div class=\"apidocs-english\"></div>"
          },
          "info": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.ReceiptInfoV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация о чеке</div>\n<div class=\"apidocs-english\"></div>"
          },
          "positions": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.ReceiptPositionV4"
            },
            "description": "<div class=\"apidocs-russian\">(тег 1059) Список предметов расчёта</div>\n<div class=\"apidocs-english\"></div>"
          },
          "discountInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.ReceiptDiscountInfoV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Применённая к чеку скидка</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "roundAmountDownToExponent": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Применённое к сумме чека округление</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int32",
            "nullable": true
          },
          "payments": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.ReceiptPaymentV4"
            },
            "description": "<div class=\"apidocs-russian\">Список платежей</div>\n<div class=\"apidocs-english\"></div>"
          },
          "change": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Сдача при наличном расчёте</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int32",
            "nullable": true
          },
          "egaisInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.ReceiptEgaisInfoV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация о чеке ЕГАИС, полученная от УТМ</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "cloudInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.ReceiptCloudInfoV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация о пробитии чека через облачную кассу</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "variant": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.ReceiptVariantEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Вариант чека</div>\n<div class=\"apidocs-english\"></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">receipt</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Чек</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">correction</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Чек коррекции</div><div class=\"apidocs-english\"></div></div>\n"
          },
          "useTax20": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Признак необходимости применения устаревших ставок 20 и 20/120.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "device": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.ReceiptDeviceInfoV4"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация об устройстве</div>\n<div class=\"apidocs-english\">Device info</div>"
          },
          "createdAt": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата и время создания сущности</div>\n<div class=\"apidocs-english\">Date and time of entity creation</div>"
          },
          "updatedAt": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата и время последнего обновления сущности</div>\n<div class=\"apidocs-english\">Date and time of entity last update</div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ReceiptsV3.NomenclatureCodeInfoV3": {
        "required": [
          "nomenclatureCode",
          "nomenclatureCodeTag"
        ],
        "type": "object",
        "properties": {
          "nomenclatureCode": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian tag-value\">код товара</div>\n<div class=\"apidocs-english tag-value\"></div>"
          },
          "nomenclatureCodeTag": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian tag-value\">Тэг кода товара, определяющий его тип</div>\n<div class=\"apidocs-english tag-value\"></div>",
            "format": "int32"
          },
          "markingCodeChecksum": {
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Значение младших четырёх цифр от десятичного значения контрольной суммы CRC-32, рассчитанной на базе значения реквизита \"код маркировки\" (тег 2000), тег 2115</div>\n<div class=\"apidocs-english tag-value\"></div>",
            "nullable": true
          },
          "markingCodeHandlingMode": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Режим обработки кода маркировки, тег 2102</div>\n<div class=\"apidocs-english tag-value\"></div>",
            "format": "int32",
            "nullable": true
          },
          "markingCodeVerificationResultBitset": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.MarkingCodeVerificationResultEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Битовая маска результата проверки сведений о товаре, тег 2106</div>\n<div class=\"apidocs-english tag-value\"></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 0 (1)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Банковский платежный агент</div><div class=\"apidocs-english\">Payment bank agent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 1 (2)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Банковский платежный субагент</div><div class=\"apidocs-english\">Payment bank sub agent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 2 (4)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Платежный агент</div><div class=\"apidocs-english\">Paying agent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 3 (8)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Платежный субагент</div><div class=\"apidocs-english\">Paying sub agent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 4 (16)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Поверенный</div><div class=\"apidocs-english\">Attorney</div></div>\n",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ReceiptsV3.OperationalAttributeV3": {
        "required": [
          "dateTime",
          "id",
          "value"
        ],
        "type": "object",
        "properties": {
          "id": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Идентификатор операции, 1271</div>\n<div class=\"apidocs-english tag-value\">Operation id, 1271</div>",
            "format": "int32"
          },
          "value": {
            "maxLength": 64,
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Данные операции, 1272</div>\n<div class=\"apidocs-english tag-value\">Operation data, 1272</div>"
          },
          "dateTime": {
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Дата, время операции, 1273</div>\n<div class=\"apidocs-english tag-value\">Operation date and time, 1273</div>",
            "format": "date-time"
          }
        },
        "additionalProperties": false,
        "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian\">Операционный реквизит чека, 1270</div>\n<div class=\"apidocs-english\">Receipt operational attribute, 1270</div>"
      },
      "NebularApi.Models.LkService.V3.ReceiptsV3.ReceiptAmounts": {
        "required": [
          "cash",
          "cashless",
          "consideration",
          "credit",
          "prepayment"
        ],
        "type": "object",
        "properties": {
          "cash": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1031) сумма наличными, коп.</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int64"
          },
          "cashless": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1081) сумма безналичными, коп.</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int64"
          },
          "prepayment": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1215) сумма предоплатами (зачётом аванса и (или) предыдущих платежей), коп.</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int64"
          },
          "credit": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1216) сумма постоплатами(в кредит), коп.</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int64"
          },
          "consideration": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1217) сумма встречными направлениями, коп.</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int64"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ReceiptsV3.ReceiptCloudInfoV3": {
        "type": "object",
        "properties": {
          "status": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.CloudProcessingStatusEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Статус фискализации чека через облачную кассу</div>\n<div class=\"apidocs-english\"></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">В очереди</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Отправлен</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Фискализирован</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ошибка</div><div class=\"apidocs-english\"></div></div>\n",
            "nullable": true
          },
          "message": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Расширенное описание статуса</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ReceiptsV3.ReceiptDeviceInfoV4": {
        "required": [
          "id"
        ],
        "type": "object",
        "properties": {
          "id": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Идентификатор устройства</div>\n<div class=\"apidocs-english\">Device id</div>",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ReceiptsV3.ReceiptDiscountInfoV3": {
        "required": [
          "type",
          "value"
        ],
        "type": "object",
        "properties": {
          "type": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.CalculationUnitTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Тип</div>\n<div class=\"apidocs-english\"></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">0</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Денежная единица</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Базисный пункт (‱, 1/100 процента, 1/10000) - https://ru.wikipedia.org/wiki/Базисный_пункт</div><div class=\"apidocs-english\"></div></div>\n"
          },
          "value": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Значение</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int64"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ReceiptsV3.ReceiptEgaisInfoV3": {
        "required": [
          "sign",
          "url"
        ],
        "type": "object",
        "properties": {
          "sign": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Подпись, полученная из УТМ.</div>\n<div class=\"apidocs-english\"></div>"
          },
          "url": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">URL, полученный из УТМ.</div>\n<div class=\"apidocs-english\"></div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ReceiptsV3.ReceiptInfoV3": {
        "required": [
          "address",
          "amounts",
          "cashierInfo",
          "dateTime",
          "deviceSerialNumber",
          "fiscalizationId",
          "hasMarkingCodeErrors",
          "isBSO",
          "orgInn",
          "orgName",
          "place",
          "senderEmail",
          "shiftId",
          "sum",
          "taxAmounts",
          "taxSystemCode",
          "typeId"
        ],
        "type": "object",
        "properties": {
          "deviceSerialNumber": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Серийный номер ККТ</div>\n<div class=\"apidocs-english\"></div>"
          },
          "fiscalizationId": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор фискализации в системе aQsi</div>\n<div class=\"apidocs-english\">Fiscalization id in aQsi system</div>"
          },
          "shiftId": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор смены в системе aQsi</div>\n<div class=\"apidocs-english\"></div>"
          },
          "shiftNumber": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1038) Номер смены</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int32",
            "nullable": true
          },
          "number": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1042) Номер чека за смену</div>\n<div class=\"apidocs-english\">Cheque number in shift</div>",
            "format": "int32",
            "nullable": true
          },
          "orgInn": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1018) ИНН юрлица</div>\n<div class=\"apidocs-english\"></div>"
          },
          "orgName": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1048) Название организации или ФИО ИП</div>\n<div class=\"apidocs-english\"></div>"
          },
          "ffdCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.FfdCodeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">(тег 1209) номер версии ФФД</div>\n<div class=\"apidocs-english\">(tag 1209) FFD version number</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div>ФФД 1.05</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div>ФФД 1.2</div>\n",
            "nullable": true
          },
          "dateTime": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1012) Дата и время выполнения операции в формате yyyy-MM-dd'T'hh:mm:ss.SSSZZZZZ(В текущей редакции ФФД имеет точность до минут)</div>\n<div class=\"apidocs-english\">Date and time of correction, format: yyyy-MM-dd'T'hh:mm:ss.SSSZZZZZ</div>"
          },
          "hasMarkingCodeErrors": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">(тег 2107, ФФД 1.2) Результат проверки маркированных товаров</div>\n<div class=\"apidocs-english\"></div>"
          },
          "docInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.FiscalDocumentInfoV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Общая фискальная информация (РН ККТ, ФД, ФП, номер ФН)</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "taxSystemCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/DAL.Enums.TaxationSystemAqsiEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">(тег 1055) QR-код</div>\n<div class=\"apidocs-english\"></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div>Общая, ОСН</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div>Упрощенная доход, УСН доход</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div>Упрощенная доход минус расход, УСН доход - расход</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">8</div><div style=\"margin: 0 0.25em;\">-</div><s>Единый налог на вмененный доход, ЕНВД</s> (ЕНВД не действует с 1 января 2021 года)</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">16</div><div style=\"margin: 0 0.25em;\">-</div>Единый сельскохозяйственный налог, ЕСН</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">32</div><div style=\"margin: 0 0.25em;\">-</div>Патентная система налогообложения, Патент</div>\n"
          },
          "address": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1009) Адрес формирования ФД</div>\n<div class=\"apidocs-english\"></div>"
          },
          "place": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1187) Место формирования ФД</div>\n<div class=\"apidocs-english\"></div>"
          },
          "senderEmail": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1117) Адрес электронной почты отправителя чека.Если не указан, будет взят из текущей фискализации.</div>\n<div class=\"apidocs-english\"></div>"
          },
          "cashierInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.CashierInfoV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация о лице, выполнившем операцию</div>\n<div class=\"apidocs-english\"></div>"
          },
          "typeId": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.DocTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">(тег 1054) Признак расчёта</div>\n<div class=\"apidocs-english\"></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Приход</div><div class=\"apidocs-english\">Income</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Возврат прихода</div><div class=\"apidocs-english\">Income return</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Расход</div><div class=\"apidocs-english\">Outcome</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Возврат расхода</div><div class=\"apidocs-english\">Outcome return</div></div>\n"
          },
          "sum": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1020) Сумма расчёта, коп.</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int64"
          },
          "amounts": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.ReceiptAmounts"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Суммы расчётов по типам оплаты</div>\n<div class=\"apidocs-english\"></div>"
          },
          "taxAmounts": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.ReceiptTaxAmounts"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Суммы расчётов по налоговым ставкам</div>\n<div class=\"apidocs-english\"></div>"
          },
          "customerInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.CustomerInfoV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация о покупателе (клиенте)</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "agentInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.AgentInfoV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">(ФФД 1.1 и ниже) Информация об агенте</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "supplierPhones": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian\">(тег 1171, ФФД 1.1 и ниже) Телефоны поставщика</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "additionalAttribute": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1192) Дополнительный реквизит</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "additionalUserAttribute": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.AdditionalUserAttributeV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">(тег 1084) Дополнительный реквизит пользователя</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "industryAttributes": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.IndustryAttributeV3"
            },
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian\">Отраслевые реквизиты, тег 1261</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "operationalAttribute": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.OperationalAttributeV3"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian\">Операционный реквизит, тег 1270</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "automateNumber": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1036) Номер автомата, если ККТ является автоматом</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "isBSO": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Является ли чек бланком строгой отчётности</div>\n<div class=\"apidocs-english\"></div>"
          },
          "isOnline": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">(тег 1125) Признак расчёта в сети «Интернет»</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ReceiptsV3.ReceiptPaymentV4": {
        "required": [
          "amount",
          "type"
        ],
        "type": "object",
        "properties": {
          "type": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.PaymentTypeV3Enum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Тип платежа.</div>\n<div class=\"apidocs-english\"></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">0</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Наличными</div><div class=\"apidocs-english\">Cash</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Безналичными</div><div class=\"apidocs-english\">Cashless</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">13</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Предоплата</div><div class=\"apidocs-english\">Prepayment</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">14</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Постоплата</div><div class=\"apidocs-english\">Credit</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">15</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Оплата встречным предоставлением</div><div class=\"apidocs-english\">Consideration</div></div>\n"
          },
          "amount": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Сумма платежа, коп.</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int64"
          },
          "slip": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.SlipsV3.ListSlipsRowV4"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Сумма платежа, коп.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ReceiptsV3.ReceiptPositionInfoV4": {
        "required": [
          "calculationSubjectId",
          "calculationTypeId",
          "finalPrice",
          "name",
          "quantity",
          "quantityUnitId",
          "quantityUnitText",
          "taxAmount",
          "taxAmountTotal",
          "taxAmountUnit",
          "taxRateId",
          "taxTotalAmount",
          "totalAmount"
        ],
        "type": "object",
        "properties": {
          "calculationTypeId": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.PaymentMethodTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Признак способа расчета, 1214</div>\n<div class=\"apidocs-english tag-value\">Payment method type </div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Предоплата 100%</div><div class=\"apidocs-english\">100% prepayment</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Частичная предоплата</div><div class=\"apidocs-english\">Partial prepay</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Аванс</div><div class=\"apidocs-english\">Advance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Полный расчёт</div><div class=\"apidocs-english\">Full settlement</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">5</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Частичный расчёт и кредит</div><div class=\"apidocs-english\">Partial settlement and credit</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">6</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Передача в кредит</div><div class=\"apidocs-english\">Credit transfer</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">7</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Оплата кредита</div><div class=\"apidocs-english\">Credit payment</div></div>\n"
          },
          "calculationSubjectId": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.PaymentSubjectTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Признак предмета расчета, 1212</div>\n<div class=\"apidocs-english tag-value\">Payment subject type enum </div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Товар</div><div class=\"apidocs-english\">Product</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Подакцизный товар</div><div class=\"apidocs-english\">Excisable product</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Работа</div><div class=\"apidocs-english\">Job</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Услуга</div><div class=\"apidocs-english\">Service</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">5</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка азартной игры</div><div class=\"apidocs-english\">Gambling bet</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">6</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выигрыш азартной игры</div><div class=\"apidocs-english\">Gambling gain</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">7</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Лотерейный билет</div><div class=\"apidocs-english\">Lottery ticket</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">8</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выигрыш лотереи</div><div class=\"apidocs-english\">Lottery winnings</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">9</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Предоставление РИД</div><div class=\"apidocs-english\">Providing the result of intellectual activity</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">10</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Платёж</div><div class=\"apidocs-english\">Payment</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">11</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Агентское вознаграждение</div><div class=\"apidocs-english\">Agent commission</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">12</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выплата</div><div class=\"apidocs-english\">Payout</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">13</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Иной предмет расчета</div><div class=\"apidocs-english\">Other product</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">14</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Имущественное право</div><div class=\"apidocs-english\">Property law</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">15</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Внереализационный доход</div><div class=\"apidocs-english\">Non operating income</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">16</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Иные платежи и взносы</div><div class=\"apidocs-english\">Other payments and fees</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">17</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Торговый сбор</div><div class=\"apidocs-english\">Trading fee</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">18</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Туристический налог</div><div class=\"apidocs-english\">Tourist fee</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">19</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Залог</div><div class=\"apidocs-english\">Deposit</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">20</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Расход</div><div class=\"apidocs-english\">Expense</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">21</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное пенсионное страхование ИП</div><div class=\"apidocs-english\">Mandatory SP's (Sole Proprietor) Pension Insurance </div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">22</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное пенсионное страхование</div><div class=\"apidocs-english\">Mandatory Pension Insurance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">23</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное медицинское страхование ИП</div><div class=\"apidocs-english\">Mandatory SP's Health Insurance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">24</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное медицинское страхование</div><div class=\"apidocs-english\">Mandatory Health Insurance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">25</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное социальное страхование</div><div class=\"apidocs-english\">Mandatory Social Insurance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">26</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Платёж казино</div><div class=\"apidocs-english\">Casino Fee</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">27</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выдача денежных средств</div><div class=\"apidocs-english\">Cash outcome</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">30</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Подакцизный маркированный товар, код маркировки утерян, АТНМ</div><div class=\"apidocs-english\">Excisable goods without marking</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">31</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Подакцизный товар с маркировкой, АТМ</div><div class=\"apidocs-english\">Excisable goods with marking</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">32</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Маркированный товар, код маркировки утерян, ТНМ</div><div class=\"apidocs-english\">Non excisable goods without marking</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">33</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Неподакцизный товар с маркировкой, ТМ</div><div class=\"apidocs-english\">Non excisable goods without marking</div></div>\n"
          },
          "name": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Наименование предмета расчета(товара), 1030</div>\n<div class=\"apidocs-english tag-value\">Position name</div>"
          },
          "quantityUnitText": {
            "maxLength": 16,
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">Единица измерения предмета расчета, 1197</div>\n<div class=\"apidocs-english tag-value\">Position unit of measurement, 1197</div>"
          },
          "quantityUnitId": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.UnitCodeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Мера количества предмета расчета, 2108</div>\n<div class=\"apidocs-english tag-value\">Position unit of measurement, 2108</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">0</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Штука или Единица</div><div class=\"apidocs-english\">Unit</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">10</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Грамм</div><div class=\"apidocs-english\">Gram</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">11</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Килограмм</div><div class=\"apidocs-english\">Kilogram</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">12</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Тонна</div><div class=\"apidocs-english\">Ton</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">20</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Сантиметр</div><div class=\"apidocs-english\">Centimetre</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">21</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Дециметр</div><div class=\"apidocs-english\">Decimeter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">22</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Метр</div><div class=\"apidocs-english\">Metre</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">30</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Квадратный сантиметр</div><div class=\"apidocs-english\">Square centimeter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">31</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Квадратный дециметр</div><div class=\"apidocs-english\">Square decimeter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">32</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Квадратный метр</div><div class=\"apidocs-english\">Square meter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">40</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Миллилитр</div><div class=\"apidocs-english\">Milliliter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">41</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Литр</div><div class=\"apidocs-english\">Litre</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">42</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Кубический метр</div><div class=\"apidocs-english\">Cubic meter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">50</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Киловатт час</div><div class=\"apidocs-english\">Kilowatt hour</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">51</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Гигакаллория</div><div class=\"apidocs-english\">Gigacallory</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">70</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Сутки (день)</div><div class=\"apidocs-english\">Day</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">71</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Час</div><div class=\"apidocs-english\">Hour</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">72</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Минута</div><div class=\"apidocs-english\">Minute</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">73</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Секунда</div><div class=\"apidocs-english\">Second</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">80</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Килобайт</div><div class=\"apidocs-english\">Kilobytes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">81</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Мегабайт</div><div class=\"apidocs-english\">Megabytes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">82</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Гигабайт</div><div class=\"apidocs-english\">Gigabytes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">83</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Терабайт</div><div class=\"apidocs-english\">Terabyte</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">255</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Иное</div><div class=\"apidocs-english\">Other</div></div>\n"
          },
          "quantity": {
            "type": "number",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Количество предмета расчета, 1023</div>\n<div class=\"apidocs-english tag-value\">Quantity</div>",
            "format": "double"
          },
          "taxRateId": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.VATRateEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Ставка НДС</div>\n<div class=\"apidocs-english tag-value\">VAT rate</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 20%. С 1 января 2026 года 22%</div><div class=\"apidocs-english\">VAT rate 20%. 22% starting from 01.01.2026</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 10%</div><div class=\"apidocs-english\">VAT rate 10%</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС расч. 20/120. С 1 января 2026 года 22/122</div><div class=\"apidocs-english\">VAT rate 20/120. 22/122 starting from 01.01.2026</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС расч. 10/110</div><div class=\"apidocs-english\">VAT rate 10/110</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">5</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 0%</div><div class=\"apidocs-english\">VAT rate 10%</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">6</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">НДС не облагается</div><div class=\"apidocs-english\">VAT free</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">7</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 5%</div><div class=\"apidocs-english\">VAT rate 5%</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">8</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 7%</div><div class=\"apidocs-english\">VAT rate 7%</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">9</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС расч. 5/105</div><div class=\"apidocs-english\">VAT rate 5/105</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">10</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС расч. 7/107</div><div class=\"apidocs-english\">VAT rate 7/107</div></div>\n"
          },
          "taxAmount": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Размер НДС за единицу предмета расчёта, коп., 1198. 6 байт. Устарело! Используйте поле taxAmountUnit вместо этого. </div>\n<div class=\"apidocs-english tag-value\"></div>",
            "format": "int64",
            "deprecated": true
          },
          "taxAmountUnit": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">(тег 1198) размер НДС за единицу предмета расчёта, коп.</div>\n<div class=\"apidocs-english tag-value\"></div>",
            "format": "int64"
          },
          "taxTotalAmount": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Сумма НДС за предмет расчёта, коп., 1200. 6 байт. Устарело! Используйте поле taxAmountTotal вместо этого.</div>\n<div class=\"apidocs-english tag-value\">Position tax amount</div>",
            "format": "int64",
            "deprecated": true
          },
          "taxAmountTotal": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">(тег 1200) сумма НДС за предмет расчёта, коп.</div>\n<div class=\"apidocs-english tag-value\">Position tax amount</div>",
            "format": "int64"
          },
          "finalPrice": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Цена за единицу предмета расчёта с учётом скидок и наценок, коп., 1079. 6 байт.</div>\n<div class=\"apidocs-english tag-value\"></div>",
            "format": "int64"
          },
          "totalAmount": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Стоимость с учётом скидок и наценок, коп., 1043. 6 байт.</div>\n<div class=\"apidocs-english tag-value\"></div>",
            "format": "int64"
          },
          "agentInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.AgentInfoV3"
              }
            ],
            "description": "<div class=\"apidocs-russian tag-value\">Информация об агенте</div>\n<div class=\"apidocs-english tag-value\"></div>",
            "nullable": true
          },
          "supplierInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.SupplierInfoV3"
              }
            ],
            "description": "<div class=\"apidocs-russian tag-value\">Информация о поставщике</div>\n<div class=\"apidocs-english tag-value\"></div>",
            "nullable": true
          },
          "nomenclatureCodeInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.NomenclatureCodeInfoV3"
              }
            ],
            "description": "<div class=\"apidocs-russian tag-value\">Информация о коде товара</div>\n<div class=\"apidocs-english tag-value\"></div>",
            "nullable": true
          },
          "markingCodeVerificationStatus": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.MarkingCodeVerificationStatusEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian tag-value\">Код результата проверки КМ</div>\n<div class=\"apidocs-english tag-value\"></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">0</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">КМ подтверждён ОИСМ (M+)</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">КМ недействителен (M-)</div><div class=\"apidocs-english\"></div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Проверка в ФН успешна или невозможна, проверка в ОИСМ невозможна (M)</div><div class=\"apidocs-english\"></div></div>\n",
            "nullable": true
          },
          "fractionalQuantity": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.FractionalQuantityV3"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Дробное количество маркированного товара, тег 1291</div>\n<div class=\"apidocs-english tag-value\"></div>",
            "nullable": true
          },
          "excise": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Сумма акциза, коп., тег 1229. 6 байт.</div>\n<div class=\"apidocs-english tag-value\"></div>",
            "format": "int64",
            "nullable": true
          },
          "countryCode": {
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">значение младших четырёх цифр от десятичного значения контрольной суммы CRC-32, рассчитанной на базе значения реквизита \"код маркировки\" (тег 2000), тег 2115</div>\n<div class=\"apidocs-english tag-value\"></div>",
            "nullable": true
          },
          "declarationNumber": {
            "maxLength": 32,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Номер декларации на товар, тег 1231</div>\n<div class=\"apidocs-english tag-value\"></div>",
            "nullable": true
          },
          "additionalAttribute": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian\">Дополнительный реквизит предмета расчета, тег 1191</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "industryAttributes": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.IndustryAttributeV3"
            },
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian\">Отраслевые реквизиты, тег 1260</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ReceiptsV3.ReceiptPositionModifierV3": {
        "required": [
          "basePrice",
          "id",
          "name",
          "quantity"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор опции.</div>\n<div class=\"apidocs-english\"></div>"
          },
          "name": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Наименование модификатора.</div>\n<div class=\"apidocs-english\"></div>"
          },
          "quantity": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Количество. Число без знака с плавающей точкой без потери точности.</div>\n<div class=\"apidocs-english\"></div>"
          },
          "basePrice": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Цена за единицу с учётом НДС до применения скидок, коп.</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int64"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ReceiptsV3.ReceiptPositionTicketInfoV3": {
        "required": [
          "routeName",
          "routeNumber",
          "seriesNumber",
          "ticketNumber",
          "transportNumber",
          "transportType"
        ],
        "type": "object",
        "properties": {
          "ticketNumber": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Номер билета.</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int64"
          },
          "seriesNumber": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Серийный номер билета.</div>\n<div class=\"apidocs-english\"></div>"
          },
          "routeName": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Наименование маршрута.</div>\n<div class=\"apidocs-english\"></div>"
          },
          "transportNumber": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Номер транспортного средства.</div>\n<div class=\"apidocs-english\"></div>"
          },
          "transportType": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Тип транспортного средства.</div>\n<div class=\"apidocs-english\"></div>"
          },
          "routeNumber": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Номер маршрута.</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ReceiptsV3.ReceiptPositionV4": {
        "required": [
          "info",
          "maxDiscountApplied",
          "noReturn",
          "selectionMethod"
        ],
        "type": "object",
        "properties": {
          "externalId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор позиции каталога во внешней системе. Нужен для фильтрации и агрегации данных. Этот идентификатор не обязан существовать в системе aQsi.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор позиции каталога в системе aQsi. Нужен для фильтрации и агрегации данных.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "stockKeepingUnit": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Артикул товара</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "info": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.ReceiptPositionInfoV4"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Фискальная информация о позиции</div>\n<div class=\"apidocs-english\"></div>"
          },
          "barcodes": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian\">Штрихкоды, соответствующие позиции.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "selectionMethod": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Код способа выбора товара при его добавлении в чек</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int32"
          },
          "basePrice": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Цена за единицу предмета расчёта с учётом НДС до применения скидок, коп.</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int64",
            "nullable": true
          },
          "discountLimitation": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.ReceiptDiscountInfoV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Ограничение максимальной скидки на товар - максимальный процент или минимальная цена. Устарело! Используйте поле discount.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true,
            "deprecated": true
          },
          "discountInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.ReceiptDiscountInfoV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Применённые к позиции скидки. Устарело! Используйте поле discount.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true,
            "deprecated": true
          },
          "ticketInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.ReceiptPositionTicketInfoV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация о билете и транспортном средстве.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "markingType": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.MarkingTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Код типа маркировки.</div>\n<div class=\"apidocs-english\"></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Товары из натурального меха</div><div class=\"apidocs-english\">Natural fur goods</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Лекарственные товары</div><div class=\"apidocs-english\">Medicines</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Табачная продукция</div><div class=\"apidocs-english\">Tobacco</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Обувные товары</div><div class=\"apidocs-english\">Shoes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">5</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Духи и туалетная вода</div><div class=\"apidocs-english\">Perfume</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">6</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Шины и покрышки пневматические резиновые новые</div><div class=\"apidocs-english\">Tires</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">7</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\"><s>Предметы одежды, включая рабочую одежду, изготовленные из натуральной или композиционной кожи.</s> Используйте 11, Товары легкой промышленности.</div><div class=\"apidocs-english\"><s>Leather clothes.</s> Use 11, Light industry goods instead.</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">8</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\"><s>Блузки, блузы и блузоны трикотажные машинного или ручного вязания, женские или для девочек.</s> Используйте 11, Товары легкой промышленности.</div><div class=\"apidocs-english\"><s>Blouses.</s> Use 11, Light industry goods instead.</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">9</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\"><s>Пальто, полупальто, накидки, плащи, куртки (включая лыжные), ветровки, штормовки и аналогичные изделия мужские или для мальчиков.</s> Используйте 11, Товары легкой промышленности.</div><div class=\"apidocs-english\"><s>Man coats.</s> Use 11, Light industry goods instead.</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">10</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\"><s>Пальто, полупальто, накидки, плащи, куртки (включая лыжные), ветровки, штормовки и аналогичные изделия женские или для девочек.</s> Используйте 11, Товары легкой промышленности.</div><div class=\"apidocs-english\"><s>Woman coats.</s> Use 11, Light industry goods instead.</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">11</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Товары легкой промышленности</div><div class=\"apidocs-english\">Light industry goods</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">12</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Фотокамеры (кроме кинокамер), фотовспышки и лампы-вспышки</div><div class=\"apidocs-english\">Cameras</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">13</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Молочная продукция</div><div class=\"apidocs-english\">Dairy</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">14</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Велосипеды и велосипедные рамы</div><div class=\"apidocs-english\">Bicycles</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">15</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Альтернативная табачная продукция</div><div class=\"apidocs-english\">Alternative tobacco</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">16</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Биологически активные добавки к пище (БАД)</div><div class=\"apidocs-english\">Dietary supplements</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">17</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Никотиносодержащая продукция</div><div class=\"apidocs-english\">Nicotine-containing products</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">18</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Пиво, напитки, изготовленные на основе пива, и слабоалкогольные напитки с маркировкой ЧЗ, подлежащие списанию в УТМ ЕГАИС</div><div class=\"apidocs-english\">Beer</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">19</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Медицинские изделия</div><div class=\"apidocs-english\">Medical goods</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">20</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Антисептики и дезинфицирующие средства</div><div class=\"apidocs-english\">Antiseptics</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">21</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Упакованная вода</div><div class=\"apidocs-english\">BottledWater</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">22</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Алкогольная продукция ЕГАИСа</div><div class=\"apidocs-english\">AlcoholEGAIS</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">23</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Немаркированные слабоалкогольные напитки, подлежащие списанию в УТМ ЕГАИС</div><div class=\"apidocs-english\">Unmarked Low Alcohol</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">24</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Безалкогольное пиво</div><div class=\"apidocs-english\">NON ALCOHOLIC BEER</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">25</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Соковая продукция и безалкогольные напитки</div><div class=\"apidocs-english\">SOFT DRINKS</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">26</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Корма для животных</div><div class=\"apidocs-english\">Pet food</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">27</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Морепродукты</div><div class=\"apidocs-english\">Sea food</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">28</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ветеринарные препараты</div><div class=\"apidocs-english\">Vet pharma</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">29</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Консервированная продукция</div><div class=\"apidocs-english\">Conserve</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">30</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Растительные масла</div><div class=\"apidocs-english\">Vegetable oil</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">31</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Косметика, бытовая химия и товары личной гигиены</div><div class=\"apidocs-english\">Chemistry</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">32</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Бакалейная продукция</div><div class=\"apidocs-english\">Grocery</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">33</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Строительные материалы</div><div class=\"apidocs-english\">Construction</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">34</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Моторные масла</div><div class=\"apidocs-english\">Auto fluids</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">35</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Сладости и кондитерские изделия</div><div class=\"apidocs-english\">Sweets</div></div>\n",
            "nullable": true
          },
          "receiptDiscount": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Распределённая на позицию скидка на чек, коп. Устарело! Используйте поле discount.</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int64",
            "nullable": true,
            "deprecated": true
          },
          "noReturn": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Запрещён ли возврат товара.</div>\n<div class=\"apidocs-english\"></div>"
          },
          "maxDiscountApplied": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Было ли применено к цене товара ограничение максимальной скидки. Устарело! Используйте поле discount.</div>\n<div class=\"apidocs-english\"></div>",
            "deprecated": true
          },
          "modifiers": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReceiptsV3.ReceiptPositionModifierV3"
            },
            "description": "<div class=\"apidocs-russian\">Опции, применённые к позиции.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "discount": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Сумма применённой скидки, коп.</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int64",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ReceiptsV3.ReceiptTaxAmounts": {
        "required": [
          "sumTax0",
          "sumTax10",
          "sumTax105",
          "sumTax107",
          "sumTax110",
          "sumTax120",
          "sumTax20",
          "sumTax5",
          "sumTax7",
          "sumTaxNone"
        ],
        "type": "object",
        "properties": {
          "sumTax20": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1102) сумма НДС по ставке 20%, коп.</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int64"
          },
          "sumTax10": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1103) сумма НДС по ставке 10%, коп.</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int64"
          },
          "sumTax7": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1119) сумма НДС по ставке 7%, коп.</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int64"
          },
          "sumTax5": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1119) сумма НДС по ставке 5%, коп.</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int64"
          },
          "sumTax120": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1106) сумма НДС чека по расч. ставке 20/120, коп.</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int64"
          },
          "sumTax110": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1107) сумма НДС чека по расч. ставке 10/110, коп.</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int64"
          },
          "sumTax107": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1119) сумма НДС чека по расч. ставке 7/107, коп.</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int64"
          },
          "sumTax105": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1119) сумма НДС чека по расч. ставке 5/105, коп.</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int64"
          },
          "sumTax0": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1104) сумма расчёта с НДС по ставке 0%, коп.</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int64"
          },
          "sumTaxNone": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1105) сумма расчёта без НДС, коп.</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int64"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ReceiptsV3.ReceiptVariantEnum": {
        "enum": [
          "receipt",
          "correction"
        ],
        "type": "string"
      },
      "NebularApi.Models.LkService.V3.ReceiptsV3.ReceiptsSortedV3": {
        "required": [
          "id"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Ключ сортировки. Допустимые значения: <b>\"id\"</b>, <b>\"processedAtTz\"</b>.</div>\n<div class=\"apidocs-english\">Sorting key. Allowed values: <b>\"id\"</b>, <b>\"processedAtTz\"</b>.</div>"
          },
          "desc": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Направление сортировки. По умолчанию: <b>false</b></div>\n<div class=\"apidocs-english\">Sort direction. Default: <b>false</b></div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ReceiptsV3.SupplierInfoV3": {
        "type": "object",
        "properties": {
          "name": {
            "maxLength": 256,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Наименование поставщика, тег 1225 в составе 1224 </div>\n<div class=\"apidocs-english tag-value\">Supplier name, 1225</div>",
            "nullable": true
          },
          "phones": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Телефон поставщика, тег 1171 в составе 1224. Массив строк длиной от 1 до 19 символов</div>\n<div class=\"apidocs-english tag-value\">Supplier's phone number, 1171. An array of strings from 1 to 19 characters length</div>",
            "nullable": true
          },
          "inn": {
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">ИНН поставщика, тег 1226.</div>\n<div class=\"apidocs-english tag-value\">Supplier's VATIN, 1226.</div>",
            "nullable": true
          }
        },
        "additionalProperties": false,
        "description": "<div class=\"apidocs-russian\">Данные поставщика</div>\n<div class=\"apidocs-english\">Supplier info</div>"
      },
      "NebularApi.Models.LkService.V3.ReconciliationsV3.GetReconciliationResponseV3": {
        "required": [
          "content",
          "createdAt",
          "id",
          "updatedAt"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор</div>\n<div class=\"apidocs-english\">Id</div>"
          },
          "orgName": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Наименование организации, указанной при фискализации</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "calculationAddress": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Адрес организации, указанной при фискализации</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "cashierId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор кассира в системе aQsi, если на устройстве есть активный кассир</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "totals": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReconciliationsV3.ReconciliationTotals"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Итоги, подсчитанные на терминале перед сверкой итогов</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "content": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReconciliationsV3.ReconciliationContent"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация об операции</div>\n<div class=\"apidocs-english\"></div>"
          },
          "device": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReconciliationsV3.ReconciliationDeviceInfo"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация об устройстве</div>\n<div class=\"apidocs-english\">Device info</div>",
            "nullable": true
          },
          "createdAt": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата и время создания сущности</div>\n<div class=\"apidocs-english\">Date and time of entity creation</div>"
          },
          "updatedAt": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата и время последнего обновления сущности</div>\n<div class=\"apidocs-english\">Date and time of entity last update</div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ReconciliationsV3.ListReconciliationsResponseV3": {
        "required": [
          "count",
          "pages",
          "rows"
        ],
        "type": "object",
        "properties": {
          "rows": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReconciliationsV3.ListReconciliationsRowV3"
            },
            "description": "<div class=\"apidocs-russian\">Список записей</div>\n<div class=\"apidocs-english\">Reconciliations list</div>"
          },
          "pages": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Количество страниц</div>\n<div class=\"apidocs-english\">Pages count</div>",
            "format": "int32"
          },
          "count": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Общее кол-во сущностей</div>\n<div class=\"apidocs-english\">Total entities count</div>",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ReconciliationsV3.ListReconciliationsRowV3": {
        "required": [
          "content",
          "createdAt",
          "id",
          "updatedAt"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор</div>\n<div class=\"apidocs-english\">Id</div>"
          },
          "orgName": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Наименование организации, указанной при фискализации</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "calculationAddress": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Адрес организации, указанной при фискализации</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "cashierId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор кассира в системе aQsi, если на устройстве есть активный кассир</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "totals": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReconciliationsV3.ReconciliationTotals"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Итоги, подсчитанные на терминале перед сверкой итогов</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "content": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReconciliationsV3.ReconciliationContent"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация об операции</div>\n<div class=\"apidocs-english\"></div>"
          },
          "device": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ReconciliationsV3.ReconciliationDeviceInfo"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация об устройстве</div>\n<div class=\"apidocs-english\">Device info</div>",
            "nullable": true
          },
          "createdAt": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата и время создания сущности</div>\n<div class=\"apidocs-english\">Date and time of entity creation</div>"
          },
          "updatedAt": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата и время последнего обновления сущности</div>\n<div class=\"apidocs-english\">Date and time of entity last update</div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ReconciliationsV3.ReconciliationContent": {
        "required": [
          "amount",
          "count",
          "dateTime",
          "isSuccess"
        ],
        "type": "object",
        "properties": {
          "count": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Количество транзакции в сверке</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int32"
          },
          "amount": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Итоговая сумма, переданная сервером авторизации</div>\n<div class=\"apidocs-english\">Total sum</div>",
            "format": "int64"
          },
          "dateTime": {
            "maxLength": 255,
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата и время проведения транзакции в формате yyyy-MM-dd'T'HH:mm:ss.SSSZZZZZ</div>\n<div class=\"apidocs-english\">Date and time of reconciliation, format: yyyy-MM-dd'T'HH:mm:ss.SSSZZZZZ</div>"
          },
          "retrievalReferenceNumber": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(RRN) уникальный идентификатор транзакции в платежной системе</div>\n<div class=\"apidocs-english\">Retrieval Reference Number</div>",
            "nullable": true
          },
          "acquirerBankName": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Наименование банка эквайера</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "terminalId": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(TID) идентификатор терминала</div>\n<div class=\"apidocs-english\">Terminal ID</div>",
            "nullable": true
          },
          "merchantId": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(MID) идентификатор владельца терминала</div>\n<div class=\"apidocs-english\">Merchant ID</div>",
            "nullable": true
          },
          "currencyCode": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Цифровой код валюты по классификатору валют</div>\n<div class=\"apidocs-english\">Currency code</div>",
            "nullable": true
          },
          "from": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата и время первой транзакции в сверке в формате yyyy-MM-dd'T'HH:mm:ss.SSSZZZZZ</div>\n<div class=\"apidocs-english\">Date and time of the first transaction in the reconciliation, format: yyyy-MM-dd'T'HH:mm:ss.SSSZZZZZ</div>",
            "nullable": true
          },
          "to": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата и время последней транзакции в сверке в формате yyyy-MM-dd'T'HH:mm:ss.SSSZZZZZ</div>\n<div class=\"apidocs-english\">Date and time of the last transaction in the reconciliation, format: yyyy-MM-dd'T'HH:mm:ss.SSSZZZZZ</div>",
            "nullable": true
          },
          "authCode": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Код авторизации</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "responseCode": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Код ответа сервера авторизации</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "isSuccess": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Результат операции сверки итогов</div>\n<div class=\"apidocs-english\">Reconciliation result</div>"
          },
          "isUploadSuccess": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Результат выгрузки транзакций, если суммы при сверке не совпали</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "uploadResponseCode": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Код ответа выгрузки транзакций</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "cutoverRetrievalReferenceNumber": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(RRN) уникальный идентификатор операции очистки журнала, если операция успешно выполнена</div>\n<div class=\"apidocs-english\">RRN log cleanup operations</div>",
            "nullable": true
          },
          "cutoverResponseCode": {
            "maxLength": 255,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Код ответа операции очистки журнала (cutover), если очистка выполнена</div>\n<div class=\"apidocs-english\">The return code of the log cleanup operation</div>",
            "nullable": true
          },
          "text": {
            "maxLength": 4000,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Текст печатной формы, полученный от эквайрингового ПО</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ReconciliationsV3.ReconciliationDeviceInfo": {
        "required": [
          "id"
        ],
        "type": "object",
        "properties": {
          "id": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Идентификатор устройства</div>\n<div class=\"apidocs-english\">Device id</div>",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ReconciliationsV3.ReconciliationTotals": {
        "type": "object",
        "properties": {
          "purchasesCount": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Количество оплат</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int32",
            "nullable": true
          },
          "purchasesAmount": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Сумма оплат, коп.</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int64",
            "nullable": true
          },
          "purchaseReversalsCount": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Количество отмен оплат</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int32",
            "nullable": true
          },
          "purchaseReversalsAmount": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Сумма отмен оплат, коп.</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int64",
            "nullable": true
          },
          "refundsCount": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Количество возвратов</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int32",
            "nullable": true
          },
          "refundsAmount": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Сумма возвратов, коп.</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int64",
            "nullable": true
          },
          "refundsReversalsCount": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Количество отмен возвратов</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int32",
            "nullable": true
          },
          "refundsReversalsAmount": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Сумма отмен возвратов, коп.</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int64",
            "nullable": true
          },
          "totalAmount": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Баланс всех операций, коп.</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int64",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ReconciliationsV3.ReconciliationsSortedV3": {
        "required": [
          "id"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Ключ сортировки. Допустимые значения: <b>\"id\"</b>, <b>\"dateTime\"</b>.</div>\n<div class=\"apidocs-english\">Sorting key. Allowed values: <b>\"id\"</b>, <b>\"dateTime\"</b>.</div>"
          },
          "desc": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Направление сортировки. По умолчанию: <b>false</b></div>\n<div class=\"apidocs-english\">Sort direction. Default: <b>false</b></div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ShiftsV3.FiscalDocumentInfoV3": {
        "required": [
          "deviceRegNumber",
          "docFiscalAttribute",
          "docNumber",
          "fiscalStorageNumber"
        ],
        "type": "object",
        "properties": {
          "deviceRegNumber": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1037) Регистрационный номер ККТ</div>\n<div class=\"apidocs-english\">(tag 1037) Device registration number</div>"
          },
          "docNumber": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1040) номер фискального документа</div>\n<div class=\"apidocs-english\">(tag 1040) fiscal document number</div>",
            "format": "int64"
          },
          "fiscalStorageNumber": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1041) Номер фискального накопителя</div>\n<div class=\"apidocs-english\">(tag 1041) Fiscal storage number</div>"
          },
          "docFiscalAttribute": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1077) фискальный признак документа в формате HEX</div>\n<div class=\"apidocs-english\">(tag 1077) document fiscal sign, HEX-string</div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ShiftsV3.FiscalProblemsInfoV3": {
        "required": [
          "fsMemoryOverflow",
          "fsResourceExpired",
          "fsUrgentReplacement",
          "ofdTimeoutExceeded"
        ],
        "type": "object",
        "properties": {
          "fsResourceExpired": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">(тег 1050) признак того, что до истечения срока действия ключей фискального признака в фискальном накопителе осталось менее 30 дней</div>\n<div class=\"apidocs-english\">(tag 1050) fiscal sign keys expire in less then 30 days sign</div>"
          },
          "fsUrgentReplacement": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">(тег 1051) признак того, что до истечения срока действия ключей фискального признака в фискальном накопителе осталось менее 3 дней</div>\n<div class=\"apidocs-english\">(tag 1051) fiscal sign keys expire in less then 3 days sign</div>"
          },
          "fsMemoryOverflow": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">(тег 1052) признак того, что память фискального накопителя заполнена более чем на 99%</div>\n<div class=\"apidocs-english\">(tag 1052) fiscal storage memory used more then 99% sign</div>"
          },
          "ofdTimeoutExceeded": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">(тег 1053) признак того, что подтверждение оператора для переданного фискального документа отсутствует более двух дней</div>\n<div class=\"apidocs-english\">(tag 1053) sent to OFD document has no confirmation in more then 2 days sign</div>"
          },
          "ofdProblemsBitset": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1206) код информационного сообщения оператора фискальных данных</div>\n<div class=\"apidocs-english\">(tag 1206) OFD information message code</div>",
            "format": "int32",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ShiftsV3.GetShiftResponseV4": {
        "required": [
          "device",
          "id",
          "number",
          "updatedAt"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор</div>\n<div class=\"apidocs-english\">Id</div>"
          },
          "number": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Номер смены</div>\n<div class=\"apidocs-english\">Shifts number</div>",
            "format": "int32"
          },
          "device": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ShiftsV3.ShiftDeviceInfoV4"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация об устройстве</div>\n<div class=\"apidocs-english\">Device info</div>"
          },
          "shiftOpenedReport": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ShiftsV3.ShiftOpenedReportV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Отчёт об открытии смены</div>\n<div class=\"apidocs-english\">Shifts open report</div>",
            "nullable": true
          },
          "shiftClosedReport": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ShiftsV3.ShiftClosedReportV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Отчёт об закрытии смены</div>\n<div class=\"apidocs-english\">Shifts close report</div>",
            "nullable": true
          },
          "updatedAt": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата и время последнего обновления</div>\n<div class=\"apidocs-english\">Date and time of last update</div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ShiftsV3.ListShiftsResponseV4": {
        "required": [
          "count",
          "pages",
          "rows"
        ],
        "type": "object",
        "properties": {
          "rows": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ShiftsV3.ListShiftsRowV4"
            },
            "description": "<div class=\"apidocs-russian\">Список записей</div>\n<div class=\"apidocs-english\">Shifts list</div>"
          },
          "pages": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Количество страниц</div>\n<div class=\"apidocs-english\">Pages count</div>",
            "format": "int32"
          },
          "count": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Общее кол-во смен</div>\n<div class=\"apidocs-english\">Total shifts count</div>",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ShiftsV3.ListShiftsRowV4": {
        "required": [
          "device",
          "id",
          "number",
          "updatedAt"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор</div>\n<div class=\"apidocs-english\">Id</div>"
          },
          "number": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Номер смены</div>\n<div class=\"apidocs-english\">Shifts number</div>",
            "format": "int32"
          },
          "device": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ShiftsV3.ShiftDeviceInfoV4"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация об устройстве</div>\n<div class=\"apidocs-english\">Device info</div>"
          },
          "updatedAt": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата и время последнего обновления</div>\n<div class=\"apidocs-english\">Date and time of last update</div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ShiftsV3.ShiftClosedReportV3": {
        "required": [
          "address",
          "cashierInfo",
          "cashInCashBox",
          "chequesCount",
          "dateTime",
          "dayNumber",
          "deviceSerialNumber",
          "docsCount",
          "fiscalStorageCounters",
          "fsDaysRemaining",
          "incorrectMarkingCodesInfo",
          "incorrectMessagesInfo",
          "orgInn",
          "orgName",
          "place",
          "shiftCounters",
          "unsentDocsCount",
          "unsentNotificationsCount"
        ],
        "type": "object",
        "properties": {
          "deviceSerialNumber": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Серийный номер ККТ</div>\n<div class=\"apidocs-english\">Device serial number</div>"
          },
          "dayNumber": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1038) номер смены</div>\n<div class=\"apidocs-english\">(tag 1038) shift number</div>",
            "format": "int32"
          },
          "dateTime": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1012) дата и время выполнения операции в формате YYYY-MM-DDThh:mm:00(В текущей реализации ФФД тег имеет точность до минут)</div>\n<div class=\"apidocs-english\">(tag 1012) operation date and time, format YYYY-MM-DDThh:mm:00(Current FFD implementation has only minute precision)</div>"
          },
          "cashierInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.CashierInfoV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация о лице, выполнившем операцию</div>\n<div class=\"apidocs-english\">User info who processed operation</div>"
          },
          "orgInn": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1018) ИНН юр лица</div>\n<div class=\"apidocs-english\">(tag 1018) legal entity TIN</div>"
          },
          "orgName": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1048) Название организации или ФИО ИП</div>\n<div class=\"apidocs-english\">(tag 1048) Legal entity name</div>"
          },
          "address": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1009) Адрес формирования ФД. Если не указан, будет взят из текущей фискализации.</div>\n<div class=\"apidocs-english\">(tag 1009) Address where fiscal document was created. When not specified address from fiscalization will be used.</div>"
          },
          "place": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1187) Место формирования ФД. Если не указано, будет взято из текущей фискализации.</div>\n<div class=\"apidocs-english\">(tag 1187) Place where fiscal document was created. When not specified place from fiscalization will be used.</div>"
          },
          "docInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ShiftsV3.FiscalDocumentInfoV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Общая фискальная информация</div>\n<div class=\"apidocs-english\">Fiscalizaction info</div>",
            "nullable": true
          },
          "ffdCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.FfdCodeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">(тег 1209) номер версии ФФД</div>\n<div class=\"apidocs-english\">(tag 1209) FFD version number</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div>ФФД 1.05</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div>ФФД 1.2</div>\n",
            "nullable": true
          },
          "chequesCount": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1118) количество кассовых чеков (БСО) за смену</div>\n<div class=\"apidocs-english\">(tag 1118) fiscal cheques count in shift</div>",
            "format": "int64"
          },
          "docsCount": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1111) общее количество ФД за смену</div>\n<div class=\"apidocs-english\">(tag 1111) total fiscal documents count in shift</div>",
            "format": "int64"
          },
          "fsDaysRemaining": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1213) количество дней до истечения срока действия ключей фискального признака</div>\n<div class=\"apidocs-english\">(tag 1213) days remaining for fiscal storage keys expiration</div>",
            "format": "int64"
          },
          "unsentDocsCount": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1097) количество непереданных ФД</div>\n<div class=\"apidocs-english\">(tag 1097) unsent fiscal documents count</div>",
            "format": "int64"
          },
          "unsentNotificationsCount": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 2104) количество непереданных уведомлений</div>\n<div class=\"apidocs-english\">(tag 2104) unsent notifications count</div>",
            "format": "int64"
          },
          "firstUnsentDocDate": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1098) дата первого из непереданных ФД (dd.MM.yyyy)</div>\n<div class=\"apidocs-english\">(tag 1098) first unsent fiscal document date (dd.MM.yyyy)</div>",
            "nullable": true
          },
          "incorrectMarkingCodesInfo": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 2112) признак некорректных кодов маркировки</div>\n<div class=\"apidocs-english\">(tag 2112) incorrect marking codes sign</div>",
            "format": "int32"
          },
          "incorrectMessagesInfo": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 2113) признак некорректных запросов и уведомлений</div>\n<div class=\"apidocs-english\">(tag 2113) incorrect responses and notifications sign</div>",
            "format": "int32"
          },
          "shiftCounters": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ShiftsV3.ShiftCountersTotalsV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">(тег 1194) счётчики итогов смены</div>\n<div class=\"apidocs-english\">(tag 1194) shift totals counters</div>"
          },
          "fiscalStorageCounters": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ShiftsV3.ShiftCountersTotalsV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">(тег 1157) счётчики итогов ФН</div>\n<div class=\"apidocs-english\">(tag 1157) fiscal storage counters</div>"
          },
          "problemsInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ShiftsV3.FiscalProblemsInfoV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация о наличии проблем с фискальным накопителем</div>\n<div class=\"apidocs-english\">Fiscal storage problems information</div>",
            "nullable": true
          },
          "additionalRequisite": {
            "maxLength": 32,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1278) дополнительный реквизит ОЗС</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "additionalData": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1279) дополнительные данные ОЗС в формате HEX</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "cashInCashBox": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Количество наличных в кассе на момент выполнения операции</div>\n<div class=\"apidocs-english\">Cash amount in cash box at operation time</div>",
            "format": "int64"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ShiftsV3.ShiftCorrectionCountersOperationsV3": {
        "required": [
          "chequesCount",
          "expense",
          "expenseRefund",
          "income",
          "incomeRefund"
        ],
        "type": "object",
        "properties": {
          "chequesCount": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1144) количество чеков коррекции (БСО коррекции) или непереданных чеков (БСО) и чеков коррекции (БСО коррекции)</div>\n<div class=\"apidocs-english\">(tag 1144) total correction cheques count</div>",
            "format": "int32"
          },
          "income": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ShiftsV3.ShiftCountersCorrectionsOperationsV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">(тег 1145) счётчики операций \"приход\"</div>\n<div class=\"apidocs-english\">(tag 1145) income operation counters</div>"
          },
          "incomeRefund": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ShiftsV3.ShiftCountersCorrectionsOperationsV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">(тег 1146) счётчики операций \"возврат прихода\"</div>\n<div class=\"apidocs-english\">(tag 1146) income refund operation counters</div>"
          },
          "expense": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ShiftsV3.ShiftCountersCorrectionsOperationsV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">(тег 1232) счётчики операций \"расход\"</div>\n<div class=\"apidocs-english\">(tag 1232) expense operation counters</div>"
          },
          "expenseRefund": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ShiftsV3.ShiftCountersCorrectionsOperationsV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">(тег 1233) счётчики операций \"возврат расхода\"</div>\n<div class=\"apidocs-english\">(tag 1233) expense refund operation counters</div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ShiftsV3.ShiftCountersCorrectionsOperationsV3": {
        "required": [
          "cash",
          "cashless",
          "chequesCount",
          "consideration",
          "credit",
          "prepayment",
          "total"
        ],
        "type": "object",
        "properties": {
          "chequesCount": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1135) количество чеков (БСО) по признаку расчётов</div>\n<div class=\"apidocs-english\">(tag 1135) cheques count by operation type</div>",
            "format": "int32"
          },
          "total": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1201) общая итоговая сумма в чеках (БСО)</div>\n<div class=\"apidocs-english\">(tag 1201) total payments sum in cheques</div>",
            "format": "int64"
          },
          "cash": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1136) итоговая сумма в чеках (БСО) наличными денежными средствами</div>\n<div class=\"apidocs-english\">(tag 1136) total sum of cash payments in cheques</div>",
            "format": "int64"
          },
          "cashless": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1138) итоговая сумма в чеках (БСО) безналичными</div>\n<div class=\"apidocs-english\">(tag 1138) total sum of cashless payments in cheques</div>",
            "format": "int64"
          },
          "prepayment": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1218) итоговая сумма в чеках (БСО) предоплатами (авансами)</div>\n<div class=\"apidocs-english\">(tag 1218) total sum of prepayments in cheques</div>",
            "format": "int64"
          },
          "credit": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1219) итоговая сумма в чеках (БСО) постоплатами (кредитами)</div>\n<div class=\"apidocs-english\">(tag 1219) total sum of credit payments in cheques</div>",
            "format": "int64"
          },
          "consideration": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1220) итоговая сумма в чеках (БСО) встречными предоставлениями</div>\n<div class=\"apidocs-english\">(tag 1220) total sum of barter payments in cheques</div>",
            "format": "int64"
          }
        },
        "additionalProperties": false,
        "description": "Модель SDK https://sdk-test.aqsi.ru/-s-d-k/ru.aqsi.fiscalcore.models/-counters-operations/index.html"
      },
      "NebularApi.Models.LkService.V3.ShiftsV3.ShiftCountersOperationsV3": {
        "required": [
          "cash",
          "cashless",
          "chequesCount",
          "consideration",
          "credit",
          "prepayment",
          "total",
          "vat0",
          "vat10",
          "vat110",
          "vat120",
          "vat20",
          "withoutVat"
        ],
        "type": "object",
        "properties": {
          "chequesCount": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1135) количество чеков (БСО) по признаку расчётов</div>\n<div class=\"apidocs-english\">(tag 1135) total cheques count by operation type</div>",
            "format": "int32"
          },
          "total": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1201) общая итоговая сумма в чеках (БСО)</div>\n<div class=\"apidocs-english\">(tag 1201) total payments sum in cheques</div>",
            "format": "int64"
          },
          "cash": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1136) итоговая сумма в чеках (БСО) наличными денежными средствами</div>\n<div class=\"apidocs-english\">(tag 1136) total sum of cash payments in cheques</div>",
            "format": "int64"
          },
          "cashless": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1138) итоговая сумма в чеках (БСО) безналичными</div>\n<div class=\"apidocs-english\">(tag 1138) total sum of cashless payments in cheques</div>",
            "format": "int64"
          },
          "prepayment": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1218) итоговая сумма в чеках (БСО) предоплатами (авансами)</div>\n<div class=\"apidocs-english\">(tag 1218) total sum of prepayments in cheques</div>",
            "format": "int64"
          },
          "credit": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1219) итоговая сумма в чеках (БСО) постоплатами (кредитами)</div>\n<div class=\"apidocs-english\">(tag 1219) total sum of credit payments in cheques</div>",
            "format": "int64"
          },
          "consideration": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1220) итоговая сумма в чеках (БСО) встречными предоставлениями</div>\n<div class=\"apidocs-english\">(tag 1220) total sum of barter payments in cheques</div>",
            "format": "int64"
          },
          "vat20": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1139) сумма НДС по ставке 20%</div>\n<div class=\"apidocs-english\">(tag 1139) VAT 20% sum</div>",
            "format": "int64"
          },
          "vat10": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1140) сумма НДС по ставке 10%</div>\n<div class=\"apidocs-english\">(tag 1140) VAT 10% sum</div>",
            "format": "int64"
          },
          "vat120": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1141) сумма НДС по расч. ставке 20/120</div>\n<div class=\"apidocs-english\">(tag 1141) VAT 20/120 sum</div>",
            "format": "int64"
          },
          "vat110": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1142) сумма НДС по расч. ставке 10/110</div>\n<div class=\"apidocs-english\">(tag 1142) VAT 10/110 sum</div>",
            "format": "int64"
          },
          "vat0": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1143) сумма расчётов с НДС по ставке 0%</div>\n<div class=\"apidocs-english\">(tag 1143) payments sum with VAT rate 0%</div>",
            "format": "int64"
          },
          "withoutVat": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1183) сумма расчётов без НДС</div>\n<div class=\"apidocs-english\">(tag 1183) payments sum without VAT</div>",
            "format": "int64"
          }
        },
        "additionalProperties": false,
        "description": "Модель SDK https://sdk-test.aqsi.ru/-s-d-k/ru.aqsi.fiscalcore.models/-counters-operations/index.html"
      },
      "NebularApi.Models.LkService.V3.ShiftsV3.ShiftCountersTotalsV3": {
        "required": [
          "chequesCount",
          "corrections",
          "expense",
          "expenseRefund",
          "income",
          "incomeRefund"
        ],
        "type": "object",
        "properties": {
          "chequesCount": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1134) количество чеков (БСО) и чеков коррекции (БСО) коррекции со всеми признаками расчётов</div>\n<div class=\"apidocs-english\">(tag 1134) total cheques and correction cheques count with all operation types</div>",
            "format": "int32"
          },
          "income": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ShiftsV3.ShiftCountersOperationsV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">(тег 1129) счётчики операций \"приход\"</div>\n<div class=\"apidocs-english\">(tag 1129) income cheques totals</div>"
          },
          "incomeRefund": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ShiftsV3.ShiftCountersOperationsV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">(тег 1130) счётчики операций \"возврат прихода\"</div>\n<div class=\"apidocs-english\">(tag 1130) income refund cheques totals</div>"
          },
          "expense": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ShiftsV3.ShiftCountersOperationsV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">(тег 1131) счётчики операций \"расход\"</div>\n<div class=\"apidocs-english\">(tag 1131) expense cheques totals</div>"
          },
          "expenseRefund": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ShiftsV3.ShiftCountersOperationsV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">(тег 1132) счётчики операций \"возврат расхода\"</div>\n<div class=\"apidocs-english\">(tag 1132) expense refund cheques totals</div>"
          },
          "corrections": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ShiftsV3.ShiftCorrectionCountersOperationsV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">(тег 1133) счётчики операций по чекам коррекции</div>\n<div class=\"apidocs-english\">(tag 1133) correction cheques totals</div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ShiftsV3.ShiftDeviceInfoV4": {
        "required": [
          "id"
        ],
        "type": "object",
        "properties": {
          "id": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Идентификатор устройства</div>\n<div class=\"apidocs-english\">Device id</div>",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ShiftsV3.ShiftOpenedReportV3": {
        "required": [
          "address",
          "cashierInfo",
          "cashInCashBox",
          "dateTime",
          "dayNumber",
          "deviceSerialNumber",
          "deviceVersion",
          "orgInn",
          "orgName",
          "place"
        ],
        "type": "object",
        "properties": {
          "deviceSerialNumber": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Серийный номер ККТ</div>\n<div class=\"apidocs-english\">Device serial number</div>"
          },
          "dayNumber": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">(тег 1038) номер смены</div>\n<div class=\"apidocs-english\">(tag 1038) shift number</div>",
            "format": "int32"
          },
          "ffdCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.FfdCodeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">(тег 1209) номер версии ФФД</div>\n<div class=\"apidocs-english\">(tag 1209) FFD version number</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div>ФФД 1.05</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div>ФФД 1.2</div>\n",
            "nullable": true
          },
          "orgInn": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1018) ИНН юр лица</div>\n<div class=\"apidocs-english\">(tag 1018) legal entity TIN</div>"
          },
          "orgName": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1048) Название организации или ФИО ИП</div>\n<div class=\"apidocs-english\">(tag 1048) Legal entity name</div>"
          },
          "address": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1009) Адрес формирования ФД. Если не указан, будет взят из текущей фискализации.</div>\n<div class=\"apidocs-english\">(tag 1009) Address where fiscal document was created. When not specified address from fiscalization will be used.</div>"
          },
          "place": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1187) Место формирования ФД. Если не указано, будет взято из текущей фискализации.</div>\n<div class=\"apidocs-english\">(tag 1187) Place where fiscal document was created. When not specified place from fiscalization will be used.</div>"
          },
          "dateTime": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1012) дата и время выполнения операции в формате YYYY-MM-DDThh:mm:00(В текущей реализации ФФД тег имеет точность до минут)</div>\n<div class=\"apidocs-english\">(tag 1012) operation date and time, format YYYY-MM-DDThh:mm:00(Current FFD implementation has only minute precision)</div>"
          },
          "cashierInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.CashierInfoV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация о лице, выполнившем операцию</div>\n<div class=\"apidocs-english\">User info who processed operation</div>"
          },
          "docInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ShiftsV3.FiscalDocumentInfoV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Общая фискальная информация</div>\n<div class=\"apidocs-english\">Fiscalizaction info</div>",
            "nullable": true
          },
          "problemsInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.ShiftsV3.FiscalProblemsInfoV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация о наличии проблем с фискальным накопителем</div>\n<div class=\"apidocs-english\">Fiscal storage problems information</div>",
            "nullable": true
          },
          "deviceVersion": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1188) версия ККТ</div>\n<div class=\"apidocs-english\">(tag 1188) device version</div>"
          },
          "deviceFfdCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.FfdCodeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">(тег 1189) номер максимальной версии ФФД ККТ</div>\n<div class=\"apidocs-english\">(tag 1189) device max FFD version number</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div>ФФД 1.05</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div>ФФД 1.2</div>\n",
            "nullable": true
          },
          "additionalRequisite": {
            "maxLength": 32,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1276) дополнительный реквизит ООС</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "additionalData": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(тег 1277) дополнительные данные ООС в формате HEX</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "cashInCashBox": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Количество наличных в кассе на момент выполнения операции</div>\n<div class=\"apidocs-english\">Cash amount in cash box at operation time</div>",
            "format": "int64"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.ShiftsV3.ShiftsSortedV3": {
        "required": [
          "id"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Ключ сортировки. Допустимые значения: <b>\"id\"</b>, <b>\"startDate\"</b>.</div>\n<div class=\"apidocs-english\">Sorting key. Allowed values: <b>\"id\"</b>, <b>\"startDate\"</b>.</div>"
          },
          "desc": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Направление сортировки. По умолчанию: <b>false</b></div>\n<div class=\"apidocs-english\">Sort direction. Default: <b>false</b></div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.SlipsV3.ListSlipsResponseV4": {
        "required": [
          "count",
          "pages",
          "rows"
        ],
        "type": "object",
        "properties": {
          "rows": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.SlipsV3.ListSlipsRowV4"
            },
            "description": "<div class=\"apidocs-russian\">Список записей</div>\n<div class=\"apidocs-english\">Records list</div>"
          },
          "pages": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Количество страниц</div>\n<div class=\"apidocs-english\">Pages count</div>",
            "format": "int32"
          },
          "count": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Общее кол-во сущностей</div>\n<div class=\"apidocs-english\">Total entities count</div>",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.SlipsV3.ListSlipsRowV3Content": {
        "required": [
          "amount",
          "dateTime",
          "purpose",
          "sequenceNumber",
          "type"
        ],
        "type": "object",
        "properties": {
          "type": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Тип транзакции. Возможные значения: `purchase`, `refund`, `reversal`, 'payout'</div>\n<div class=\"apidocs-english\">Transaction type. Possible values: `purchase`, `refund`, `reversal`</div>"
          },
          "amount": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Сумма транзакции, коп.</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int64"
          },
          "dateTime": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата и время проведения транзакции в формате yyyy-MM-dd'T'hh:mm:ss.SSSZZZZZ</div>\n<div class=\"apidocs-english\"></div>"
          },
          "sequenceNumber": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(SEQ) Порядковый номер. Некоторые номера могут быть пропущены. На некоторых ЭЯ сбрасывается после сверки итогов. Примеры: 0001; ABC-001-2024</div>\n<div class=\"apidocs-english\"></div>"
          },
          "retrievalReferenceNumber": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(RRN) уникальный идентификатор транзакции в платежной системе банка. Примеры: 148096276771; ABC123456789</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "transactionId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Уникальный идентификатор транзакции в системе платёжного агента. Пример: 00112233-4455-6677-8899-aabbccddeeff</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "terminalId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(TID) идентификатор терминала. Примеры: 04206819; POS12345</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "nspkTerminalId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор терминала НСПК</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "sbpTerminalId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор терминала СБП</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "merchantId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(MID) идентификатор владельца терминала. Примеры: 012345678912345; MERCH12345678</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "applicationId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(AID) идентификатор приложения EMV карты. Пример: A00000000031010</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "applicationPreferredName": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(APN) имя приложения EMV карты. Пример: VISA Classic</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "paymentSystemCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.PaymentSystemCodeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Уникальный идентификатор платежной системы</div>\n<div class=\"apidocs-english\"></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Visa</div><div class=\"apidocs-english\">Visa</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">5</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">MasterCard</div><div class=\"apidocs-english\">MasterCard</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">6</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">UnionPay</div><div class=\"apidocs-english\">UnionPay</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">22</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Мир</div><div class=\"apidocs-english\">Mir</div></div>\n",
            "nullable": true
          },
          "maskedCardNumber": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Маскированный номер карты. Открытая часть - PAN (Primary Account Number). Примеры: 1234; ************1234</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "cardholder": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Имя держателя карты</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "cardExpirationDate": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата окончания срока действия карты в формате yyММdd</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "isPinEntered": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Верификация с помощью ПИН-кода</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "isPinOnline": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Верификация ПИН-кода произведена сервером эмитента или с помощью чипа EMV карты</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "isCardholderDeviceVerification": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">(CDCVM, Consumer Device Cardholder Verification Method) верификация с помощью устройства держателя карты.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "isCardholderSignRequired": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Признак необходимости наличия подписи держателя карты в чеке</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "authCode": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Код авторизации. Пример: AFK045</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "responseCode": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Код ответа сервера авторизации. Пример: 000</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "responseMessage": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Сообщение сервера авторизации</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "transactionStatusInfo": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(TSI) информация о статусе транзакции. Пример: EF00</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "terminalVerificationResult": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(TVR) результат верификации через терминал. Пример: 2040300000</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "authRequestCryptogram": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(ARQC) криптограмма запроса на авторизацию, генерируемая на основе данных транзакции. Пример: 1F1F3B0DC2A12EC5</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "keyVerificationResult": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(KVR) Результат проверки криптоключа</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "issuerIdentificationNumber": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">(IIN) Идентификационный номер эмитента. Первые 6-8 цифр номера платежной карты.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "currencyCode": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Цифровой код валюты общероссийского классификатора валют. Пример: 643</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "iface": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Метод, использованный для совершения транзакции. Пример: contactless</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "acquirerBankName": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Наименование банка эквайера</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "acquirerAgentName": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Наименование платёжной системы</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "text": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Текст слипа, полученный от эквайрингового ядра</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "purpose": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Назначение платежа</div>\n<div class=\"apidocs-english\"></div>"
          },
          "tipsInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.SlipsV3.TipsInfo"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Назначение платежа</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.SlipsV3.ListSlipsRowV4": {
        "required": [
          "content",
          "createdAt",
          "device",
          "id",
          "processedAtTz",
          "updatedAt"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор в системе aQsi</div>\n<div class=\"apidocs-english\"></div>"
          },
          "content": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.SlipsV3.ListSlipsRowV3Content"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация об операции</div>\n<div class=\"apidocs-english\"></div>"
          },
          "orgName": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Наименование организации, если устройство фискализировано</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "calculationAddress": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Адрес установки терминала, если устройство фискализировано</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "cashierId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор кассира в системе aQsi, если на устройстве есть активный кассир</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "originalId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор исходного слипа в системе aQsi, в случае возврата/отмены</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "processedAtTz": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата и время проведения транзакции</div>\n<div class=\"apidocs-english\"></div>"
          },
          "device": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.SlipsV3.SlipDeviceInfoV4"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация об устройстве</div>\n<div class=\"apidocs-english\"></div>"
          },
          "createdAt": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата и время создания сущности</div>\n<div class=\"apidocs-english\">Date and time of entity creation</div>"
          },
          "updatedAt": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата и время последнего обновления сущности</div>\n<div class=\"apidocs-english\">Date and time of entity last update</div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.SlipsV3.SlipDeviceInfoV4": {
        "required": [
          "id"
        ],
        "type": "object",
        "properties": {
          "id": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Идентификатор устройства</div>\n<div class=\"apidocs-english\">Device id</div>",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.SlipsV3.SlipsSortedV3": {
        "required": [
          "id"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Ключ сортировки. Допустимые значения: <b>\"id\"</b>, <b>\"processedAtTz\"</b>.</div>\n<div class=\"apidocs-english\">Sorting key. Allowed values: <b>\"id\"</b>, <b>\"processedAtTz\"</b>.</div>"
          },
          "desc": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Направление сортировки. По умолчанию: <b>false</b></div>\n<div class=\"apidocs-english\">Sort direction. Default: <b>false</b></div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.SlipsV3.TipsInfo": {
        "type": "object",
        "properties": {
          "personId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор сотрудника в сервисе чаевых</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "amount": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Сумма чаевых в копейках</div>\n<div class=\"apidocs-english\"></div>",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.WarehousesV3.CreateWarehouseRequestV3": {
        "required": [
          "name"
        ],
        "type": "object",
        "properties": {
          "externalId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Внешний идентификатор</div>\n<div class=\"apidocs-english\">External id</div>",
            "nullable": true
          },
          "name": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Наименование склада</div>\n<div class=\"apidocs-english\">Warehouse name</div>"
          },
          "address": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.WarehousesV3.WarehouseAddressV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Адрес склада</div>\n<div class=\"apidocs-english\">Warehouse address</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.WarehousesV3.CreateWarehouseResponseV3": {
        "required": [
          "id"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор</div>\n<div class=\"apidocs-english\">Id</div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.WarehousesV3.GetWarehouseResponseV4": {
        "required": [
          "createdAt",
          "externalId",
          "id",
          "name",
          "updatedAt"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор</div>\n<div class=\"apidocs-english\">Id</div>"
          },
          "externalId": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Внешний идентификатор</div>\n<div class=\"apidocs-english\">External id</div>"
          },
          "name": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Наименование склада</div>\n<div class=\"apidocs-english\">Warehouse name</div>"
          },
          "address": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.WarehousesV3.WarehouseAddressV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Адрес склада</div>\n<div class=\"apidocs-english\">Warehouse address</div>",
            "nullable": true
          },
          "createdAt": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата и время создания</div>\n<div class=\"apidocs-english\">Date and time of create</div>"
          },
          "updatedAt": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата и время последнего обновления</div>\n<div class=\"apidocs-english\">Date and time of last update</div>"
          },
          "shop": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.WarehousesV3.WarehouseShopInfoV4"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Магазина</div>\n<div class=\"apidocs-english\">Shop</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.WarehousesV3.ListWarehouseGoodsResponseV3": {
        "required": [
          "count",
          "pages",
          "rows"
        ],
        "type": "object",
        "properties": {
          "rows": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.WarehousesV3.ListWarehouseGoodsRowV3"
            },
            "description": "<div class=\"apidocs-russian\">Список товаров</div>\n<div class=\"apidocs-english\">Goods list</div>"
          },
          "pages": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Количество страниц</div>\n<div class=\"apidocs-english\">Pages count</div>",
            "format": "int32"
          },
          "count": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Общее кол-во товаров</div>\n<div class=\"apidocs-english\">Total goods count</div>",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.WarehousesV3.ListWarehouseGoodsRowV3": {
        "required": [
          "barcodes",
          "group",
          "id",
          "name",
          "subject",
          "tax",
          "unit",
          "warehousesGoods"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор товара</div>\n<div class=\"apidocs-english\">Goods identifier</div>"
          },
          "externalId": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Уникальный идентификатор товара в рамках аккаунта</div>\n<div class=\"apidocs-english\">Goods account-wide unique identifier</div>",
            "nullable": true
          },
          "name": {
            "maxLength": 128,
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Имя товара</div>\n<div class=\"apidocs-english\">Goods name</div>"
          },
          "sku": {
            "maxLength": 64,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Артикул товара</div>\n<div class=\"apidocs-english\">Goods vendor code</div>",
            "nullable": true
          },
          "unit": {
            "maxLength": 16,
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Единица измерения</div>\n<div class=\"apidocs-english\">Unit of measurement</div>"
          },
          "unitCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.UnitCodeEnum"
              }
            ],
            "description": "Мера количества предмета расчета, 2108\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">0</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Штука или Единица</div><div class=\"apidocs-english\">Unit</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">10</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Грамм</div><div class=\"apidocs-english\">Gram</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">11</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Килограмм</div><div class=\"apidocs-english\">Kilogram</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">12</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Тонна</div><div class=\"apidocs-english\">Ton</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">20</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Сантиметр</div><div class=\"apidocs-english\">Centimetre</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">21</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Дециметр</div><div class=\"apidocs-english\">Decimeter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">22</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Метр</div><div class=\"apidocs-english\">Metre</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">30</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Квадратный сантиметр</div><div class=\"apidocs-english\">Square centimeter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">31</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Квадратный дециметр</div><div class=\"apidocs-english\">Square decimeter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">32</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Квадратный метр</div><div class=\"apidocs-english\">Square meter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">40</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Миллилитр</div><div class=\"apidocs-english\">Milliliter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">41</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Литр</div><div class=\"apidocs-english\">Litre</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">42</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Кубический метр</div><div class=\"apidocs-english\">Cubic meter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">50</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Киловатт час</div><div class=\"apidocs-english\">Kilowatt hour</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">51</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Гигакаллория</div><div class=\"apidocs-english\">Gigacallory</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">70</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Сутки (день)</div><div class=\"apidocs-english\">Day</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">71</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Час</div><div class=\"apidocs-english\">Hour</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">72</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Минута</div><div class=\"apidocs-english\">Minute</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">73</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Секунда</div><div class=\"apidocs-english\">Second</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">80</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Килобайт</div><div class=\"apidocs-english\">Kilobytes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">81</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Мегабайт</div><div class=\"apidocs-english\">Megabytes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">82</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Гигабайт</div><div class=\"apidocs-english\">Gigabytes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">83</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Терабайт</div><div class=\"apidocs-english\">Terabyte</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">255</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Иное</div><div class=\"apidocs-english\">Other</div></div>\n",
            "nullable": true
          },
          "subject": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.PaymentSubjectTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Предмет расчета</div>\n<div class=\"apidocs-english\">Calculation subject</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Товар</div><div class=\"apidocs-english\">Product</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Подакцизный товар</div><div class=\"apidocs-english\">Excisable product</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Работа</div><div class=\"apidocs-english\">Job</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Услуга</div><div class=\"apidocs-english\">Service</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">5</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка азартной игры</div><div class=\"apidocs-english\">Gambling bet</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">6</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выигрыш азартной игры</div><div class=\"apidocs-english\">Gambling gain</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">7</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Лотерейный билет</div><div class=\"apidocs-english\">Lottery ticket</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">8</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выигрыш лотереи</div><div class=\"apidocs-english\">Lottery winnings</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">9</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Предоставление РИД</div><div class=\"apidocs-english\">Providing the result of intellectual activity</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">10</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Платёж</div><div class=\"apidocs-english\">Payment</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">11</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Агентское вознаграждение</div><div class=\"apidocs-english\">Agent commission</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">12</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выплата</div><div class=\"apidocs-english\">Payout</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">13</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Иной предмет расчета</div><div class=\"apidocs-english\">Other product</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">14</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Имущественное право</div><div class=\"apidocs-english\">Property law</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">15</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Внереализационный доход</div><div class=\"apidocs-english\">Non operating income</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">16</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Иные платежи и взносы</div><div class=\"apidocs-english\">Other payments and fees</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">17</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Торговый сбор</div><div class=\"apidocs-english\">Trading fee</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">18</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Туристический налог</div><div class=\"apidocs-english\">Tourist fee</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">19</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Залог</div><div class=\"apidocs-english\">Deposit</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">20</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Расход</div><div class=\"apidocs-english\">Expense</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">21</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное пенсионное страхование ИП</div><div class=\"apidocs-english\">Mandatory SP's (Sole Proprietor) Pension Insurance </div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">22</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное пенсионное страхование</div><div class=\"apidocs-english\">Mandatory Pension Insurance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">23</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное медицинское страхование ИП</div><div class=\"apidocs-english\">Mandatory SP's Health Insurance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">24</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное медицинское страхование</div><div class=\"apidocs-english\">Mandatory Health Insurance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">25</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное социальное страхование</div><div class=\"apidocs-english\">Mandatory Social Insurance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">26</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Платёж казино</div><div class=\"apidocs-english\">Casino Fee</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">27</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выдача денежных средств</div><div class=\"apidocs-english\">Cash outcome</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">30</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Подакцизный маркированный товар, код маркировки утерян, АТНМ</div><div class=\"apidocs-english\">Excisable goods without marking</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">31</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Подакцизный товар с маркировкой, АТМ</div><div class=\"apidocs-english\">Excisable goods with marking</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">32</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Маркированный товар, код маркировки утерян, ТНМ</div><div class=\"apidocs-english\">Non excisable goods without marking</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">33</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Неподакцизный товар с маркировкой, ТМ</div><div class=\"apidocs-english\">Non excisable goods without marking</div></div>\n"
          },
          "tax": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.VATRateEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Ставка налога на товар</div>\n<div class=\"apidocs-english\">Product tax rate</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 20%. С 1 января 2026 года 22%</div><div class=\"apidocs-english\">VAT rate 20%. 22% starting from 01.01.2026</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 10%</div><div class=\"apidocs-english\">VAT rate 10%</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС расч. 20/120. С 1 января 2026 года 22/122</div><div class=\"apidocs-english\">VAT rate 20/120. 22/122 starting from 01.01.2026</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС расч. 10/110</div><div class=\"apidocs-english\">VAT rate 10/110</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">5</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 0%</div><div class=\"apidocs-english\">VAT rate 10%</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">6</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">НДС не облагается</div><div class=\"apidocs-english\">VAT free</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">7</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 5%</div><div class=\"apidocs-english\">VAT rate 5%</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">8</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 7%</div><div class=\"apidocs-english\">VAT rate 7%</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">9</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС расч. 5/105</div><div class=\"apidocs-english\">VAT rate 5/105</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">10</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС расч. 7/107</div><div class=\"apidocs-english\">VAT rate 7/107</div></div>\n"
          },
          "barcodes": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian\">Штрих-коды товаров (максимальная длина одного штрих-кода - 64 символа)</div>\n<div class=\"apidocs-english\">Product barcodes (maximum barcode length is 64 characters)</div>"
          },
          "lastPurchasePrice": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Последняя цена закупки</div>\n<div class=\"apidocs-english\">Last purchase price</div>",
            "format": "double",
            "nullable": true
          },
          "group": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.WarehousesV3.WarehouseGoodGroupInfoV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Группа товара</div>\n<div class=\"apidocs-english\">Good group</div>"
          },
          "warehousesGoods": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.WarehousesV3.WarehousesGoodBalanceV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация о товаре на складе</div>\n<div class=\"apidocs-english\">Warehouse good info</div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.WarehousesV3.ListWarehousesResponseV4": {
        "required": [
          "count",
          "pages",
          "rows"
        ],
        "type": "object",
        "properties": {
          "rows": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.WarehousesV3.ListWarehousesRowV4"
            },
            "description": "<div class=\"apidocs-russian\">Список записей складов</div>\n<div class=\"apidocs-english\">Warehouses list</div>"
          },
          "pages": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Количество страниц</div>\n<div class=\"apidocs-english\">Pages count</div>",
            "format": "int32"
          },
          "count": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Общее кол-во складов</div>\n<div class=\"apidocs-english\">Total warehouses count</div>",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.WarehousesV3.ListWarehousesRowV4": {
        "required": [
          "createdAt",
          "externalId",
          "id",
          "name",
          "updatedAt"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор</div>\n<div class=\"apidocs-english\">Id</div>"
          },
          "externalId": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Внешний идентификатор</div>\n<div class=\"apidocs-english\">External id</div>"
          },
          "name": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Наименование склада</div>\n<div class=\"apidocs-english\">Warehouse name</div>"
          },
          "address": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.WarehousesV3.WarehouseAddressV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Адрес склада</div>\n<div class=\"apidocs-english\">Warehouse address</div>",
            "nullable": true
          },
          "createdAt": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата и время создания</div>\n<div class=\"apidocs-english\">Date and time of create</div>"
          },
          "updatedAt": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата и время последнего обновления</div>\n<div class=\"apidocs-english\">Date and time of last update</div>"
          },
          "shop": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.WarehousesV3.WarehouseShopInfoV4"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Магазина</div>\n<div class=\"apidocs-english\">Shop</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.WarehousesV3.UpdateWarehouseRequestV3": {
        "required": [
          "name"
        ],
        "type": "object",
        "properties": {
          "name": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Наименование склада</div>\n<div class=\"apidocs-english\">Warehouse name</div>"
          },
          "address": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.V3.WarehousesV3.WarehouseAddressV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Адрес склада</div>\n<div class=\"apidocs-english\">Warehouse address</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.WarehousesV3.WarehouseAddressV3": {
        "required": [
          "value"
        ],
        "type": "object",
        "properties": {
          "value": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Адрес одной строкой</div>\n<div class=\"apidocs-english\">One line address</div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.WarehousesV3.WarehouseGoodGroupInfoV3": {
        "required": [
          "externalId",
          "id",
          "name"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор</div>\n<div class=\"apidocs-english\">Id</div>"
          },
          "externalId": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Внешний идентификатор</div>\n<div class=\"apidocs-english\">External id</div>"
          },
          "name": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Наименование</div>\n<div class=\"apidocs-english\">Name</div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.WarehousesV3.WarehouseGoodsSortedV3": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Ключ сортировки. Допустимые значения: <b>\"id\"</b>, <b>\"externalId\"</b>, <b>\"name\"</b>.</div>\n<div class=\"apidocs-english\">Sorting key. Allowed values: <b>\"id\"</b>, <b>\"externalId\"</b>, <b>\"name\"</b>.</div>",
            "nullable": true
          },
          "desc": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Направление сортировки.</div>\n<div class=\"apidocs-english\">Sort direction.</div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.WarehousesV3.WarehouseShopInfoV4": {
        "required": [
          "externalId",
          "id",
          "name"
        ],
        "type": "object",
        "properties": {
          "id": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Идентификатор</div>\n<div class=\"apidocs-english\">Id</div>",
            "format": "int32"
          },
          "externalId": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Внешний идентификатор</div>\n<div class=\"apidocs-english\">External id</div>"
          },
          "name": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Наименование</div>\n<div class=\"apidocs-english\">Name</div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.WarehousesV3.WarehousesGoodBalanceV3": {
        "type": "object",
        "properties": {
          "balance": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Кол-во товара на складе</div>\n<div class=\"apidocs-english\">Good remainder on warehouse</div>",
            "format": "double",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.V3.WarehousesV3.WarehousesSortedV3": {
        "required": [
          "id"
        ],
        "type": "object",
        "properties": {
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Ключ сортировки. Допустимые значения: <b>\"id\"</b>, <b>\"externalId\"</b>, <b>\"name\"</b>.</div>\n<div class=\"apidocs-english\">Sorting key. Allowed values: <b>\"id\"</b>, <b>\"externalId\"</b>, <b>\"name\"</b>.</div>"
          },
          "desc": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Направление сортировки. По умолчанию: <b>false</b></div>\n<div class=\"apidocs-english\">Sort direction. Default: <b>false</b></div>"
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.LkService.WarehouseV2.WarehouseGetShopV2": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор склада</div>\n<div class=\"apidocs-english\">Warehouse identifier</div>",
            "nullable": true
          }
        },
        "additionalProperties": false,
        "description": "Модель склада для получения магазина для версии 2"
      },
      "NebularApi.Models.ReceiptModels.Base.ClientInfo": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор клиента</div>\n<div class=\"apidocs-english\">Client identifier</div>",
            "format": "uuid",
            "nullable": true
          },
          "discountCard": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Номер карты лояльности</div>\n<div class=\"apidocs-english\">Loyalty card number</div>",
            "nullable": true
          },
          "inputMethod": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.InputMethodEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Способ ввода номера карты</div>\n<div class=\"apidocs-english\">Card number input method</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">0</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ручной ввод номера</div><div class=\"apidocs-english\">Manual number entry</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Магнитная полоса</div><div class=\"apidocs-english\">Magnetic strip</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Сканирование графической информации</div><div class=\"apidocs-english\">Graphic Information Scanning</div></div>\n"
          }
        },
        "additionalProperties": false,
        "description": "<div class=\"apidocs-russian\">Информация о клиенте</div>\n<div class=\"apidocs-english\">Client info</div>"
      },
      "NebularApi.Models.ReceiptModels.Base.LoyaltyContent": {
        "type": "object",
        "properties": {
          "discAmount": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Сумма без скидок - сумма со скидкой</div>\n<div class=\"apidocs-english\">Amount without discounts - discounted amount</div>",
            "format": "float"
          },
          "netAmount": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Сумма после скидок без налога</div>\n<div class=\"apidocs-english\">Amount after discounts without tax</div>",
            "format": "float"
          },
          "grossAmount": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Сумма после скидок с учетом налога</div>\n<div class=\"apidocs-english\">Amount after discounts with tax</div>",
            "format": "float"
          }
        },
        "additionalProperties": false,
        "description": "<div class=\"apidocs-russian\">Дополнительные поля агрегации для лояльности</div>\n<div class=\"apidocs-english\">Additional aggregation fields for loyalty</div>"
      },
      "NebularApi.Models.ReceiptModels.LkRows`1[[NebularApi.Models.LkService.LkShift, NebularApi, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]": {
        "type": "object",
        "properties": {
          "rows": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.LkShift"
            },
            "description": "<div class=\"apidocs-russian\">Список чеков</div>\n<div class=\"apidocs-english\">Receipts/Shifts list</div>",
            "nullable": true
          },
          "pages": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Количество страниц по данному запросу</div>\n<div class=\"apidocs-english\">Number of pages for this request</div>",
            "format": "int32"
          },
          "noData": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Признак отстутствия данных (при заданных параметрах фильтрации)</div>\n<div class=\"apidocs-english\">Sign of lack of data (with specified filtering parameters)</div>"
          }
        },
        "additionalProperties": false,
        "description": "Информация о списке чеков/смен с количеством страниц для данного запроса"
      },
      "NebularApi.Models.ReceiptModels.LkRows`1[[NebularApi.Models.LkService.LkSlip, NebularApi, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]": {
        "type": "object",
        "properties": {
          "rows": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.LkSlip"
            },
            "description": "<div class=\"apidocs-russian\">Список чеков</div>\n<div class=\"apidocs-english\">Receipts/Shifts list</div>",
            "nullable": true
          },
          "pages": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Количество страниц по данному запросу</div>\n<div class=\"apidocs-english\">Number of pages for this request</div>",
            "format": "int32"
          },
          "noData": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Признак отстутствия данных (при заданных параметрах фильтрации)</div>\n<div class=\"apidocs-english\">Sign of lack of data (with specified filtering parameters)</div>"
          }
        },
        "additionalProperties": false,
        "description": "Информация о списке чеков/смен с количеством страниц для данного запроса"
      },
      "NebularApi.Models.ReceiptModels.Loyalty": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор акции</div>\n<div class=\"apidocs-english\">Loyalty identifier</div>",
            "nullable": true
          },
          "difference": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Разница между старой ценой и ценой с примененной акцией</div>\n<div class=\"apidocs-english\">The difference between the old price and the discount price</div>",
            "format": "float"
          },
          "customProperties": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.CustomProperty"
            },
            "description": "<div class=\"apidocs-russian\">Кастомные свойства примененной акции</div>\n<div class=\"apidocs-english\">Custom properties of the applied loyalty</div>",
            "nullable": true
          },
          "name": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Название акции</div>\n<div class=\"apidocs-english\">Loyalty name</div>",
            "nullable": true
          }
        },
        "additionalProperties": false,
        "description": "Акция"
      },
      "NebularApi.Models.ReceiptModels.ModifierOptionPointer": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор опции</div>\n<div class=\"apidocs-english\">Option identifier</div>",
            "format": "uuid"
          },
          "quantity": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Кол-во раз, которое опция добавлена к товару</div>\n<div class=\"apidocs-english\">Number of times the option is added to the product</div>",
            "format": "int32"
          }
        },
        "additionalProperties": false,
        "description": "Опции модификатора товара"
      },
      "NebularApi.Models.ReceiptModels.PaymentV3": {
        "required": [
          "amount",
          "type"
        ],
        "type": "object",
        "properties": {
          "acquiringData": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.CommonApi.AcquiringDataV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Эквайринговый слип</div>\n<div class=\"apidocs-english\">Acquiring slip</div>",
            "nullable": true
          },
          "processedAt": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата и время проведения оплаты</div>\n<div class=\"apidocs-english\">Date and time of payment</div>",
            "nullable": true
          },
          "index": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Номер платежа в чеке</div>\n<div class=\"apidocs-english\">Number of payment in receipt</div>",
            "format": "int32",
            "nullable": true
          },
          "parentIndex": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Номер платежа в оригинальном чеке (для чека возврата)</div>\n<div class=\"apidocs-english\">Number of payment in the original receipt (for the return receipt)</div>",
            "format": "int32",
            "nullable": true
          },
          "type": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.DevicePaymentTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Тип оплаты</div>\n<div class=\"apidocs-english tag-value\">Payment type enum</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">0</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Cумма по чеку наличными, 1031</div><div class=\"apidocs-english\">Amount for receipt in cash, 1031</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Сумма по чеку безналичными, 1081</div><div class=\"apidocs-english\">Amount for receipt in emoney, 1031</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">13</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Сумма по чеку предоплатой (зачетом аванса и (или) предыдущих платежей), 1215</div><div class=\"apidocs-english\">Amount on a check by prepayment (advance payment and (or) previous payments), 1215 </div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">14</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Сумма по чеку постоплатой (в кредит), 1216</div><div class=\"apidocs-english\">Postpaid receipt amount (on credit), 1216</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">15</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Сумма по чеку (БСО) встречным предоставлением, 1217</div><div class=\"apidocs-english\">Counter receipt amount, 1217</div></div>\n"
          },
          "amount": {
            "type": "number",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Cумма оплаты (значение поля должно быть больше нуля)</div>\n<div class=\"apidocs-english tag-value\">Payment amount (field value must be greater than zero)</div>",
            "format": "double"
          }
        },
        "additionalProperties": false,
        "description": "Оплата версии 3"
      },
      "NebularApi.Models.ReceiptModels.ReceiptContentPositionV3": {
        "required": [
          "id",
          "paymentMethodType",
          "paymentSubjectType",
          "price",
          "priceBrutto",
          "quantity",
          "tax",
          "text"
        ],
        "type": "object",
        "properties": {
          "discountMoney": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Скидка по позиции, рубли</div>\n<div class=\"apidocs-english\">Discount on position, rubles</div>",
            "format": "float"
          },
          "discountPercent": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Скидка по позиции, проценты</div>\n<div class=\"apidocs-english\">Discount on position, percentage</div>",
            "format": "float"
          },
          "id": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian\">UUID товара (NOTE: пустая строка, если по свободной цене)</div>\n<div class=\"apidocs-english\">UUID of the product (NOTE: an empty string, if at a free price)</div>"
          },
          "externalId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Уникальный идентификатор товара в рамках аккаунта</div>\n<div class=\"apidocs-english\">Goods account-wide unique identifier</div>",
            "nullable": true
          },
          "paymentMethodType": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.PaymentMethodTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Признак способа расчета</div>\n<div class=\"apidocs-english tag-value\">Payment method type </div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Предоплата 100%</div><div class=\"apidocs-english\">100% prepayment</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Частичная предоплата</div><div class=\"apidocs-english\">Partial prepay</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Аванс</div><div class=\"apidocs-english\">Advance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Полный расчёт</div><div class=\"apidocs-english\">Full settlement</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">5</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Частичный расчёт и кредит</div><div class=\"apidocs-english\">Partial settlement and credit</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">6</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Передача в кредит</div><div class=\"apidocs-english\">Credit transfer</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">7</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Оплата кредита</div><div class=\"apidocs-english\">Credit payment</div></div>\n"
          },
          "paymentSubjectType": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.PaymentSubjectTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Признак предмета расчета</div>\n<div class=\"apidocs-english tag-value\">Payment subject type enum </div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Товар</div><div class=\"apidocs-english\">Product</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Подакцизный товар</div><div class=\"apidocs-english\">Excisable product</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Работа</div><div class=\"apidocs-english\">Job</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Услуга</div><div class=\"apidocs-english\">Service</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">5</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка азартной игры</div><div class=\"apidocs-english\">Gambling bet</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">6</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выигрыш азартной игры</div><div class=\"apidocs-english\">Gambling gain</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">7</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Лотерейный билет</div><div class=\"apidocs-english\">Lottery ticket</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">8</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выигрыш лотереи</div><div class=\"apidocs-english\">Lottery winnings</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">9</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Предоставление РИД</div><div class=\"apidocs-english\">Providing the result of intellectual activity</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">10</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Платёж</div><div class=\"apidocs-english\">Payment</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">11</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Агентское вознаграждение</div><div class=\"apidocs-english\">Agent commission</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">12</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выплата</div><div class=\"apidocs-english\">Payout</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">13</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Иной предмет расчета</div><div class=\"apidocs-english\">Other product</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">14</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Имущественное право</div><div class=\"apidocs-english\">Property law</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">15</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Внереализационный доход</div><div class=\"apidocs-english\">Non operating income</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">16</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Иные платежи и взносы</div><div class=\"apidocs-english\">Other payments and fees</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">17</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Торговый сбор</div><div class=\"apidocs-english\">Trading fee</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">18</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Туристический налог</div><div class=\"apidocs-english\">Tourist fee</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">19</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Залог</div><div class=\"apidocs-english\">Deposit</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">20</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Расход</div><div class=\"apidocs-english\">Expense</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">21</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное пенсионное страхование ИП</div><div class=\"apidocs-english\">Mandatory SP's (Sole Proprietor) Pension Insurance </div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">22</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное пенсионное страхование</div><div class=\"apidocs-english\">Mandatory Pension Insurance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">23</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное медицинское страхование ИП</div><div class=\"apidocs-english\">Mandatory SP's Health Insurance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">24</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное медицинское страхование</div><div class=\"apidocs-english\">Mandatory Health Insurance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">25</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Взносы на обязательное социальное страхование</div><div class=\"apidocs-english\">Mandatory Social Insurance</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">26</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Платёж казино</div><div class=\"apidocs-english\">Casino Fee</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">27</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Выдача денежных средств</div><div class=\"apidocs-english\">Cash outcome</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">30</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Подакцизный маркированный товар, код маркировки утерян, АТНМ</div><div class=\"apidocs-english\">Excisable goods without marking</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">31</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Подакцизный товар с маркировкой, АТМ</div><div class=\"apidocs-english\">Excisable goods with marking</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">32</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Маркированный товар, код маркировки утерян, ТНМ</div><div class=\"apidocs-english\">Non excisable goods without marking</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">33</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Неподакцизный товар с маркировкой, ТМ</div><div class=\"apidocs-english\">Non excisable goods without marking</div></div>\n"
          },
          "price": {
            "type": "number",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Стоимость единицы предмета расчета</div>\n<div class=\"apidocs-english tag-value\">Unit Cost</div>",
            "format": "float"
          },
          "priceBrutto": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Цена до применения скидок</div>\n<div class=\"apidocs-english\">Price before applying discounts</div>",
            "format": "float"
          },
          "quantity": {
            "type": "number",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Количество предмета расчета</div>\n<div class=\"apidocs-english tag-value\">Quantity</div>",
            "format": "float"
          },
          "tax": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.VATRateEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Ставка НДС</div>\n<div class=\"apidocs-english tag-value\">VAT rate</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 20%. С 1 января 2026 года 22%</div><div class=\"apidocs-english\">VAT rate 20%. 22% starting from 01.01.2026</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 10%</div><div class=\"apidocs-english\">VAT rate 10%</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС расч. 20/120. С 1 января 2026 года 22/122</div><div class=\"apidocs-english\">VAT rate 20/120. 22/122 starting from 01.01.2026</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС расч. 10/110</div><div class=\"apidocs-english\">VAT rate 10/110</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">5</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 0%</div><div class=\"apidocs-english\">VAT rate 10%</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">6</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">НДС не облагается</div><div class=\"apidocs-english\">VAT free</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">7</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 5%</div><div class=\"apidocs-english\">VAT rate 5%</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">8</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС 7%</div><div class=\"apidocs-english\">VAT rate 7%</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">9</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС расч. 5/105</div><div class=\"apidocs-english\">VAT rate 5/105</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">10</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ставка НДС расч. 7/107</div><div class=\"apidocs-english\">VAT rate 7/107</div></div>\n"
          },
          "text": {
            "minLength": 1,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Наименование предмета расчета(товара)</div>\n<div class=\"apidocs-english tag-value\">Position name</div>"
          },
          "sku": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Код товара</div>\n<div class=\"apidocs-english\">Product code</div>",
            "nullable": true
          },
          "modifyOptions": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.ReceiptModels.ModifierOptionPointer"
            },
            "description": "<div class=\"apidocs-russian\">Опции модификаторов товара, выбранные при продаже</div>\n<div class=\"apidocs-english\">Product modifier options selected at the time of sale</div>",
            "nullable": true
          },
          "loyalties": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.ReceiptModels.Loyalty"
            },
            "description": "<div class=\"apidocs-russian\">Cписок акций, примененных на позицию</div>\n<div class=\"apidocs-english\">List of Loyalty offers for position</div>",
            "nullable": true
          },
          "customProperties": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.LkService.CustomProperty"
            },
            "description": "<div class=\"apidocs-russian\">Дополнительные параметры</div>\n<div class=\"apidocs-english\">Extra options</div>",
            "nullable": true
          },
          "minPrice": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Минимальная цена, за которую может быть продан товар из этой позиции чека</div>\n<div class=\"apidocs-english\">The minimum price for which goods from this check item can be sold</div>",
            "format": "float",
            "nullable": true
          },
          "supplierInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.Integrations.SupplierInfo"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Данные поставщика, 1224</div>\n<div class=\"apidocs-english tag-value\">Supplier info, 1224</div>",
            "nullable": true
          },
          "supplierINN": {
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">ИНН поставщика, 1226</div>\n<div class=\"apidocs-english tag-value\">TIN of the supplier, 1226</div>",
            "nullable": true
          },
          "agentType": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.AgentTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Признак агента по предмету расчета, 1222</div>\n<div class=\"apidocs-english tag-value\">Agent type, 1222</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 0 (1)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Банковский платежный агент</div><div class=\"apidocs-english\">Payment bank agent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 1 (2)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Банковский платежный субагент</div><div class=\"apidocs-english\">Payment bank sub agent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 2 (4)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Платежный агент</div><div class=\"apidocs-english\">Paying agent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 3 (8)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Платежный субагент</div><div class=\"apidocs-english\">Paying sub agent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 4 (16)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Поверенный</div><div class=\"apidocs-english\">Attorney</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 5 (32)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Комиссионер</div><div class=\"apidocs-english\">Comissioner</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 6 (64)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Иной агент</div><div class=\"apidocs-english\">Other agetn</div></div>\n",
            "nullable": true
          },
          "agentInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.Integrations.AgentInfo"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Данные агента, 1223 (На текущий момент длина сериализованных данных тэга не должна превышать 243 байта)</div>\n<div class=\"apidocs-english tag-value\">Agent Data, 1223 (Currently, the length of serialized tag data should not exceed 243 bytes)</div>",
            "nullable": true
          },
          "additionalAttribute": {
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Дополнительный реквизит предмета расчета, 1191</div>\n<div class=\"apidocs-english tag-value\">Additional attribute, 1191</div>",
            "nullable": true
          },
          "manufacturerCountryCode": {
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Код страны происхождения товара, 1230</div>\n<div class=\"apidocs-english tag-value\">Manufacturer country code, 1230</div>",
            "nullable": true
          },
          "customsDeclarationNumber": {
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Номер таможенной декларации, 1231</div>\n<div class=\"apidocs-english tag-value\">Customs declaration number, 1231</div>",
            "nullable": true
          },
          "excise": {
            "type": "number",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Акциз, 1229</div>\n<div class=\"apidocs-english tag-value\">Excise, 1229</div>",
            "format": "float",
            "nullable": true
          },
          "index": {
            "type": "integer",
            "format": "int32"
          },
          "addedAt": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Дата и время добавления позиции в чек или её последнего изменения</div>\n<div class=\"apidocs-english\">Date and time the item was added to the check or its last change</div>",
            "format": "date-time",
            "nullable": true
          },
          "barcodes": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian\">Список штрих-кодов позиции чека</div>\n<div class=\"apidocs-english\">Barcode list of receipt position</div>",
            "nullable": true
          },
          "addingType": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.AddingTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Способ добавления позиции в чек</div>\n<div class=\"apidocs-english\">A method of adding position in a receipt</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ручное добавление позиции</div><div class=\"apidocs-english\">Manual add</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">С помощью сканера штрих кодов</div><div class=\"apidocs-english\">By barcodes scanner</div></div>\n"
          },
          "taxAmount": {
            "type": "number",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Сумма налога по позиции</div>\n<div class=\"apidocs-english tag-value\">Position tax amount</div>",
            "format": "float"
          },
          "maxDiscountPercent": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Максимальный процент скидки</div>\n<div class=\"apidocs-english\">Maximum discount percentage</div>",
            "format": "float",
            "nullable": true
          },
          "slotInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.LkService.SlotInfo"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация о слоте</div>\n<div class=\"apidocs-english\">Slot info</div>",
            "nullable": true
          },
          "parentIndex": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Номер позиции в оригинальном чеке (для чека возврата)</div>\n<div class=\"apidocs-english\">Item number in the original receipt (for return receipt)</div>",
            "format": "int32",
            "nullable": true
          },
          "unit": {
            "maxLength": 16,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">Единица измерения предмета расчета, 1197</div>\n<div class=\"apidocs-english tag-value\">Position unit of measurement, 1197</div>",
            "nullable": true
          },
          "unitCode": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.UnitCodeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Мера количества предмета расчета, 2108</div>\n<div class=\"apidocs-english tag-value\">Position unit of measurement, 2108</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">0</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Штука или Единица</div><div class=\"apidocs-english\">Unit</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">10</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Грамм</div><div class=\"apidocs-english\">Gram</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">11</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Килограмм</div><div class=\"apidocs-english\">Kilogram</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">12</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Тонна</div><div class=\"apidocs-english\">Ton</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">20</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Сантиметр</div><div class=\"apidocs-english\">Centimetre</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">21</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Дециметр</div><div class=\"apidocs-english\">Decimeter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">22</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Метр</div><div class=\"apidocs-english\">Metre</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">30</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Квадратный сантиметр</div><div class=\"apidocs-english\">Square centimeter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">31</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Квадратный дециметр</div><div class=\"apidocs-english\">Square decimeter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">32</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Квадратный метр</div><div class=\"apidocs-english\">Square meter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">40</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Миллилитр</div><div class=\"apidocs-english\">Milliliter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">41</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Литр</div><div class=\"apidocs-english\">Litre</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">42</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Кубический метр</div><div class=\"apidocs-english\">Cubic meter</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">50</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Киловатт час</div><div class=\"apidocs-english\">Kilowatt hour</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">51</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Гигакаллория</div><div class=\"apidocs-english\">Gigacallory</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">70</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Сутки (день)</div><div class=\"apidocs-english\">Day</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">71</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Час</div><div class=\"apidocs-english\">Hour</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">72</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Минута</div><div class=\"apidocs-english\">Minute</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">73</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Секунда</div><div class=\"apidocs-english\">Second</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">80</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Килобайт</div><div class=\"apidocs-english\">Kilobytes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">81</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Мегабайт</div><div class=\"apidocs-english\">Megabytes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">82</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Гигабайт</div><div class=\"apidocs-english\">Gigabytes</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">83</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Терабайт</div><div class=\"apidocs-english\">Terabyte</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">255</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Иное</div><div class=\"apidocs-english\">Other</div></div>\n",
            "nullable": true
          },
          "industryAttribute": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.CommonApi.IndustryAttribute"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Отраслевой реквизит предмета расчёта, 1260</div>\n<div class=\"apidocs-english tag-value\">Position industry attribute, 1260</div>",
            "nullable": true
          },
          "nomenclatureCode": {
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">Код товарной номенклатуры, 1162 (Строка, содержащая base64 кодированный массив от 1 до 32 байт либо null)</div>\n<div class=\"apidocs-english tag-value\">Commodity nomenclature code, 1162 (a string containing a base64 encoded array of 1 to 32 bytes or null)</div>",
            "nullable": true
          },
          "nomenclatureString": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Непреобразованное значение считанного сканером кода товарной номенклатуры</div>\n<div class=\"apidocs-english\">Unconverted value of the item code read by the scanner</div>",
            "nullable": true
          },
          "itemCode": {
            "maxLength": 256,
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Код Маркированного товара в явном виде (GS-символ спецкод используется для разделения групп информации), 2000</div>\n<div class=\"apidocs-english tag-value\">Item code as scanned from barcode with GS symbols, 2000</div>",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NebularApi.Models.ReceiptModels.ReceiptContentV3": {
        "type": "object",
        "properties": {
          "customerContact": {
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Email или телефон клиента</div>\n<div class=\"apidocs-english tag-value\">Email or customer phone</div>",
            "nullable": true
          },
          "discountMoney": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Скидка по чеку, рубли</div>\n<div class=\"apidocs-english\">Discount on receipt, rubles</div>",
            "format": "float"
          },
          "discountPercent": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Скидка по чеку, проценты</div>\n<div class=\"apidocs-english\">Discount on check, percent</div>",
            "format": "float"
          },
          "type": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.DocTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Типы чека</div>\n<div class=\"apidocs-english tag-value\">Document type</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Приход</div><div class=\"apidocs-english\">Income</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Возврат прихода</div><div class=\"apidocs-english\">Income return</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Расход</div><div class=\"apidocs-english\">Outcome</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">4</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Возврат расхода</div><div class=\"apidocs-english\">Outcome return</div></div>\n"
          },
          "agentType": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.AgentTypeEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">Признак агента, 1057</div>\n<div class=\"apidocs-english tag-value\">Agent type, 1057</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 0 (1)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Банковский платежный агент</div><div class=\"apidocs-english\">Payment bank agent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 1 (2)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Банковский платежный субагент</div><div class=\"apidocs-english\">Payment bank sub agent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 2 (4)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Платежный агент</div><div class=\"apidocs-english\">Paying agent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 3 (8)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Платежный субагент</div><div class=\"apidocs-english\">Paying sub agent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 4 (16)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Поверенный</div><div class=\"apidocs-english\">Attorney</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 5 (32)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Комиссионер</div><div class=\"apidocs-english\">Comissioner</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">бит 6 (64)</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Иной агент</div><div class=\"apidocs-english\">Other agetn</div></div>\n",
            "nullable": true
          },
          "paymentAgentOperation": {
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">Операция платежного агента, 1044</div>\n<div class=\"apidocs-english tag-value\">Payment agent operation, 1044</div>",
            "nullable": true
          },
          "paymentTransferOperatorPhoneNumbers": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">Телефон оператора перевода, 1075\n             Массив строк длиной от 1 до 19 символов, формат +{Ц}, необязательное поле</div>\n<div class=\"apidocs-english tag-value\">Phone number of the transfer operator, 1075\n             Array of strings from 1 to 19 characters long, format +{D}, optional field</div>",
            "nullable": true
          },
          "paymentAgentPhoneNumbers": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">Телефон платежного агента, 1073</div>\n<div class=\"apidocs-english tag-value\">Payment agent phone numbers , 1073</div>",
            "nullable": true
          },
          "paymentOperatorPhoneNumbers": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">Телефон оператора по приему платежей, 1074\n             Массив строк длиной от 1 до 19 символов, формат +{Ц}, необязательное поле</div>\n<div class=\"apidocs-english tag-value\"> Payment operator phone numbers\n             Array of strings from 1 to 19 characters long, format +{D}, optional field\n            </div>",
            "nullable": true
          },
          "supplierPhoneNumbers": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">Телефон поставщика, 1171</div>\n<div class=\"apidocs-english tag-value\">Supplier phone numbers, 1171</div>",
            "nullable": true
          },
          "paymentOperatorName": {
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">Наименование оператора перевода, 1026</div>\n<div class=\"apidocs-english tag-value\">Name of the payment operator, 1026</div>",
            "nullable": true
          },
          "paymentOperatorAddress": {
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">Адрес оператора перевода, 1005</div>\n<div class=\"apidocs-english tag-value\">Payment operator address, 1005</div>",
            "nullable": true
          },
          "paymentOperatorINN": {
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">ИНН оператора перевода, 1016</div>\n<div class=\"apidocs-english tag-value\">TIN of a payment operator, 1016</div>",
            "nullable": true
          },
          "additionalUserAttribute": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.Integrations.AdditionalUserAttribute"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Дополнительный реквизит пользователя, 1084</div>\n<div class=\"apidocs-english tag-value\">Additional user attribute, 1084</div>",
            "nullable": true
          },
          "automatNumber": {
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Номер вендингового автомата, 1036</div>\n<div class=\"apidocs-english tag-value\">Vending machine number</div>",
            "nullable": true
          },
          "settlementAddress": {
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Адрес расчетов, 1009</div>\n<div class=\"apidocs-english tag-value\">Settlement address, 1009</div>",
            "nullable": true
          },
          "settlementPlace": {
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Место расчетов, 1187</div>\n<div class=\"apidocs-english tag-value\">Settlement place, , 1187</div>",
            "nullable": true
          },
          "customer": {
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">Покупатель (клиент), 1227</div>\n<div class=\"apidocs-english tag-value\">Buyer (Client), 1227</div>",
            "nullable": true
          },
          "customerINN": {
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05</div>\n<div class=\"apidocs-russian tag-value\">ИНН покупателя (клиента), 1228</div>\n<div class=\"apidocs-english tag-value\">TIN of the buyer (client), 1228</div>",
            "nullable": true
          },
          "customerInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.CommonApi.CustomerInfo"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Информация о клиенте, 1256</div>\n<div class=\"apidocs-english tag-value\">Customer info, 1256</div>",
            "nullable": true
          },
          "additionalAttribute": {
            "type": "string",
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Дополнительный реквизит чека(БСО), 1192</div>\n<div class=\"apidocs-english tag-value\">Additional requisite of check, 1192</div>",
            "nullable": true
          },
          "positions": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NebularApi.Models.ReceiptModels.ReceiptContentPositionV3"
            },
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.05, ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.05, FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Массив позиций чека</div>\n<div class=\"apidocs-english tag-value\">Array of receipt position</div>",
            "nullable": true
          },
          "checkClose": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.Integrations.CheckCloseV3"
              }
            ],
            "description": "<div class=\"apidocs-russian tag-value\">Параметры закрытия чека</div>\n<div class=\"apidocs-english tag-value\">Check closing options</div>",
            "nullable": true
          },
          "industryAttribute": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.CommonApi.IndustryAttribute"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Отраслевой реквизит чека, 1261</div>\n<div class=\"apidocs-english tag-value\">Receipt industry attribute, 1261</div>",
            "nullable": true
          },
          "operationalAttribute": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.CommonApi.OperationalAttribute"
              }
            ],
            "description": "<div class=\"apidocs-russian apidocs-ffd-availability\">Соответствует: ФФД 1.2</div>\n<div class=\"apidocs-english apidocs-ffd-availability\">Available in: FFD 1.2</div>\n<div class=\"apidocs-russian tag-value\">Операционный реквизит чека, 1270</div>\n<div class=\"apidocs-english tag-value\">Receipt operational attribute, 1270</div>",
            "nullable": true
          }
        },
        "additionalProperties": false,
        "description": "<div class=\"apidocs-russian\">Содержимое чека версии 3</div>\n<div class=\"apidocs-english\">Receipt content</div>"
      },
      "NebularApi.Models.ReceiptModels.ReceiptV3": {
        "required": [
          "amount",
          "content",
          "id",
          "operationMode"
        ],
        "type": "object",
        "properties": {
          "documentIndex": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Номер чека за смену</div>\n<div class=\"apidocs-english\">Shift receipt number</div>",
            "format": "int32"
          },
          "documentNumber": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Номер фискального документа</div>\n<div class=\"apidocs-english\">Fiscal document number</div>",
            "format": "int32",
            "nullable": true
          },
          "companyINN": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">ИНН торговой точки по фискализации</div>\n<div class=\"apidocs-english\">TIN of a fiscalization outlet</div>",
            "nullable": true
          },
          "companyName": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Название организации</div>\n<div class=\"apidocs-english\">Company name</div>",
            "nullable": true
          },
          "content": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.ReceiptModels.ReceiptContentV3"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Содержимое чека v3</div>\n<div class=\"apidocs-english\">Receipt content</div>"
          },
          "fiscalizationStatus": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Enums.FiscalizationStatusEnum"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Статус фискализации чека</div>\n<div class=\"apidocs-english\">Fiscalization status</div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">0</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">В очереди</div><div class=\"apidocs-english\">Queue</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">1</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Отправлен</div><div class=\"apidocs-english\">Sent</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">2</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Фискализирован</div><div class=\"apidocs-english\">Fiscalized</div></div>\n<div style=\"display: flex;margin-top: 4px;\"><div style=\"white-space: nowrap;\">3</div><div style=\"margin: 0 0.25em;\">-</div><div class=\"apidocs-russian\">Ошибка</div><div class=\"apidocs-english\">Error</div></div>\n",
            "nullable": true
          },
          "fiscalizationError": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Описание ошибки для статуса фискализации</div>\n<div class=\"apidocs-english\">Error description for fiscalization status</div>",
            "nullable": true
          },
          "automatonId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор автомата</div>\n<div class=\"apidocs-english\">Automat identifier</div>",
            "format": "uuid",
            "nullable": true
          },
          "shiftId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор смены</div>\n<div class=\"apidocs-english\">Shift identifier</div>",
            "format": "uuid",
            "nullable": true
          },
          "operationMode": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Операционный режим, в котором был пробит чек. Битовая маска, по умолчанию 0.</div>\n<div class=\"apidocs-english\">The operating mode in which the check was processed. Bitmask, default 0.</div>",
            "format": "int32"
          },
          "isNonFiscal": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Признак, указывающий на то, что данный чек был пробит из нефискального режима</div>\n<div class=\"apidocs-english\">A sign indicating that this check was processed out of non-fiscal mode</div>"
          },
          "useTax20": {
            "type": "boolean",
            "description": "<div class=\"apidocs-russian\">Признак необходимости применения устаревших ставок 20 и 20/120.</div>\n<div class=\"apidocs-english\"></div>",
            "nullable": true
          },
          "amount": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Сумма чека</div>\n<div class=\"apidocs-english\">Receipt amount</div>",
            "format": "float"
          },
          "calculationAddress": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Адрес установки ККТ для проведения расчетов</div>\n<div class=\"apidocs-english\">Cash register installation address</div>",
            "nullable": true
          },
          "calculationPlace": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Место проведения расчетов</div>\n<div class=\"apidocs-english\">Calculation place</div>",
            "nullable": true
          },
          "cashierId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор кассира</div>\n<div class=\"apidocs-english\">Cashier identifier</div>",
            "nullable": true
          },
          "change": {
            "type": "number",
            "description": "<div class=\"apidocs-russian\">Сдача</div>\n<div class=\"apidocs-english\">Change</div>",
            "format": "double"
          },
          "deviceRN": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Регистрационный номер устройства</div>\n<div class=\"apidocs-english\">Device registration number</div>",
            "nullable": true
          },
          "deviceSN": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Серийник устройства</div>\n<div class=\"apidocs-english\">Device serial number</div>",
            "nullable": true
          },
          "fnsWebsite": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Сайт ФНС</div>\n<div class=\"apidocs-english\">The Federal Tax Service website</div>",
            "nullable": true
          },
          "fp": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Фискальный признак</div>\n<div class=\"apidocs-english\">Fiscal property</div>",
            "nullable": true
          },
          "fsNumber": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Номер ФН</div>\n<div class=\"apidocs-english\">Fiscal storage number</div>",
            "nullable": true
          },
          "id": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Номер чека</div>\n<div class=\"apidocs-english\">Receipt number</div>",
            "format": "uuid"
          },
          "ofdInn": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">ИНН ОФД</div>\n<div class=\"apidocs-english\">Fiscal data operator TIN</div>",
            "nullable": true
          },
          "ofdName": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Имя ОФД</div>\n<div class=\"apidocs-english\">Fiscal data operator name</div>",
            "nullable": true
          },
          "ofdWebsite": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Сайт ОФД</div>\n<div class=\"apidocs-english\">Fiscal data operator site</div>",
            "nullable": true
          },
          "operationNumber": {
            "type": "integer",
            "description": "<div class=\"apidocs-russian\">Сквозной номер документа</div>\n<div class=\"apidocs-english\">Global operation number</div>",
            "format": "int64",
            "nullable": true
          },
          "orderId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор заказа, для которого пробит чек</div>\n<div class=\"apidocs-english\">ID of the order for which the check has been processed</div>",
            "format": "uuid",
            "nullable": true
          },
          "processedAt": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Время обработки кассой</div>\n<div class=\"apidocs-english\">Cashbox processing time</div>",
            "format": "date-time"
          },
          "fiscalizedAt": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Время фискализации в ОД</div>\n<div class=\"apidocs-english\">OrangeData fiscalized date</div>",
            "format": "date-time",
            "nullable": true
          },
          "shiftNumber": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Номер смены кассира</div>\n<div class=\"apidocs-english\">Cashier shift number</div>",
            "nullable": true
          },
          "loyaltyContent": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.ReceiptModels.Base.LoyaltyContent"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Дополнительные поля агрегации для лояльности</div>\n<div class=\"apidocs-english\">Additional aggregation fields for loyalty</div>",
            "nullable": true
          },
          "clientInfo": {
            "allOf": [
              {
                "$ref": "#/components/schemas/NebularApi.Models.ReceiptModels.Base.ClientInfo"
              }
            ],
            "description": "<div class=\"apidocs-russian\">Информация о клиенте</div>\n<div class=\"apidocs-english\">Client info</div>",
            "nullable": true
          },
          "returnCheckId": {
            "type": "string",
            "description": "<div class=\"apidocs-russian\">Идентификатор чека, для которого выполняется возврат</div>\n<div class=\"apidocs-english\">Receipt identifier for which the refund</div>",
            "format": "uuid",
            "nullable": true
          }
        },
        "additionalProperties": false,
        "description": "Модель чека версии 3"
      },
      "NebularApi.Services.DeviceOperations.FisalReports.ReceiptDomainEnum": {
        "enum": [
          0,
          1
        ],
        "type": "integer",
        "format": "int32"
      },
      "NebularApi.Services.DeviceOperations.Slips.PaymentMode": {
        "enum": [
          "card_only",
          "sbp_with_card",
          "sbp_only"
        ],
        "type": "string"
      }
    },
    "securitySchemes": {
      "Api Key": {
        "type": "apiKey",
        "description": "<div class=\"apidocs-russian\">Ключ можно получить в личном кабинете aQsi в разделе Настройки/Интеграции/Интеграция по внешнему API.\n\nПример заголовка **`x-client-key`: \"Application `XXX`\"**, где `XXX` - ключ для использования API(API key). Подробнее [здесь](https://aqsi.ru/support/integraciya-po-vneshnemu-api/).</div><div class=\"apidocs-english\">You can get API-key in your aQsi account web application [here.](https://aqsi.ru/support/integraciya-po-vneshnemu-api/)\n\n Example header **`x-client-key` : \"Application `XXX`\"**, where `XXX` - is your API-key</div>",
        "name": "x-client-key",
        "in": "header"
      }
    }
  },
  "security": [
    { }
  ],
  "tags": [
    {
      "name": "Cashiers",
      "description": "<div class=\"apidocs-russian\">Кассиры</div><div class=\"apidocs-english\">Cashiers</div>"
    },
    {
      "name": "ClientGroups",
      "description": "<div class=\"apidocs-russian\">Группы клиентов</div><div class=\"apidocs-english\"></div>"
    },
    {
      "name": "Clients",
      "description": "<div class=\"apidocs-russian\">Клиенты</div><div class=\"apidocs-english\"></div>"
    },
    {
      "name": "Contractors",
      "description": "<div class=\"apidocs-russian\">Контрагенты</div><div class=\"apidocs-english\">Contractors</div>"
    },
    {
      "name": "Devices",
      "description": "<div class=\"apidocs-russian\">Устройства - это сущности, содержащие информацию о программно-аппаратных комплексах (кассах) aQsi. Устройство может быть привязано к уже существующему аккаунту (при помощи процедуры осуществления входа в аккаунт), либо новый аккаунт может быть создан с устройства. Устройство может быть привязано к определенному магазину аккаунта. При осуществлении привязки к магазину, с устройством синхронизируются все товары, отложенные заказы и акции лояльности, которые были ассоциированы с данным магазином.</div><div class=\"apidocs-english\">Devices are entities containing information about Android-based hardware & software systems (aQsi devices). Device can be associated with existing account (using the account login procedure), or new account can be created with device. Device can be attached to specific shop. After linking device to shop, all goods, pending orders and loyalty programs associated with this shop are being synchronized to this device.</div>"
    },
    {
      "name": "DeviceSettings",
      "description": "<div class=\"apidocs-russian\">Методы для работы с настройками устройств</div><div class=\"apidocs-english\"></div>"
    },
    {
      "name": "DeviceSettingsProfiles",
      "description": "<div class=\"apidocs-russian\">Методы для работы с профилями настроек устройств.</div><div class=\"apidocs-english\"></div>"
    },
    {
      "name": "FiscalReports",
      "description": "<div class=\"apidocs-russian\">Документы фискализации</div><div class=\"apidocs-english\">FiscalReports</div>"
    },
    {
      "name": "Goods",
      "description": "<div class=\"apidocs-russian\">Товары</div><div class=\"apidocs-english\"></div>"
    },
    {
      "name": "GoodsCategory",
      "description": "<div class=\"apidocs-russian\">Категории товаров</div><div class=\"apidocs-english\"></div>"
    },
    {
      "name": "Operations",
      "description": "<div class=\"apidocs-russian\">Операции устройства</div><div class=\"apidocs-english\">Device operations</div>"
    },
    {
      "name": "Orders",
      "description": "<div class=\"apidocs-russian\">Отложенные заказы – это товар или список товаров, которые ожидают оплаты, то есть по ним уже сформирован чек, но он еще не оплачен. Использование отложенных заказов позволяет курьерам выступать в роли кассиров, также возможна передача заказов из интернет-магазина для их дальнейшего получения в одном из магазинов сети.\n\nОтложенный заказ можно оплатить частично или полностью, причем разные части заказа можно оплачивать разными способами: и наличными, и картами, и электронными деньгами. Разбить заказ на части можно по сумме или по указанным в чеке позициям.\nКаждый заказ привязывается к определенному виду сущности: магазину, кассиру или устройству.\n\n**NB: Заказ нельзя обновить,если он был фискализирован или его статус отличен от “Отложен”**\n\nЕсли заказ отправлен кассиру, то заказ будет доступен только указанному кассиру на тех устройствах, в которых используется выбранный кассир.\n\nЕсли заказ отправлен на устройство, то он будет доступен на выбранном устройстве, и для всем кассиров, которые используются в рамках указанного устройства.\nЗаказ можно отправить на несколько устройств, тогда будет доступен на всех устройствах, на которые отправлен заказ, а также всем кассирам, которые используются в рамках выбранных для отправки заказа устройств.\n\nЕсли заказ отправлен в определенный магазин, это означает, что заказ будет доступен для всех устройств, которые привязаны к этому магазину, а также для всех кассиров, которые используются в рамках устройств, привязанных к выбранному для отправки заказа магазину.</div><div class=\"apidocs-english\">Pending order is a goods or a list of goods waiting to be paid, i.e. check is already created but not paid yet. Using pending orders allows couriers to act as cashiers. It is also possible to transfer orders from the online store for their further receipt in one of the network stores\n\nA pending order can be paid partly or entirely , and different parts of it can be paid in different ways: in cash, credit cards or electronic money. You can split an order into parts by the amount or by the positions indicated in the check. Each order should be bound to a certain entity type: store, cashier or device.\n\n**NB: An order cannot be updated if it has been fiscalized or if its status is different from “Pending”**\n\nIf the order is sent to the cashier, it will be available only for the specified cashier on the devices used by specified cashier.\n\nIf the order is sent to device, it will be available on the selected device and for all cashiers registered on it. An order can be sent to several devices, then it will be available for all devices to which the order was sent, as well as for  all cashiers registered on all specified devices.\nAn order can be sent to several devices, then it will be available on all devices to which the order was sent, as well as to all cashiers who are registered on the devices selected to send the order.\n\nIf the order is sent to a specific store, this means it will be available for all devices associated with that store, as well as for all cashiers registered on devices attached to it.</div>"
    },
    {
      "name": "Receipts",
      "description": "<div class=\"apidocs-russian\">Чеки</div><div class=\"apidocs-english\">Receipts</div>"
    },
    {
      "name": "Reconciliations",
      "description": "<div class=\"apidocs-russian\">Сверки</div><div class=\"apidocs-english\">Reconciliations</div>"
    },
    {
      "name": "Shifts",
      "description": "<div class=\"apidocs-russian\">Смены</div><div class=\"apidocs-english\">Shifts</div>"
    },
    {
      "name": "Shops",
      "description": "<div class=\"apidocs-russian\">Магазины</div><div class=\"apidocs-english\"></div>"
    },
    {
      "name": "Slips",
      "description": "<div class=\"apidocs-russian\">Слипы - это сущности, содержащие информацию об операциях, проведенных в режиме эквайрингового терминала. Они содержат данные о совершенной операции, такой как эквайринговый приход, возврат эквайрингового прихода и т.п. Тело слипа содержит информацию по эквайрингу. Слипы содержат идентификаторы кассира, пробившего слип, а также устройства, с которого они были проведены.</div><div class=\"apidocs-english\">Slips are entities, which were processed in acquiring terminal device mode. They are representing operations data (i.e. acquiring income, refund, etc). Slip body contains acquiring data. Slips contain such identifiers as: cashier, who processed slip and terminal from which they were processed.</div>"
    },
    {
      "name": "Warehouses",
      "description": "<div class=\"apidocs-russian\">Склады</div><div class=\"apidocs-english\">Warehouses</div>"
    }
  ]
}