{
  "info": {
    "_postman_id": "4a5c860f-5501-4150-9343-d46c25f37f2b",
    "name": "BD Gateway",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "_exporter_id": "20210157"
  },
  "item": [
    {
      "name": "Ping",
      "item": [
        {
          "name": "/v1/ping",
          "request": {
            "auth": {
              "type": "basic",
              "basic": [
                {
                  "key": "password",
                  "value": "{{Password}}",
                  "type": "string"
                },
                {
                  "key": "username",
                  "value": "{{UserLogin}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [],
            "url": {
              "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/ping",
              "protocol": "https",
              "host": [
                "{{URLtoBASE}}"
              ],
              "path": [
                "{{BASE}}",
                "hs",
                "bd-api",
                "v1",
                "ping"
              ]
            },
            "description": "Проверка доступности API (health-check)"
          },
          "response": [
            {
              "id": "a9d23095-deef-44d4-a951-b877d42ea952",
              "name": "ping (live)",
              "originalRequest": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/ping",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "ping"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json; charset=utf-8"
                }
              ],
              "cookie": [],
              "body": "{\n  \"status\": \"online\",\n  \"app_name\": \"BAS Digital Module Expander\",\n  \"version\": \"1.0.0\",\n  \"timestamp\": \"2026-07-31T16:51:28\"\n}"
            }
          ]
        }
      ]
    },
    {
      "name": "References",
      "item": [
        {
          "name": "Counterparties",
          "item": [
            {
              "name": "/v1/counterparties-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "IB-Session-Control",
                    "value": "autostart",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/counterparties-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "counterparties-list"
                  ],
                  "query": [
                    {
                      "key": "guid",
                      "value": "db61cffe-9560-11f0-a307-b42e99ccf83f",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "registration_number",
                      "value": "",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "name",
                      "value": "",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "phone",
                      "value": "",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "email",
                      "value": "",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": null,
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": null,
                      "type": "text",
                      "disabled": true
                    }
                  ]
                },
                "description": "Список контрагентов"
              },
              "response": [
                {
                  "id": "35cf4b85-19c3-43ff-95a5-b2cde1ca3c2f",
                  "name": "counterparties-list (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/counterparties-list",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "counterparties-list"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"guid\": \"76167ded-cbdc-11f0-a308-b42e99ccf83f\",\n    \"Name\": \"RO - USPIHRO S.R.L.\",\n    \"kod\": \"\",\n    \"registration_number\": \"RO50862339\",\n    \"counterparty_type\": \"Юридическое лицо\",\n    \"is_deleted\": false,\n    \"is_inactive\": false,\n    \"legal_entity_type\": \"\",\n    \"buyer\": true,\n    \"supplier\": false,\n    \"other\": false,\n    \"Email\": \"\",\n    \"Phone\": \"\",\n    \"MaintainSettlementsUnderContracts\": true,\n    \"MaintainCalculationsBasedonDocuments\": true,\n    \"MaintainSettlementsforOrders\": true,\n    \"contacts\": [],\n    \"LeadSources\": {},\n    \"contracts\": [],\n    \"contact_persons\": []\n  },\n  {\n    \"guid\": \"2b2eca69-cccb-11f0-a308-b42e99ccf83f\",\n    \"Name\": \"Victoria Agency s.r.o.\",\n    \"kod\": \"\",\n    \"registration_number\": \"06667619\",\n    \"counterparty_type\": \"Юридическое лицо\",\n    \"is_deleted\": false,\n    \"is_inactive\": false,\n    \"legal_entity_type\": \"\",\n    \"buyer\": true,\n    \"supplier\": false,\n    \"other\": false,\n    \"Email\": \"\",\n    \"Phone\": \"\",\n    \"MaintainSettlementsUnderContracts\": true,\n    \"MaintainCalculationsBasedonDocuments\": true,\n    \"MaintainSettlementsforOrders\": true,\n    \"contacts\": [],\n    \"LeadSources\": {},\n    \"contracts\": [],\n    \"contact_persons\": []\n  }\n]"
                }
              ]
            },
            {
              "name": "/v1/counterparties-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n        \"Name\": \"Nadiia Vasylyniuk\",\r\n        \"buyer\": true,\r\n        \"supplier\": false,\r\n        \"other\": false,\r\n        \"Email\": \"vasylyniuk9@seznam.cz\",\r\n        \"Phone\": \"420608210176\",\r\n        \"MaintainSettlementsUnderContracts\": true,\r\n        \"MaintainCalculationsBasedonDocuments\": true,\r\n        \"MaintainSettlementsforOrders\": true,\r\n        \"contacts\": [\r\n            {\r\n                \"Phone\": \"+420608210176\"\r\n            },\r\n            {\r\n                \"Email\": \"vasylyniuk9@seznam.cz\"\r\n            }\r\n        ],\r\n        \"LeadSources\": {\r\n            \"Name\": \"Youtube Ads\",\r\n            \"guid\": \"c96ce008-9783-11f0-a307-b42e99ccf83f\"\r\n        },\r\n        \"contracts\": [\r\n            {\r\n                \"Name\": \"Основний договір\",\r\n                \"buyer\": true,\r\n                \"supplier\": false,\r\n                \"other\": false,\r\n                \"currency\": \"CZK\",\r\n                \"currency_code\": \"203\"          \r\n            }            \r\n        ],\r\n        \"contact_persons\": [\r\n            {\r\n                \"Name\": \"Nadiia Vasylyniuk\",\r\n                \"Email\": \"vasylyniuk9@seznam.cz\",\r\n                \"Phone\": \"420608210176\",\r\n                \"contacts\": [\r\n                    {\r\n                        \"Phone\": \"+420608210176\"\r\n                    },\r\n                    {\r\n                        \"Email\": \"vasylyniuk9@seznam.cz\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/counterparties-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "counterparties-create"
                  ]
                },
                "description": "Создать контрагента"
              },
              "response": [
                {
                  "id": "6909866b-21eb-4b5b-bcf2-25753860c1be",
                  "name": "counterparties-create (live)",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                      }
                    ],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/counterparties-create",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "counterparties-create"
                      ]
                    },
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"supplier\": false,\n  \"Name\": \"API TEST counterparty\",\n  \"counterparty_type\": \"Р®СЂРёРґРёС‡РµСЃРєРѕРµ Р»РёС†Рѕ\",\n  \"buyer\": true\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"guid\": \"f7224584-8ce6-11f1-8f7a-8c1759f41f4f\",\n    \"Name\": \"API TEST counterparty\",\n    \"Kod\": \"НФ-000068\",\n    \"contracts\": [\n      {\n        \"guid\": \"f7224583-8ce6-11f1-8f7a-8c1759f41f4f\",\n        \"Name\": \"Основной договор\",\n        \"Kod\": \"НФ-000084\",\n        \"buyer\": true,\n        \"supplier\": false,\n        \"other\": false,\n        \"currency\": \"CZK\",\n        \"currency_code\": \"203\",\n        \"Subject_to_VAT\": true,\n        \"Organization\": {\n          \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\",\n          \"Наименование\": \"BAS Digital s.r.o.\"\n        }\n      }\n    ]\n  }\n]"
                }
              ]
            }
          ]
        },
        {
          "name": "Contracts",
          "item": [
            {
              "name": "/v1/contracts-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "IB-Session-Control",
                    "value": "autostart",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/contracts-list?counterparty_guid=412b9445-9b0d-11f0-a307-b42e99ccf83f",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "contracts-list"
                  ],
                  "query": [
                    {
                      "key": "guid",
                      "value": "36de60d9-a2c7-11f0-a307-b42e99ccf83f",
                      "description": "GUID договора (или contract_guid)",
                      "disabled": true
                    },
                    {
                      "key": "contract_guid",
                      "value": "",
                      "description": "Алиас guid договора",
                      "disabled": true
                    },
                    {
                      "key": "counterparty_guid",
                      "value": "412b9445-9b0d-11f0-a307-b42e99ccf83f",
                      "description": "GUID контрагента",
                      "disabled": false
                    },
                    {
                      "key": "currency_guid",
                      "value": "2160cce2-a2c5-11f0-a307-b42e99ccf83f",
                      "description": "GUID валюты",
                      "disabled": true
                    },
                    {
                      "key": "currency_code",
                      "value": "203",
                      "description": "Код валюты",
                      "disabled": true
                    },
                    {
                      "key": "currency",
                      "value": "CZK",
                      "description": "Наименование валюты",
                      "disabled": true
                    },
                    {
                      "key": "organization_guid",
                      "value": "99c7e101-987f-11f0-a307-b42e99ccf83f",
                      "description": "GUID организации",
                      "disabled": true
                    },
                    {
                      "key": "kod",
                      "value": "",
                      "description": "Код договора",
                      "disabled": true
                    },
                    {
                      "key": "name",
                      "value": "",
                      "description": "Наименование (LIKE)",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "1",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "50",
                      "disabled": true
                    }
                  ]
                },
                "description": "Список договоров контрагентов. Отборы: guid/contract_guid, counterparty_guid, currency_guid/currency_code/currency, organization_guid, kod, name, page, limit."
              },
              "response": [
                {
                  "name": "contracts-list (example)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/contracts-list?counterparty_guid=412b9445-9b0d-11f0-a307-b42e99ccf83f",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "contracts-list"
                      ],
                      "query": [
                        {
                          "key": "counterparty_guid",
                          "value": "412b9445-9b0d-11f0-a307-b42e99ccf83f"
                        }
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\",\n    \"Name\": \"CZK\",\n    \"Kod\": \"НФ-000001\",\n    \"counterparty\": {\n      \"name\": \"Korzinka s.r.o.\",\n      \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n    },\n    \"buyer\": true,\n    \"supplier\": false,\n    \"other\": false,\n    \"currency\": \"CZK\",\n    \"currency_code\": \"203\",\n    \"Subject_to_VAT\": true,\n    \"Organization\": {\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\",\n      \"Наименование\": \"BAS Digital s.r.o.\"\n    },\n    \"is_deleted\": false,\n    \"is_inactive\": false\n  }\n]"
                }
              ]
            },
            {
              "name": "/v1/contracts-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"counterparty\": {\n    \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\",\n    \"name\": \"Korzinka s.r.o.\"\n  },\n  \"Name\": \"API TEST contract EUR\",\n  \"buyer\": true,\n  \"supplier\": false,\n  \"other\": false,\n  \"currency\": \"EUR\",\n  \"currency_code\": \"978\",\n  \"Subject_to_VAT\": true,\n  \"Organization\": {\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\",\n    \"Наименование\": \"BAS Digital s.r.o.\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/contracts-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "contracts-create"
                  ]
                },
                "description": "Создать/обновить договор контрагента. Обязателен counterparty.guid (или counterparty_guid). Поля как в contracts у counterparties: Name, buyer/supplier/other, currency/currency_code, Organization, Subject_to_VAT. При guid/Kod — обновление."
              },
              "response": [
                {
                  "name": "contracts-create (example)",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"counterparty\": {\n    \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\",\n    \"name\": \"Korzinka s.r.o.\"\n  },\n  \"Name\": \"API TEST contract EUR\",\n  \"buyer\": true,\n  \"supplier\": false,\n  \"other\": false,\n  \"currency\": \"EUR\",\n  \"currency_code\": \"978\",\n  \"Subject_to_VAT\": true,\n  \"Organization\": {\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\",\n    \"Наименование\": \"BAS Digital s.r.o.\"\n  }\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/contracts-create",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "contracts-create"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"guid\": \"00000000-0000-0000-0000-000000000000\",\n    \"Name\": \"API TEST contract EUR\",\n    \"Kod\": \"НФ-000099\",\n    \"counterparty\": {\n      \"name\": \"Korzinka s.r.o.\",\n      \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n    },\n    \"buyer\": true,\n    \"supplier\": false,\n    \"other\": false,\n    \"currency\": \"EUR\",\n    \"currency_code\": \"978\",\n    \"Subject_to_VAT\": true,\n    \"Organization\": {\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\",\n      \"Наименование\": \"BAS Digital s.r.o.\"\n    },\n    \"is_deleted\": false,\n    \"is_inactive\": false\n  }\n]"
                }
              ]
            }
          ]
        },
        {
          "name": "Allergens",
          "item": [
            {
              "name": "/v1/allergens-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/allergens-list?cod=002",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "allergens-list"
                  ],
                  "query": [
                    {
                      "key": "guid",
                      "value": "3e1f53af-2453-11f1-bd1e-901b0ed5b5e1",
                      "description": "guid элемента",
                      "disabled": true
                    },
                    {
                      "key": "cod",
                      "value": "002",
                      "description": "код элемента"
                    },
                    {
                      "key": "code_by_classifier",
                      "value": "",
                      "description": "код по классификатору",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "name",
                      "value": "",
                      "description": "Наименование элемента",
                      "type": "text",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список аллергенов"
              },
              "response": [
                {
                  "id": "62e12357-9a5e-42fc-964a-e547480653b6",
                  "name": "allergens-list (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/allergens-list",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "allergens-list"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"guid\": \"9e63f3b6-8ce2-11f1-8f7a-8c1759f41f4f\",\n    \"name\": \"API TEST\",\n    \"full_name\": \"API TEST allergen\",\n    \"cod\": \"001\",\n    \"code_by_classifier\": \"T1\",\n    \"is_deleted\": true\n  },\n  {\n    \"guid\": \"9ee6a17a-8ce5-11f1-8f7a-8c1759f41f4f\",\n    \"name\": \"API TEST\",\n    \"full_name\": \"API TEST allergen\",\n    \"cod\": \"002\",\n    \"code_by_classifier\": \"T1\",\n    \"is_deleted\": true\n  }\n]"
                }
              ]
            },
            {
              "name": "/v1/allergens-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/allergens-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "allergens-create"
                  ]
                },
                "description": "Создать/Изменить элементы справочника аллергенов",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"full_name\": \"API TEST allergen\",\n  \"code_by_classifier\": \"T1\",\n  \"name\": \"API TEST allergen\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "12948d98-10ab-4ccf-a68a-787b67ab1199",
                  "name": "allergens-create (live)",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                      }
                    ],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/allergens-create",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "allergens-create"
                      ]
                    },
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"full_name\": \"API TEST allergen\",\n  \"code_by_classifier\": \"T1\",\n  \"name\": \"API TEST allergen\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"guid\": \"f7224585-8ce6-11f1-8f7a-8c1759f41f4f\",\n    \"name\": \"API TEST allergen\",\n    \"full_name\": \"API TEST allergen\",\n    \"cod\": \"003\",\n    \"code_by_classifier\": \"T1\",\n    \"is_deleted\": false,\n    \"error\": \"\"\n  }\n]"
                }
              ]
            }
          ]
        },
        {
          "name": "Types of animal products",
          "item": [
            {
              "name": "/v1/types-of-animal-products-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/types-of-animal-products-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "types-of-animal-products-list"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1",
                      "description": "Номер страницы",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "50",
                      "description": "Размер страницы",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список виды животных продуктов"
              },
              "response": []
            },
            {
              "name": "/v1/types-of-animal-products-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/types-of-animal-products-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "types-of-animal-products-create"
                  ]
                },
                "description": "Создать/изменить вид животных продуктов\n\nТело: структура по контракту API (поля из модуля BD_Gateway / симметрия GET↔Create); GUID из демо-прогона _apitests.",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"API TEST animal product type\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Permissible physical states",
          "item": [
            {
              "name": "/v1/permissible-physical-states-of-animal-products-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/permissible-physical-states-of-animal-products-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "permissible-physical-states-of-animal-products-list"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1",
                      "description": "Номер страницы",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "50",
                      "description": "Размер страницы",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список допустимых физ. состояний"
              },
              "response": []
            },
            {
              "name": "/v1/permissible-physical-states-of-animal-products-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/permissible-physical-states-of-animal-products-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "permissible-physical-states-of-animal-products-create"
                  ]
                },
                "description": "Создать/изменить допустимое физ. состояние\n\nТело: структура по контракту API (поля из модуля BD_Gateway / симметрия GET↔Create); GUID из демо-прогона _apitests.",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"API TEST physical state\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Sources of attraction",
          "item": [
            {
              "name": "/v1/lead-sources",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [
                  {
                    "key": "IB-Session-Control",
                    "value": "autostart",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/lead-sources",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "lead-sources"
                  ],
                  "query": [
                    {
                      "key": "guid",
                      "value": "3c804d1b-3d44-11f0-bf9a-b42e99481906",
                      "disabled": true
                    },
                    {
                      "key": "cod",
                      "value": "000000012",
                      "disabled": true
                    },
                    {
                      "key": "name",
                      "value": "Google реклама",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список справочника"
              },
              "response": [
                {
                  "id": "3b3606ad-bb1a-4b8d-8222-f595c3c1e9bc",
                  "name": "lead-sources (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/lead-sources",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "lead-sources"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"guid\": \"a5dbe435-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"Сайт\",\n    \"cod\": \"000000001\",\n    \"is_deleted\": false,\n    \"is_inactive\": false\n  },\n  {\n    \"guid\": \"a5dbe436-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"E-mail\",\n    \"cod\": \"000000002\",\n    \"is_deleted\": false,\n    \"is_inactive\": false\n  }\n]"
                }
              ]
            },
            {
              "name": "/v1/lead-sources-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "IB-Session-Control",
                    "value": "autostart",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n  \"name\": \"Youtube Ads\",\r\n  \"id\": \"ddaa1b33-34da-11f1-a30a-b42e99ccf83f\",\r\n  \"cod\": \"000000001\",\r\n  \"is_inactive\": false,\r\n  \"is_deleted\": true, \r\n  \"allow_duplicates\": false\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/lead-sources-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "lead-sources-create"
                  ],
                  "query": [
                    {
                      "key": "name",
                      "value": "",
                      "disabled": true
                    }
                  ]
                },
                "description": "Создать справочник"
              },
              "response": [
                {
                  "id": "c65078e5-0372-4d66-8c7c-6441448c47f5",
                  "name": "lead-sources-create (live)",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                      }
                    ],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/lead-sources-create",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "lead-sources-create"
                      ]
                    },
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"name\": \"API TEST source\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n  \"guid\": \"9ee6a177-8ce5-11f1-8f7a-8c1759f41f4f\",\n  \"name\": \"API TEST source\",\n  \"cod\": \"000000007\",\n  \"is_deleted\": false,\n  \"is_inactive\": false\n}"
                }
              ]
            }
          ]
        },
        {
          "name": "Categories List",
          "item": [
            {
              "name": "/v1/categories-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/categories-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "categories-list"
                  ],
                  "query": [
                    {
                      "key": "category_guid",
                      "value": "",
                      "description": "guid категории",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "",
                      "description": "страница",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "",
                      "description": "количество записей",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "part_of_the_name",
                      "value": null,
                      "description": "Часть имени",
                      "type": "text",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список категорий"
              },
              "response": [
                {
                  "id": "db176d22-d90e-4d61-86c5-d8817a864d8f",
                  "name": "categories-list (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/categories-list",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "categories-list"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"guid\": \"a5dbe43a-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"<Без категорії>\",\n    \"cod\": \"00-000001\",\n    \"is_deleted\": false,\n    \"default_product_type\": \"Stock\",\n    \"Parent\": {\n      \"guid\": \"\",\n      \"name\": \"\",\n      \"cod\": \"\",\n      \"is_deleted\": \"\"\n    }\n  },\n  {\n    \"guid\": \"b26ef019-a2c4-11f0-a307-b42e99ccf83f\",\n    \"name\": \"Услуги (продажа)\",\n    \"cod\": \"НФ-000001\",\n    \"is_deleted\": false,\n    \"default_product_type\": \"Service\",\n    \"Parent\": {\n      \"guid\": \"\",\n      \"name\": \"\",\n      \"cod\": \"\",\n      \"is_deleted\": \"\"\n    }\n  }\n]"
                }
              ]
            },
            {
              "name": "/v1/categories-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/categories-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "categories-create"
                  ]
                },
                "description": "Создать/изменить категорию номенклатуры",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"default_product_type\": \"Stock\",\n  \"name\": \"API TEST category\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "2c3fe29b-b8e3-4cdb-95d9-7a0bbcf1153c",
                  "name": "categories-create (live)",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                      }
                    ],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/categories-create",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "categories-create"
                      ]
                    },
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"default_product_type\": \"Stock\",\n  \"name\": \"API TEST category\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"guid\": \"f7224589-8ce6-11f1-8f7a-8c1759f41f4f\",\n    \"name\": \"API TEST category\",\n    \"cod\": \"НФ-000007\",\n    \"is_deleted\": false,\n    \"default_product_type\": \"Stock\",\n    \"Parent\": {\n      \"guid\": \"\",\n      \"name\": \"\",\n      \"cod\": \"\",\n      \"is_deleted\": \"\"\n    },\n    \"error\": \"\"\n  }\n]"
                }
              ]
            }
          ]
        },
        {
          "name": "Product list",
          "item": [
            {
              "name": "/v1/product-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/product-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "product-list"
                  ],
                  "query": [
                    {
                      "key": "product_guid",
                      "value": "",
                      "description": "guid номенклатура",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "",
                      "description": "страница",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "",
                      "description": "количество записей",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "supplier_guid",
                      "value": null,
                      "description": "GUID Поставщик",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "product_code",
                      "value": null,
                      "description": "Код Номенклатура",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "parent_guid",
                      "value": null,
                      "description": "GUID группа ",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "category_guid",
                      "value": null,
                      "description": "GUID Категории",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "part_of_the_name",
                      "value": null,
                      "description": "Часть имени",
                      "type": "text",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список справочника"
              },
              "response": [
                {
                  "id": "30e27b46-5e8d-41a6-bcd4-ff3b326c2529",
                  "name": "product-list (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/product-list",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "product-list"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"guid\": \"b8d13b59-a2f1-11f0-a307-b42e99ccf83f\",\n    \"code\": \"НФ-00000007\",\n    \"Mark_for_Deletion\": false,\n    \"Invalid\": false,\n    \"name\": \"Такси (Servisní poplatek)\",\n    \"full_name\": \"Такси (Servisní poplatek)\",\n    \"Description\": \"\",\n    \"parent\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"category\": {\n      \"name\": \"Услуги (покупка)\",\n      \"guid\": \"b2d8b754-a2f1-11f0-a307-b42e99ccf83f\"\n    },\n    \"Article\": \"\",\n    \"Suppliers_Article\": \"\",\n    \"weight_product\": false,\n    \"Height\": 0,\n    \"Length\": 0,\n    \"Width\": 0,\n    \"Volume\": 0,\n    \"Weight\": 0,\n    \"Exclude_From_Price_Lists\": false,\n    \"Evaluation_Method\": \"By_Average\",\n    \"Structure_Direction_of_Activity\": {\n      \"name\": \"Основний напрямок\",\n      \"guid\": \"a5dbe452-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"Supplier\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"Manufacturer\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"VAT\": \"21\",\n    \"Unit_of_Measurement\": {\n      \"name\": \"ks\",\n      \"guid\": \"a5dbe451-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"Barcode\": \"\",\n    \"Type_of_product\": \"Service\",\n    \"Quantity_in_Package\": 0,\n    \"Expiration_Date\": \"\",\n    \"glas\": 0,\n    \"paper\": 0,\n    \"plast\": 0,\n    \"metal\": 0,\n    \"alu\": 0,\n    \"wood\": 0,\n    \"Compound\": \"\",\n    \"Warennummer\": \"\",\n    \"Caloric_content\": \"\",\n    \"Energy_Value\": \"\",\n    \"Fats\": \"\",\n    \"Acids\": \"\",\n    \"Carbohydrates\": \"\",\n    \"Sugar\": \"\",\n    \"Proteins\": \"\",\n    \"Salts\": \"\",\n    \"MinimumToSale\": 0,\n    \"Number_of_Days_for_Consumption\": 0,\n    \"Allergen\": [],\n    \"Permissible_Physical_States_of_Animal_Products\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"Types_of_Animal_Products\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"Attached_Files\": []\n  },\n  {\n    \"guid\": \"bd4ebbf8-a370-11f0-a307-b42e99ccf83f\",\n    \"code\": \"НФ-00000010\",\n    \"Mark_for_Deletion\": false,\n    \"Invalid\": false,\n    \"name\": \"Аренда офиса\",\n    \"full_name\": \"Аренда офиса\",\n    \"Description\": \"\",\n    \"parent\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"category\": {\n      \"name\": \"Услуги (покупка)\",\n      \"guid\": \"b2d8b754-a2f1-11f0-a307-b42e99ccf83f\"\n    },\n    \"Article\": \"\",\n    \"Suppliers_Article\": \"\",\n    \"weight_product\": false,\n    \"Height\": 0,\n    \"Length\": 0,\n    \"Width\": 0,\n    \"Volume\": 0,\n    \"Weight\": 0,\n    \"Exclude_From_Price_Lists\": false,\n    \"Evaluation_Method\": \"By_Average\",\n    \"Structure_Direction_of_Activity\": {\n      \"name\": \"Основний напрямок\",\n      \"guid\": \"a5dbe452-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"Supplier\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"Manufacturer\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"VAT\": \"21\",\n    \"Unit_of_Measurement\": {\n      \"name\": \"ks\",\n      \"guid\": \"a5dbe451-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"Barcode\": \"\",\n    \"Type_of_product\": \"Service\",\n    \"Quantity_in_Package\": 0,\n    \"Expiration_Date\": \"\",\n    \"glas\": 0,\n    \"paper\": 0,\n    \"plast\": 0,\n    \"metal\": 0,\n    \"alu\": 0,\n    \"wood\": 0,\n    \"Compound\": \"\",\n    \"Warennummer\": \"\",\n    \"Caloric_content\": \"\",\n    \"Energy_Value\": \"\",\n    \"Fats\": \"\",\n    \"Acids\": \"\",\n    \"Carbohydrates\": \"\",\n    \"Sugar\": \"\",\n    \"Proteins\": \"\",\n    \"Salts\": \"\",\n    \"MinimumToSale\": 0,\n    \"Number_of_Days_for_Consumption\": 0,\n    \"Allergen\": [],\n    \"Permissible_Physical_States_of_Animal_Products\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"Types_of_Animal_Products\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"Attached_Files\": []\n  }\n]"
                }
              ]
            },
            {
              "name": "/v1/product-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/product-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "product-create"
                  ]
                },
                "description": "Создать/изменить номенклатуру",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"full_name\": \"API TEST product\",\n  \"Unit_of_Measurement\": {\n    \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"Structure_Direction_of_Activity\": {\n    \"guid\": \"a5dbe452-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"category\": {\n    \"guid\": \"b2d8b754-a2f1-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"VAT\": \"21\",\n  \"name\": \"API TEST product\",\n  \"Type_of_product\": \"Service\",\n  \"Evaluation_Method\": \"By_Average\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "f7c63496-5b8c-4c09-8b5a-86490cfcfb61",
                  "name": "product-create (live)",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                      }
                    ],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/product-create",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "product-create"
                      ]
                    },
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"full_name\": \"API TEST product\",\n  \"Unit_of_Measurement\": {\n    \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"Structure_Direction_of_Activity\": {\n    \"guid\": \"a5dbe452-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"category\": {\n    \"guid\": \"b2d8b754-a2f1-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"VAT\": \"21\",\n  \"name\": \"API TEST product\",\n  \"Type_of_product\": \"Service\",\n  \"Evaluation_Method\": \"By_Average\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"guid\": \"f722458f-8ce6-11f1-8f7a-8c1759f41f4f\",\n    \"code\": \"НФ-00000075\",\n    \"Mark_for_Deletion\": false,\n    \"Invalid\": false,\n    \"name\": \"API TEST product\",\n    \"full_name\": \"API TEST product\",\n    \"Description\": \"\",\n    \"parent\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"category\": {\n      \"name\": \"Услуги (покупка)\",\n      \"guid\": \"b2d8b754-a2f1-11f0-a307-b42e99ccf83f\"\n    },\n    \"Article\": \"\",\n    \"Suppliers_Article\": \"\",\n    \"weight_product\": false,\n    \"Height\": 0,\n    \"Length\": 0,\n    \"Width\": 0,\n    \"Volume\": 0,\n    \"Weight\": 0,\n    \"Exclude_From_Price_Lists\": false,\n    \"Evaluation_Method\": \"By_Average\",\n    \"Structure_Direction_of_Activity\": {\n      \"name\": \"Основний напрямок\",\n      \"guid\": \"a5dbe452-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"Supplier\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"Manufacturer\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"VAT\": \"21\",\n    \"Unit_of_Measurement\": {\n      \"name\": \"mth\",\n      \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\"\n    },\n    \"Barcode\": \"\",\n    \"Type_of_product\": \"Service\",\n    \"Quantity_in_Package\": 0,\n    \"Expiration_Date\": \"\",\n    \"glas\": 0,\n    \"paper\": 0,\n    \"plast\": 0,\n    \"metal\": 0,\n    \"alu\": 0,\n    \"wood\": 0,\n    \"Compound\": \"\",\n    \"Warennummer\": \"\",\n    \"Caloric_content\": \"\",\n    \"Energy_Value\": \"\",\n    \"Fats\": \"\",\n    \"Acids\": \"\",\n    \"Carbohydrates\": \"\",\n    \"Sugar\": \"\",\n    \"Proteins\": \"\",\n    \"Salts\": \"\",\n    \"MinimumToSale\": 0,\n    \"Number_of_Days_for_Consumption\": 0,\n    \"Allergen\": [],\n    \"Permissible_Physical_States_of_Animal_Products\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"Types_of_Animal_Products\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"Attached_Files\": [],\n    \"error\": \"\"\n  }\n]"
                }
              ]
            }
          ]
        },
        {
          "name": "Product Group",
          "item": [
            {
              "name": "/v1/product-group-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/product-group-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "product-group-list"
                  ],
                  "query": [
                    {
                      "key": "product_guid",
                      "value": "",
                      "description": "guid группы",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "",
                      "description": "страница",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "",
                      "description": "количество записей",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "part_of_the_name",
                      "value": null,
                      "description": "Часть имени",
                      "type": "text",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список справочника"
              },
              "response": [
                {
                  "id": "27bc724f-2da5-4956-a86e-b9d3f8fba4cd",
                  "name": "product-group-list (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/product-group-list",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "product-group-list"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"guid\": \"c3446bd0-a2c4-11f0-a307-b42e99ccf83f\",\n    \"name\": \"Услуги (продажа)\",\n    \"cod\": \"НФ-00000001\",\n    \"is_deleted\": false,\n    \"Parent\": {\n      \"guid\": \"\",\n      \"name\": \"\",\n      \"cod\": \"\",\n      \"is_deleted\": \"\"\n    }\n  },\n  {\n    \"guid\": \"edcb2526-a2f2-11f0-a307-b42e99ccf83f\",\n    \"name\": \"Услуги (покупка)\",\n    \"cod\": \"НФ-00000008\",\n    \"is_deleted\": false,\n    \"Parent\": {\n      \"guid\": \"\",\n      \"name\": \"\",\n      \"cod\": \"\",\n      \"is_deleted\": \"\"\n    }\n  }\n]"
                }
              ]
            },
            {
              "name": "/v1/product-group-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/product-group-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "product-group-create"
                  ]
                },
                "description": "Создать/изменить группу номенклатуры",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"API TEST group\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "c86bed78-bd3b-4664-9b13-57f04e1af49b",
                  "name": "product-group-create (live)",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                      }
                    ],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/product-group-create",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "product-group-create"
                      ]
                    },
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"name\": \"API TEST group\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"guid\": \"f722458e-8ce6-11f1-8f7a-8c1759f41f4f\",\n    \"name\": \"API TEST group\",\n    \"cod\": \"НФ-00000074\",\n    \"is_deleted\": false,\n    \"Parent\": {\n      \"guid\": \"\",\n      \"name\": \"\",\n      \"cod\": \"\",\n      \"is_deleted\": \"\"\n    },\n    \"error\": \"\"\n  }\n]"
                }
              ]
            }
          ]
        },
        {
          "name": "Cash boxes",
          "item": [
            {
              "name": "/v1/cashbox-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/cashbox-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "cashbox-list"
                  ],
                  "query": [
                    {
                      "key": "guid",
                      "value": "3e1f53af-2453-11f1-bd1e-901b0ed5b5e1",
                      "description": "guid элемента",
                      "disabled": true
                    },
                    {
                      "key": "name",
                      "value": "",
                      "description": "Наименование элемента",
                      "type": "text",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список справочника"
              },
              "response": [
                {
                  "id": "835fe573-5572-4cbc-8457-6c5d3802a8ce",
                  "name": "cashbox-list (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/cashbox-list",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "cashbox-list"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"guid\": \"c5bb0ec3-a7db-44fe-9a44-23a5a69df5ca\",\n    \"name\": \"Касса BAS Digital CZK\",\n    \"cod\": \"000000001\",\n    \"is_deleted\": false,\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n      \"code\": \"203\"\n    },\n    \"WalletAddress\": \"\"\n  },\n  {\n    \"guid\": \"af50146c-e3e5-11f0-a308-b42e99ccf83f\",\n    \"name\": \"Касса FinCortex CZK\",\n    \"cod\": \"000000002\",\n    \"is_deleted\": false,\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n      \"code\": \"203\"\n    },\n    \"WalletAddress\": \"\"\n  }\n]"
                }
              ]
            }
          ]
        },
        {
          "name": "Bank Accounts",
          "item": [
            {
              "name": "/v1/bank-account-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/bank-account-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "bank-account-list"
                  ],
                  "query": [
                    {
                      "key": "guid",
                      "value": "3e1f53af-2453-11f1-bd1e-901b0ed5b5e1",
                      "description": "guid элемента",
                      "disabled": true
                    },
                    {
                      "key": "name",
                      "value": "",
                      "description": "Наименование элемента",
                      "type": "text",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список справочника"
              },
              "response": [
                {
                  "id": "a6e68c51-7c63-46fc-b592-c5b81a0a7b05",
                  "name": "bank-account-list (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/bank-account-list",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "bank-account-list"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"guid\": \"2e533a4e-a2c8-11f0-a307-b42e99ccf83f\",\n    \"name\": \"CZK 6706551389/0800 Česká spořitelna\",\n    \"cod\": \"НФ-000001\",\n    \"is_deleted\": false,\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n      \"code\": \"203\"\n    },\n    \"AccountNumber\": \"6706551389/0800\",\n    \"AccountNumberOld\": \"CZ5008000000006706551389\",\n    \"Bank\": \"GIBACZPX Česká spořitelna\"\n  },\n  {\n    \"guid\": \"d20e906e-a2cf-11f0-a307-b42e99ccf83f\",\n    \"name\": \"EUR 2254229293/0800 Česká spořitelna\",\n    \"cod\": \"НФ-000002\",\n    \"is_deleted\": false,\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"currency\": {\n      \"name\": \"EUR\",\n      \"guid\": \"2924cd87-a2c5-11f0-a307-b42e99ccf83f\",\n      \"code\": \"978\"\n    },\n    \"AccountNumber\": \"2254229293/0800\",\n    \"AccountNumberOld\": \"CZ9208000000002254229293\",\n    \"Bank\": \"GIBACZPX Česká spořitelna\"\n  }\n]"
                }
              ]
            }
          ]
        },
        {
          "name": "Projects",
          "item": [
            {
              "name": "/v1/projects-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/projects-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "projects-list"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1",
                      "description": "Номер страницы",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "50",
                      "description": "Размер страницы",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список справочника"
              },
              "response": []
            },
            {
              "name": "/v1/projects-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/projects-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "projects-create"
                  ]
                },
                "description": "Создать/изменить элемент справочника\n\nТело: структура по контракту API (поля из модуля BD_Gateway / симметрия GET↔Create); GUID из демо-прогона _apitests.",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"API TEST project\",\n  \"comment\": \"API TEST\",\n  \"is_inactive\": false,\n  \"counterparty\": {\n    \"name\": \"Korzinka s.r.o.\",\n    \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n  },\n  \"contracts\": {\n    \"name\": \"CZK\",\n    \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Price types",
          "item": [
            {
              "name": "/v1/price-types-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/price-types-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "price-types-list"
                  ],
                  "query": [
                    {
                      "key": "guid",
                      "value": "",
                      "description": "guid вида цен",
                      "disabled": true
                    },
                    {
                      "key": "name",
                      "value": "",
                      "description": "наименование",
                      "disabled": true
                    }
                  ]
                },
                "description": "Список видов цен (Справочник.ВидыЦен) с реквизитами.\nФильтры: guid, name.\nОтвет: массив объектов (guid, name, code, currency, price_includes_vat, price_type_kind, rounding_order, base_price_type, percent, formula, …)."
              },
              "response": []
            },
            {
              "name": "/v1/price-types-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/price-types-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "price-types-create"
                  ]
                },
                "description": "Создать/обновить вид цен. Тело = та же структура, что отдаёт list.\nprice_type_kind: Static | Dynamic_Percent | Dynamic_Formula | Custom_Query | Extension.\nПри наличии guid — обновление существующего.",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"API TEST price type\",\n  \"price_includes_vat\": true,\n  \"price_type_kind\": \"Static\",\n  \"rounding_order\": \"Окр0_01\",\n  \"round_up\": false,\n  \"percent\": 0,\n  \"comment\": \"API TEST\",\n  \"calculate_automatically\": false,\n  \"fill_from_base\": false,\n  \"currency\": {\n    \"name\": \"\",\n    \"guid\": \"\"\n  },\n  \"base_price_type\": {\n    \"name\": \"\",\n    \"guid\": \"\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Payment methods",
          "item": [
            {
              "name": "/v1/payment-methods-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/payment-methods-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "payment-methods-list"
                  ],
                  "query": [
                    {
                      "key": "guid",
                      "value": "",
                      "description": "guid метода оплаты",
                      "disabled": true
                    },
                    {
                      "key": "name",
                      "value": "",
                      "description": "наименование",
                      "disabled": true
                    }
                  ]
                },
                "description": "Список методов оплаты (Справочник.МетодОплаты) из расширения.\nФильтры: guid, name.\nОтвет: guid, name, code, use_for_card_payment, use_for_cash_receipt, crm_id, site_name, bank_account."
              },
              "response": []
            },
            {
              "name": "/v1/payment-methods-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/payment-methods-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "payment-methods-create"
                  ]
                },
                "description": "Создать/обновить метод оплаты. Тело = та же структура, что отдаёт list.\nПри наличии guid — обновление существующего.\nВ документах поле называется payment_method {name, guid}.",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"API TEST payment method\",\n  \"use_for_card_payment\": false,\n  \"use_for_cash_receipt\": true,\n  \"crm_id\": \"\",\n  \"site_name\": \"API TEST\",\n  \"bank_account\": {\n    \"name\": \"\",\n    \"guid\": \"\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Structural units",
          "item": [
            {
              "name": "/v1/structural-units-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/structural-units-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "structural-units-list"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1",
                      "description": "Номер страницы",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "50",
                      "description": "Размер страницы",
                      "disabled": true
                    },
                    {
                      "key": "unit_type",
                      "value": "Warehouse",
                      "description": "Тип структурной единицы",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список справочника"
              },
              "response": []
            },
            {
              "name": "/v1/structural-units-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/structural-units-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "structural-units-create"
                  ]
                },
                "description": "Создать/изменить элемент справочника\n\nТело: структура по контракту API (поля из модуля BD_Gateway / симметрия GET↔Create); GUID из демо-прогона _apitests.",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"API TEST warehouse\",\n  \"unit_type\": \"Warehouse\",\n  \"organization\": {\n    \"name\": \"BAS Digital s.r.o.\",\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Organizations",
          "item": [
            {
              "name": "/v1/organizations-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/organizations-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "organizations-list"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1",
                      "description": "Номер страницы",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "50",
                      "description": "Размер страницы",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список справочника"
              },
              "response": []
            },
            {
              "name": "/v1/organizations-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/organizations-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "organizations-create"
                  ]
                },
                "description": "Создать/изменить элемент справочника\n\nТело: структура по контракту API (поля из модуля BD_Gateway / симметрия GET↔Create); GUID из демо-прогона _apitests.",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"API TEST organization\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Customer order statuses",
          "item": [
            {
              "name": "/v1/customer-order-statuses-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/customer-order-statuses-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "customer-order-statuses-list"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1",
                      "description": "Номер страницы",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "50",
                      "description": "Размер страницы",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список состояний заказов покупателей"
              },
              "response": []
            },
            {
              "name": "/v1/customer-order-statuses-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/customer-order-statuses-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "customer-order-statuses-create"
                  ]
                },
                "description": "Создать/изменить состояние заказа покупателя\n\nТело: структура по контракту API (поля из модуля BD_Gateway / симметрия GET↔Create); GUID из демо-прогона _apitests.",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"API TEST customer order status\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Vendor order statuses",
          "item": [
            {
              "name": "/v1/vendor-order-statuses-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/vendor-order-statuses-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "vendor-order-statuses-list"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1",
                      "description": "Номер страницы",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "50",
                      "description": "Размер страницы",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список состояний заказов поставщикам"
              },
              "response": []
            },
            {
              "name": "/v1/vendor-order-statuses-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/vendor-order-statuses-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "vendor-order-statuses-create"
                  ]
                },
                "description": "Создать/изменить состояние заказа поставщику\n\nТело: структура по контракту API (поля из модуля BD_Gateway / симметрия GET↔Create); GUID из демо-прогона _apitests.",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"API TEST vendor order status\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "Documents",
      "item": [
        {
          "name": "Planned incomes cash",
          "item": [
            {
              "name": "/v1/planned-incomes-cash-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/planned-incomes-cash-list?start_date=28.04.2026 00:00:00",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "planned-incomes-cash-list"
                  ],
                  "query": [
                    {
                      "key": "org_guid",
                      "value": "",
                      "description": "guid Организации",
                      "disabled": true
                    },
                    {
                      "key": "curr_guid",
                      "value": "",
                      "description": "guid Валюты",
                      "disabled": true
                    },
                    {
                      "key": "curr_code",
                      "value": "",
                      "description": "guid Валюты",
                      "disabled": true
                    },
                    {
                      "key": "start_date",
                      "value": "28.04.2026 00:00:00",
                      "description": "Дата начала 28.04.2026 00:00:00"
                    },
                    {
                      "key": "end_date",
                      "value": "",
                      "description": "Дата окончания 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "item_guid",
                      "value": "",
                      "description": "guid СтатьиДДС",
                      "disabled": true
                    },
                    {
                      "key": "payment_type",
                      "value": "",
                      "description": "Cash/Non-cash",
                      "disabled": true
                    },
                    {
                      "key": "acc_guid",
                      "value": "",
                      "description": "guid БанковскиеСчета",
                      "disabled": true
                    },
                    {
                      "key": "cash_guid",
                      "value": "",
                      "description": "guid Кассы",
                      "disabled": true
                    },
                    {
                      "key": "guid",
                      "value": "",
                      "description": "guid Документы",
                      "disabled": true
                    },
                    {
                      "key": "counterparty_guid",
                      "value": "",
                      "description": "guid Контаргенты",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "1",
                      "description": "страница",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "2",
                      "description": "лимит",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список документов плановые поступления"
              },
              "response": [
                {
                  "id": "3690212c-9885-4029-b69a-ecadc82fcf68",
                  "name": "planned-incomes-cash-list (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/planned-incomes-cash-list",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "planned-incomes-cash-list"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"document\": \"Поступление денег (план) 63 от 31.08.2026\",\n    \"guid\": \"990b5385-7ae0-11f1-a70a-d52f6db79f8f\",\n    \"date\": \"31.08.2026 0:00:00\",\n    \"counterparty\": {\n      \"name\": \"Codiny s.r.o.\",\n      \"guid\": \"3e75cb72-eca6-11f0-a308-b42e99ccf83f\"\n    },\n    \"contract\": {\n      \"name\": \"Основной договор\",\n      \"guid\": \"dadced3e-4eeb-11f1-a30b-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"kod\": \"203\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_flow_item\": {\n      \"name\": \"Оплата от покупателей\",\n      \"guid\": \"a5dbe514-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"bank_account\": {\n      \"name\": \"CZK 6706551389/0800 Česká spořitelna\",\n      \"number\": \"6706551389/0800\",\n      \"guid\": \"2e533a4e-a2c8-11f0-a307-b42e99ccf83f\"\n    },\n    \"payment_type\": \"Non-cash\",\n    \"base_doc\": {\n      \"doc_type\": \"Certificate_Of_Services_Rendered\",\n      \"document\": \"Акт выполненных работ 90 от 30.06.2026\",\n      \"guid\": \"990b5132-7ae0-11f1-a70a-d52f6db79f8f\"\n    },\n    \"operation\": {\n      \"name\": \"Надходження коштів (план)\",\n      \"guid\": \"abd4c0ef-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"comment\": \"Оплатит после имплементации BAS - такая договоренность\",\n    \"amount\": 50000,\n    \"options\": {\n      \"post_document\": true,\n      \"deleted\": false\n    }\n  },\n  {\n    \"document\": \"Поступление денег (план) 66 от 31.07.2026 (не проведен)\",\n    \"guid\": \"9ee6a185-8ce5-11f1-8f7a-8c1759f41f4f\",\n    \"date\": \"31.07.2026 0:00:00\",\n    \"counterparty\": {\n      \"name\": \"Korzinka s.r.o.\",\n      \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n    },\n    \"contract\": {\n      \"name\": \"CZK\",\n      \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"kod\": \"203\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_flow_item\": {\n      \"name\": \"Оплата от покупателей\",\n      \"guid\": \"a5dbe514-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"bank_account\": {\n      \"name\": \"CZK 6706551389/0800 Česká spořitelna\",\n      \"number\": \"6706551389/0800\",\n      \"guid\": \"2e533a4e-a2c8-11f0-a307-b42e99ccf83f\"\n    },\n    \"payment_type\": \"Non-cash\",\n    \"base_doc\": {\n      \"doc_type\": \"other\",\n      \"document\": \"\",\n      \"guid\": \"\"\n    },\n    \"operation\": {\n      \"name\": \"Надходження коштів (план)\",\n      \"guid\": \"abd4c0ef-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"comment\": \"API TEST - autogenerated, safe to delete\",\n    \"amount\": 100,\n    \"options\": {\n      \"post_document\": false,\n      \"deleted\": false\n    }\n  }\n]"
                }
              ]
            },
            {
              "name": "/v1/planned-incomes-cash-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"bank_account\": {\n    \"guid\": \"2e533a4e-a2c8-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"currency\": {\n    \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"organization\": {\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"comment\": \"API TEST - autogenerated, safe to delete\",\n  \"contracts\": {\n    \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"counterparty\": {\n    \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"payment_type\": \"Non-cash\",\n  \"amount\": 100,\n  \"date\": \"31.07.2026 0:00:00\",\n  \"contract\": {\n    \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"cash_flow_item\": {\n    \"guid\": \"a5dbe514-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/planned-incomes-cash-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "planned-incomes-cash-create"
                  ]
                },
                "description": "Создать документы планове поступления"
              },
              "response": [
                {
                  "id": "77d40e57-6f2f-453a-86ba-233289d3b793",
                  "name": "planned-incomes-cash-create (live)",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                      }
                    ],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/planned-incomes-cash-create",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "planned-incomes-cash-create"
                      ]
                    },
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"bank_account\": {\n    \"guid\": \"2e533a4e-a2c8-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"currency\": {\n    \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"organization\": {\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"comment\": \"API TEST - autogenerated, safe to delete\",\n  \"contracts\": {\n    \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"counterparty\": {\n    \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"payment_type\": \"Non-cash\",\n  \"amount\": 100,\n  \"date\": \"31.07.2026 0:00:00\",\n  \"contract\": {\n    \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"cash_flow_item\": {\n    \"guid\": \"a5dbe514-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  }\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"document\": \"Поступление денег (план) 67 от 31.07.2026 (не проведен)\",\n    \"guid\": \"f7224590-8ce6-11f1-8f7a-8c1759f41f4f\",\n    \"date\": \"31.07.2026 0:00:00\",\n    \"counterparty\": {\n      \"name\": \"Korzinka s.r.o.\",\n      \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n    },\n    \"contract\": {\n      \"name\": \"CZK\",\n      \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"kod\": \"203\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_flow_item\": {\n      \"name\": \"Оплата от покупателей\",\n      \"guid\": \"a5dbe514-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"bank_account\": {\n      \"name\": \"CZK 6706551389/0800 Česká spořitelna\",\n      \"number\": \"6706551389/0800\",\n      \"guid\": \"2e533a4e-a2c8-11f0-a307-b42e99ccf83f\"\n    },\n    \"payment_type\": \"Non-cash\",\n    \"base_doc\": {\n      \"doc_type\": \"other\",\n      \"document\": \"\",\n      \"guid\": \"\"\n    },\n    \"operation\": {\n      \"name\": \"Надходження коштів (план)\",\n      \"guid\": \"abd4c0ef-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"comment\": \"API TEST - autogenerated, safe to delete\",\n    \"amount\": 100,\n    \"options\": {\n      \"post_document\": false,\n      \"deleted\": false\n    },\n    \"error\": \"\"\n  }\n]"
                }
              ]
            }
          ]
        },
        {
          "name": "Planned cash payment",
          "item": [
            {
              "name": "/v1/planned-cash-payments-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/planned-cash-payments-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "planned-cash-payments-list"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1",
                      "description": "Номер страницы",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "50",
                      "description": "Размер страницы",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список документов плановые расходы"
              },
              "response": []
            },
            {
              "name": "/v1/planned-cash-payments-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/planned-cash-payments-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "planned-cash-payments-create"
                  ]
                },
                "description": "Создать документы плановые расходы\n\nТело: структура по контракту API (поля из модуля BD_Gateway / симметрия GET↔Create); GUID из демо-прогона _apitests.",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"date\": \"31.07.2026 0:00:00\",\n  \"organization\": {\n    \"name\": \"BAS Digital s.r.o.\",\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"subdivision\": {\n    \"name\": \"Основний склад\",\n    \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"comment\": \"API TEST\",\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"amount\": 100,\n  \"cash_flow_item\": {\n    \"name\": \"\",\n    \"guid\": \"a5dbe514-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"counterparty\": {\n    \"name\": \"Korzinka s.r.o.\",\n    \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n  },\n  \"contract\": {\n    \"name\": \"CZK\",\n    \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\"\n  },\n  \"currency\": {\n    \"name\": \"CZK\",\n    \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Bank Receip",
          "item": [
            {
              "name": "/v1/bank-receipts-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/bank-receipts-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "bank-receipts-list"
                  ],
                  "query": [
                    {
                      "key": "org_guid",
                      "value": "",
                      "description": "guid Организации",
                      "disabled": true
                    },
                    {
                      "key": "curr_guid",
                      "value": "",
                      "description": "guid Валюты",
                      "disabled": true
                    },
                    {
                      "key": "curr_code",
                      "value": "",
                      "description": "guid Валюты",
                      "disabled": true
                    },
                    {
                      "key": "start_date",
                      "value": "28.04.2026 00:00:00",
                      "description": "Дата начала 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "end_date",
                      "value": "",
                      "description": "Дата окончания 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "item_guid",
                      "value": "",
                      "description": "guid СтатьиДДС",
                      "disabled": true
                    },
                    {
                      "key": "cash_guid",
                      "value": "",
                      "description": "guid Кассы",
                      "disabled": true
                    },
                    {
                      "key": "guid",
                      "value": "",
                      "description": "guid Документы",
                      "disabled": true
                    },
                    {
                      "key": "counterparty_guid",
                      "value": "",
                      "description": "guid Контаргенты",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "1",
                      "description": "страница",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "2",
                      "description": "лимит",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список документов поступления на счет"
              },
              "response": [
                {
                  "id": "974fad8f-6036-476a-9347-e689775bd918",
                  "name": "bank-receipts-list (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/bank-receipts-list",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "bank-receipts-list"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"document\": \"Поступление на счет 128 (вх. APITEST-1) от 31.07.2026 (удален) (не проведен)\",\n    \"guid\": \"9ee6a188-8ce5-11f1-8f7a-8c1759f41f4f\",\n    \"date\": \"31.07.2026 0:00:00\",\n    \"number\": \"НФНФ-000128\",\n    \"incoming_bank_number\": \"\",\n    \"incoming_document_number\": \"APITEST-1\",\n    \"incoming_document_number_alternative\": \"\",\n    \"date_bank\": \"31.07.2026 0:00:00\",\n    \"counterparty\": {\n      \"name\": \"Korzinka s.r.o.\",\n      \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"kod\": \"203\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_flow_item\": {\n      \"name\": \"Оплата от покупателей\",\n      \"guid\": \"a5dbe514-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"bank_account\": {\n      \"name\": \"CZK 6706551389/0800 Česká spořitelna\",\n      \"guid\": \"2e533a4e-a2c8-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_desk\": {\n      \"name\": \"Касса BAS Digital CZK\",\n      \"guid\": \"c5bb0ec3-a7db-44fe-9a44-23a5a69df5ca\"\n    },\n    \"project\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"base_doc\": {\n      \"doc_type\": \"other\",\n      \"document\": \"\",\n      \"guid\": \"\"\n    },\n    \"operation\": {\n      \"name\": \"Від покупця\",\n      \"guid\": \"abd4c0c7-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"comment\": \"API TEST - autogenerated, safe to delete\",\n    \"amount\": 100,\n    \"payment_decryption\": [\n      {\n        \"contract\": {\n          \"name\": \"CZK\",\n          \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\"\n        },\n        \"advance\": true,\n        \"document\": true,\n        \"settlement_amount\": 100,\n        \"well\": 1,\n        \"multiplicity\": 1,\n        \"payment_amount\": 100,\n        \"VAT_rate\": 21,\n        \"Amount_VAT\": 0,\n        \"sales_order\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"сustomer_invoice\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"Planned_Cash_Receipt\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"type_amount\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"cash_flow_item\": {\n          \"name\": \"Оплата от покупателей\",\n          \"guid\": \"a5dbe514-987f-11f0-a307-b42e99ccf83f\"\n        },\n        \"method_of_credit\": \"Manually\",\n        \"project\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"subdivision\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"calculation_method_feature\": \"\"\n      }\n    ],\n    \"options\": {\n      \"post_document\": false,\n      \"deleted\": true\n    },\n    \"Attached_Files\": []\n  },\n  {\n    \"document\": \"Поступление на счет 127 (вх. APITEST-1) от 31.07.2026 (удален) (не проведен)\",\n    \"guid\": \"9e63f3c1-8ce2-11f1-8f7a-8c1759f41f4f\",\n    \"date\": \"31.07.2026 0:00:00\",\n    \"number\": \"НФНФ-000127\",\n    \"incoming_bank_number\": \"\",\n    \"incoming_document_number\": \"APITEST-1\",\n    \"incoming_document_number_alternative\": \"\",\n    \"date_bank\": \"31.07.2026 0:00:00\",\n    \"counterparty\": {\n      \"name\": \"Korzinka s.r.o.\",\n      \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"kod\": \"203\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_flow_item\": {\n      \"name\": \"Оплата от покупателей\",\n      \"guid\": \"a5dbe514-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"bank_account\": {\n      \"name\": \"CZK 6706551389/0800 Česká spořitelna\",\n      \"guid\": \"2e533a4e-a2c8-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_desk\": {\n      \"name\": \"Касса BAS Digital CZK\",\n      \"guid\": \"c5bb0ec3-a7db-44fe-9a44-23a5a69df5ca\"\n    },\n    \"project\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"base_doc\": {\n      \"doc_type\": \"other\",\n      \"document\": \"\",\n      \"guid\": \"\"\n    },\n    \"operation\": {\n      \"name\": \"Від покупця\",\n      \"guid\": \"abd4c0c7-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"comment\": \"API TEST - autogenerated, safe to delete\",\n    \"amount\": 100,\n    \"payment_decryption\": [\n      {\n        \"contract\": {\n          \"name\": \"CZK\",\n          \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\"\n        },\n        \"advance\": true,\n        \"document\": true,\n        \"settlement_amount\": 100,\n        \"well\": 1,\n        \"multiplicity\": 1,\n        \"payment_amount\": 100,\n        \"VAT_rate\": 21,\n        \"Amount_VAT\": 0,\n        \"sales_order\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"сustomer_invoice\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"Planned_Cash_Receipt\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"type_amount\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"cash_flow_item\": {\n          \"name\": \"Оплата от покупателей\",\n          \"guid\": \"a5dbe514-987f-11f0-a307-b42e99ccf83f\"\n        },\n        \"method_of_credit\": \"Manually\",\n        \"project\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"subdivision\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"calculation_method_feature\": \"\"\n      }\n    ],\n    \"options\": {\n      \"post_document\": false,\n      \"deleted\": true\n    },\n    \"Attached_Files\": []\n  }\n]"
                }
              ]
            },
            {
              "name": "/v1/bank-receipts-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/bank-receipts-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "bank-receipts-create"
                  ]
                },
                "description": "Создать/изменить документ поступления на счет\n\nОпционально: payment_method { \"name\", \"guid\" } (справочник МетодОплаты; реквизит methodOfPayment / МетодОплаты).",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"bank_account\": {\n    \"guid\": \"2e533a4e-a2c8-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"currency\": {\n    \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"organization\": {\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"date_bank\": \"31.07.2026 0:00:00\",\n  \"comment\": \"API TEST - autogenerated, safe to delete\",\n  \"contracts\": {\n    \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"counterparty\": {\n    \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"payment_decryption\": [\n    {\n      \"method_of_credit\": \"Manually\",\n      \"Amount_VAT\": 0,\n      \"contract\": {\n        \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\",\n        \"name\": \"\"\n      },\n      \"multiplicity\": 1,\n      \"advance\": false,\n      \"settlement_amount\": 100,\n      \"cash_flow_item\": {\n        \"guid\": \"a5dbe514-987f-11f0-a307-b42e99ccf83f\",\n        \"name\": \"\"\n      },\n      \"VAT_rate\": 21,\n      \"payment_amount\": 100,\n      \"well\": 1\n    }\n  ],\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"incoming_document_number\": \"APITEST-1\",\n  \"amount\": 100,\n  \"date\": \"31.07.2026 0:00:00\",\n  \"cash_flow_item\": {\n    \"guid\": \"a5dbe514-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "68276385-07f1-48a1-a8af-6f21da3ebe2d",
                  "name": "bank-receipts-create (live)",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                      }
                    ],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/bank-receipts-create",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "bank-receipts-create"
                      ]
                    },
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"bank_account\": {\n    \"guid\": \"2e533a4e-a2c8-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"currency\": {\n    \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"organization\": {\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"date_bank\": \"31.07.2026 0:00:00\",\n  \"comment\": \"API TEST - autogenerated, safe to delete\",\n  \"contracts\": {\n    \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"counterparty\": {\n    \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"payment_decryption\": [\n    {\n      \"method_of_credit\": \"Manually\",\n      \"Amount_VAT\": 0,\n      \"contract\": {\n        \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\",\n        \"name\": \"\"\n      },\n      \"multiplicity\": 1,\n      \"advance\": false,\n      \"settlement_amount\": 100,\n      \"cash_flow_item\": {\n        \"guid\": \"a5dbe514-987f-11f0-a307-b42e99ccf83f\",\n        \"name\": \"\"\n      },\n      \"VAT_rate\": 21,\n      \"payment_amount\": 100,\n      \"well\": 1\n    }\n  ],\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"incoming_document_number\": \"APITEST-1\",\n  \"amount\": 100,\n  \"date\": \"31.07.2026 0:00:00\",\n  \"cash_flow_item\": {\n    \"guid\": \"a5dbe514-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  }\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"document\": \"Поступление на счет 129 (вх. APITEST-1) от 31.07.2026 (не проведен)\",\n    \"guid\": \"f7224591-8ce6-11f1-8f7a-8c1759f41f4f\",\n    \"date\": \"31.07.2026 0:00:00\",\n    \"number\": \"НФНФ-000129\",\n    \"incoming_bank_number\": \"\",\n    \"incoming_document_number\": \"APITEST-1\",\n    \"incoming_document_number_alternative\": \"\",\n    \"date_bank\": \"31.07.2026 0:00:00\",\n    \"counterparty\": {\n      \"name\": \"Korzinka s.r.o.\",\n      \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"kod\": \"203\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_flow_item\": {\n      \"name\": \"Оплата от покупателей\",\n      \"guid\": \"a5dbe514-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"bank_account\": {\n      \"name\": \"CZK 6706551389/0800 Česká spořitelna\",\n      \"guid\": \"2e533a4e-a2c8-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_desk\": {\n      \"name\": \"Касса BAS Digital CZK\",\n      \"guid\": \"c5bb0ec3-a7db-44fe-9a44-23a5a69df5ca\"\n    },\n    \"project\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"base_doc\": {\n      \"doc_type\": \"other\",\n      \"document\": \"\",\n      \"guid\": \"\"\n    },\n    \"operation\": {\n      \"name\": \"Від покупця\",\n      \"guid\": \"abd4c0c7-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"comment\": \"API TEST - autogenerated, safe to delete\",\n    \"amount\": 100,\n    \"payment_decryption\": [\n      {\n        \"contract\": {\n          \"name\": \"CZK\",\n          \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\"\n        },\n        \"advance\": true,\n        \"document\": true,\n        \"settlement_amount\": 100,\n        \"well\": 1,\n        \"multiplicity\": 1,\n        \"payment_amount\": 100,\n        \"VAT_rate\": 21,\n        \"Amount_VAT\": 0,\n        \"sales_order\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"сustomer_invoice\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"Planned_Cash_Receipt\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"type_amount\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"cash_flow_item\": {\n          \"name\": \"Оплата от покупателей\",\n          \"guid\": \"a5dbe514-987f-11f0-a307-b42e99ccf83f\"\n        },\n        \"method_of_credit\": \"Manually\",\n        \"project\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"subdivision\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"calculation_method_feature\": \"\"\n      }\n    ],\n    \"options\": {\n      \"post_document\": false,\n      \"deleted\": false\n    },\n    \"Attached_Files\": [],\n    \"error\": \"\"\n  }\n]"
                }
              ]
            }
          ]
        },
        {
          "name": "Cash receip",
          "item": [
            {
              "name": "/v1/cash-receipts-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/cash-receipts-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "cash-receipts-list"
                  ],
                  "query": [
                    {
                      "key": "org_guid",
                      "value": "",
                      "description": "guid Организации",
                      "disabled": true
                    },
                    {
                      "key": "curr_guid",
                      "value": "",
                      "description": "guid Валюты",
                      "disabled": true
                    },
                    {
                      "key": "curr_code",
                      "value": "",
                      "description": "guid Валюты",
                      "disabled": true
                    },
                    {
                      "key": "start_date",
                      "value": "28.04.2026 00:00:00",
                      "description": "Дата начала 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "end_date",
                      "value": "",
                      "description": "Дата окончания 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "item_guid",
                      "value": "",
                      "description": "guid СтатьиДДС",
                      "disabled": true
                    },
                    {
                      "key": "cash_guid",
                      "value": "",
                      "description": "guid Кассы",
                      "disabled": true
                    },
                    {
                      "key": "guid",
                      "value": "",
                      "description": "guid Документы",
                      "disabled": true
                    },
                    {
                      "key": "counterparty_guid",
                      "value": "",
                      "description": "guid Контаргенты",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "1",
                      "description": "страница",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "2",
                      "description": "лимит",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список документов поступления в кассу"
              },
              "response": [
                {
                  "id": "1bb2cd7d-319d-4c1c-9e82-bbd474ac6e36",
                  "name": "cash-receipts-list (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/cash-receipts-list",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "cash-receipts-list"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"document\": \"Поступление в кассу 36 от 31.07.2026 (не проведен)\",\n    \"guid\": \"9ee6a186-8ce5-11f1-8f7a-8c1759f41f4f\",\n    \"date\": \"31.07.2026 0:00:00\",\n    \"number\": \"НФНФ-000036\",\n    \"incoming_bank_number\": \"\",\n    \"incoming_document_number\": \"\",\n    \"counterparty\": {\n      \"name\": \"Korzinka s.r.o.\",\n      \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"kod\": \"203\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_flow_item\": {\n      \"name\": \"Оплата от покупателей\",\n      \"guid\": \"a5dbe514-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_desk\": {\n      \"name\": \"Касса BAS Digital CZK\",\n      \"guid\": \"c5bb0ec3-a7db-44fe-9a44-23a5a69df5ca\"\n    },\n    \"project\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"base_doc\": {\n      \"doc_type\": \"other\",\n      \"document\": \"\",\n      \"guid\": \"\"\n    },\n    \"operation\": {\n      \"name\": \"Від покупця\",\n      \"guid\": \"abd4c0c7-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"comment\": \"API TEST - autogenerated, safe to delete\",\n    \"amount\": 100,\n    \"payment_decryption\": [\n      {\n        \"contract\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"advance\": true,\n        \"document\": true,\n        \"settlement_amount\": 100,\n        \"well\": 1,\n        \"multiplicity\": 1,\n        \"payment_amount\": 100,\n        \"VAT_rate\": 0,\n        \"Amount_VAT\": 0,\n        \"sales_order\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"сustomer_invoice\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"Planned_Cash_Receipt\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"type_amount\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"cash_flow_item\": {\n          \"name\": \"Оплата от покупателей\",\n          \"guid\": \"a5dbe514-987f-11f0-a307-b42e99ccf83f\"\n        },\n        \"method_of_credit\": \"Manually\",\n        \"project\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"subdivision\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"calculation_method_feature\": \"\"\n      }\n    ],\n    \"options\": {\n      \"post_document\": false,\n      \"deleted\": false\n    }\n  },\n  {\n    \"document\": \"Поступление в кассу 36 от 29.07.2026 (не проведен)\",\n    \"guid\": \"f2cc1924-8b6f-11f1-a70b-df72603abcb8\",\n    \"date\": \"29.07.2026 0:00:00\",\n    \"number\": \"00НФ-000036\",\n    \"incoming_bank_number\": \"27761151194\",\n    \"incoming_document_number\": \"40559559638\",\n    \"counterparty\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"organization\": {\n      \"name\": \"FinCORTEX s.r.o\",\n      \"guid\": \"8e893bc8-ba62-11f0-a308-b42e99ccf83f\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"kod\": \"203\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_flow_item\": {\n      \"name\": \"Перемещение между кассами, счетами\",\n      \"guid\": \"a5dbe536-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_desk\": {\n      \"name\": \"Касса FinCortex CZK\",\n      \"guid\": \"af50146c-e3e5-11f0-a308-b42e99ccf83f\"\n    },\n    \"project\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"base_doc\": {\n      \"doc_type\": \"other\",\n      \"document\": \"\",\n      \"guid\": \"\"\n    },\n    \"operation\": {\n      \"name\": \"Отримання готівки в банку\",\n      \"guid\": \"abd4c0ec-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"comment\": \"Výběr z bankomatu: FIO BANKA, PLZEŇSKÁ 8, PRAHA 5, 150 00, CZ, dne 29.7.2026, částka  10000.00 CZK Výběr z bankomatu: FIO BANKA, PLZEŇSKÁ 8, PRAHA 5, 150 00, CZ, dne 29.7.2026, částka  10000.00 CZK \\n\",\n    \"amount\": 10000,\n    \"payment_decryption\": [\n      {\n        \"contract\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"advance\": true,\n        \"document\": true,\n        \"settlement_amount\": 0,\n        \"well\": 1,\n        \"multiplicity\": 1,\n        \"payment_amount\": 10000,\n        \"VAT_rate\": 0,\n        \"Amount_VAT\": 0,\n        \"sales_order\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"сustomer_invoice\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"Planned_Cash_Receipt\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"type_amount\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"cash_flow_item\": {\n          \"name\": \"Перемещение между кассами, счетами\",\n          \"guid\": \"a5dbe536-987f-11f0-a307-b42e99ccf83f\"\n        },\n        \"method_of_credit\": \"Manually\",\n        \"project\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"subdivision\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"calculation_method_feature\": \"\"\n      }\n    ],\n    \"options\": {\n      \"post_document\": false,\n      \"deleted\": false\n    }\n  }\n]"
                }
              ]
            },
            {
              "name": "/v1/cash-receipts-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"cash_flow_item\": {\n    \"guid\": \"a5dbe514-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"currency\": {\n    \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"organization\": {\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"cash_desk\": {\n    \"guid\": \"c5bb0ec3-a7db-44fe-9a44-23a5a69df5ca\",\n    \"name\": \"\"\n  },\n  \"comment\": \"API TEST - autogenerated, safe to delete\",\n  \"contracts\": {\n    \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"counterparty\": {\n    \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"amount\": 100,\n  \"date\": \"31.07.2026 0:00:00\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/cash-receipts-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "cash-receipts-create"
                  ]
                },
                "description": "Создать документы поступления в кассу\n\nОпционально: payment_method { \"name\", \"guid\" } (справочник МетодОплаты; реквизит methodOfPayment / МетодОплаты)."
              },
              "response": [
                {
                  "id": "dbc784f4-7f6b-469c-ab08-060dc336a436",
                  "name": "cash-receipts-create (live)",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                      }
                    ],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/cash-receipts-create",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "cash-receipts-create"
                      ]
                    },
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"cash_flow_item\": {\n    \"guid\": \"a5dbe514-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"currency\": {\n    \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"organization\": {\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"cash_desk\": {\n    \"guid\": \"c5bb0ec3-a7db-44fe-9a44-23a5a69df5ca\",\n    \"name\": \"\"\n  },\n  \"comment\": \"API TEST - autogenerated, safe to delete\",\n  \"contracts\": {\n    \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"counterparty\": {\n    \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"amount\": 100,\n  \"date\": \"31.07.2026 0:00:00\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"document\": \"Поступление в кассу 36 от 31.07.2026 (не проведен)\",\n    \"guid\": \"9ee6a186-8ce5-11f1-8f7a-8c1759f41f4f\",\n    \"date\": \"31.07.2026 0:00:00\",\n    \"number\": \"НФНФ-000036\",\n    \"incoming_bank_number\": \"\",\n    \"incoming_document_number\": \"\",\n    \"counterparty\": {\n      \"name\": \"Korzinka s.r.o.\",\n      \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"kod\": \"203\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_flow_item\": {\n      \"name\": \"Оплата от покупателей\",\n      \"guid\": \"a5dbe514-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_desk\": {\n      \"name\": \"Касса BAS Digital CZK\",\n      \"guid\": \"c5bb0ec3-a7db-44fe-9a44-23a5a69df5ca\"\n    },\n    \"project\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"base_doc\": {\n      \"doc_type\": \"other\",\n      \"document\": \"\",\n      \"guid\": \"\"\n    },\n    \"operation\": {\n      \"name\": \"Від покупця\",\n      \"guid\": \"abd4c0c7-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"comment\": \"API TEST - autogenerated, safe to delete\",\n    \"amount\": 100,\n    \"payment_decryption\": [\n      {\n        \"contract\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"advance\": true,\n        \"document\": true,\n        \"settlement_amount\": 100,\n        \"well\": 1,\n        \"multiplicity\": 1,\n        \"payment_amount\": 100,\n        \"VAT_rate\": 0,\n        \"Amount_VAT\": 0,\n        \"sales_order\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"сustomer_invoice\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"Planned_Cash_Receipt\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"type_amount\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"cash_flow_item\": {\n          \"name\": \"Оплата от покупателей\",\n          \"guid\": \"a5dbe514-987f-11f0-a307-b42e99ccf83f\"\n        },\n        \"method_of_credit\": \"Manually\",\n        \"project\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"subdivision\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"calculation_method_feature\": \"\"\n      }\n    ],\n    \"options\": {\n      \"post_document\": false,\n      \"deleted\": false\n    },\n    \"error\": \"\"\n  }\n]"
                }
              ]
            }
          ]
        },
        {
          "name": "Cash payment",
          "item": [
            {
              "name": "/v1/cash-payments-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/cash-payments-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "cash-payments-list"
                  ],
                  "query": [
                    {
                      "key": "org_guid",
                      "value": "",
                      "description": "guid Организации",
                      "disabled": true
                    },
                    {
                      "key": "curr_guid",
                      "value": "",
                      "description": "guid Валюты",
                      "disabled": true
                    },
                    {
                      "key": "curr_code",
                      "value": "",
                      "description": "guid Валюты",
                      "disabled": true
                    },
                    {
                      "key": "start_date",
                      "value": "",
                      "description": "Дата начала 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "end_date",
                      "value": "",
                      "description": "Дата окончания 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "item_guid",
                      "value": "",
                      "description": "guid СтатьиДДС",
                      "disabled": true
                    },
                    {
                      "key": "payment_type",
                      "value": "",
                      "description": "Cash/Non-cash",
                      "disabled": true
                    },
                    {
                      "key": "acc_guid",
                      "value": "",
                      "description": "guid БанковскиеСчета",
                      "disabled": true
                    },
                    {
                      "key": "cash_guid",
                      "value": "",
                      "description": "guid Кассы",
                      "disabled": true
                    },
                    {
                      "key": "guid",
                      "value": "",
                      "description": "guid Документы",
                      "disabled": true
                    },
                    {
                      "key": "counterparty_guid",
                      "value": "",
                      "description": "guid Контаргенты",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "1",
                      "description": "страница",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "2",
                      "description": "лимит",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список документов расход из кассы"
              },
              "response": [
                {
                  "id": "80966aba-4507-4a87-b632-2140aa3a4e1a",
                  "name": "cash-payments-list (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/cash-payments-list",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "cash-payments-list"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"document\": \"Расход из кассы 40 от 31.07.2026 (не проведен)\",\n    \"guid\": \"9ee6a187-8ce5-11f1-8f7a-8c1759f41f4f\",\n    \"date\": \"31.07.2026 0:00:00\",\n    \"number\": \"НФНФ-000040\",\n    \"incoming_bank_number\": \"\",\n    \"incoming_document_number\": \"\",\n    \"counterparty\": {\n      \"name\": \"Korzinka s.r.o.\",\n      \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"kod\": \"203\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_flow_item\": {\n      \"name\": \"Оплата от покупателей\",\n      \"guid\": \"a5dbe514-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_desk\": {\n      \"name\": \"Касса BAS Digital CZK\",\n      \"guid\": \"c5bb0ec3-a7db-44fe-9a44-23a5a69df5ca\"\n    },\n    \"project\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"base_doc\": {\n      \"doc_type\": \"other\",\n      \"document\": \"\",\n      \"guid\": \"\"\n    },\n    \"operation\": {\n      \"name\": \"Постачальнику\",\n      \"guid\": \"abd4c0ed-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"comment\": \"API TEST - autogenerated, safe to delete\",\n    \"amount\": 100,\n    \"payment_decryption\": [\n      {\n        \"contract\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"advance\": true,\n        \"document\": true,\n        \"settlement_amount\": 100,\n        \"well\": 1,\n        \"multiplicity\": 1,\n        \"payment_amount\": 100,\n        \"VAT_rate\": 21,\n        \"Amount_VAT\": 0,\n        \"sales_order\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"сustomer_invoice\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"Planned_Cash_Receipt\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"type_amount\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"cash_flow_item\": {\n          \"name\": \"Оплата от покупателей\",\n          \"guid\": \"a5dbe514-987f-11f0-a307-b42e99ccf83f\"\n        },\n        \"method_of_credit\": \"Manually\",\n        \"project\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"subdivision\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"calculation_method_feature\": \"\"\n      }\n    ],\n    \"options\": {\n      \"post_document\": false,\n      \"deleted\": false\n    },\n    \"Attached_Files\": []\n  },\n  {\n    \"document\": \"Расход из кассы 36 от 28.07.2026\",\n    \"guid\": \"426f5ad2-8a9a-11f1-a70b-df72603abcb8\",\n    \"date\": \"28.07.2026 18:37:38\",\n    \"number\": \"НФНФ-000036\",\n    \"incoming_bank_number\": \"\",\n    \"incoming_document_number\": \"\",\n    \"counterparty\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"kod\": \"203\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_flow_item\": {\n      \"name\": \"Зарплата сотрудникам (офис)\",\n      \"guid\": \"a5dbe537-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_desk\": {\n      \"name\": \"Касса BAS Digital CZK\",\n      \"guid\": \"c5bb0ec3-a7db-44fe-9a44-23a5a69df5ca\"\n    },\n    \"project\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"base_doc\": {\n      \"doc_type\": \"other\",\n      \"document\": \"\",\n      \"guid\": \"\"\n    },\n    \"operation\": {\n      \"name\": \"Зарплата співробітнику\",\n      \"guid\": \"abd4c0a8-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"comment\": \"\",\n    \"amount\": 7500,\n    \"payment_decryption\": [\n      {\n        \"contract\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"advance\": false,\n        \"document\": false,\n        \"settlement_amount\": 7500,\n        \"well\": 1,\n        \"multiplicity\": 1,\n        \"payment_amount\": 7500,\n        \"VAT_rate\": 0,\n        \"Amount_VAT\": 0,\n        \"sales_order\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"сustomer_invoice\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"Planned_Cash_Receipt\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"type_amount\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"cash_flow_item\": {\n          \"name\": \"Зарплата сотрудникам (офис)\",\n          \"guid\": \"a5dbe537-987f-11f0-a307-b42e99ccf83f\"\n        },\n        \"method_of_credit\": \"Manually\",\n        \"project\": {\n          \"name\": \"Consulting\",\n          \"guid\": \"4d9c8175-dcca-11f0-a308-b42e99ccf83f\"\n        },\n        \"subdivision\": {\n          \"name\": \"Consulting\",\n          \"guid\": \"4d9c8175-dcca-11f0-a308-b42e99ccf83f\"\n        },\n        \"calculation_method_feature\": \"\"\n      }\n    ],\n    \"options\": {\n      \"post_document\": true,\n      \"deleted\": false\n    },\n    \"Attached_Files\": []\n  }\n]"
                }
              ]
            },
            {
              "name": "/v1/cash-payments-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"cash_flow_item\": {\n    \"guid\": \"a5dbe514-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"currency\": {\n    \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"organization\": {\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"cash_desk\": {\n    \"guid\": \"c5bb0ec3-a7db-44fe-9a44-23a5a69df5ca\",\n    \"name\": \"\"\n  },\n  \"comment\": \"API TEST - autogenerated, safe to delete\",\n  \"contracts\": {\n    \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"counterparty\": {\n    \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"amount\": 100,\n  \"date\": \"31.07.2026 0:00:00\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/cash-payments-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "cash-payments-create"
                  ]
                },
                "description": "Создать документ расход из кассы"
              },
              "response": [
                {
                  "id": "08775402-307b-4148-81cc-665eebb8087f",
                  "name": "cash-payments-create (live)",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                      }
                    ],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/cash-payments-create",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "cash-payments-create"
                      ]
                    },
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"cash_flow_item\": {\n    \"guid\": \"a5dbe514-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"currency\": {\n    \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"organization\": {\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"cash_desk\": {\n    \"guid\": \"c5bb0ec3-a7db-44fe-9a44-23a5a69df5ca\",\n    \"name\": \"\"\n  },\n  \"comment\": \"API TEST - autogenerated, safe to delete\",\n  \"contracts\": {\n    \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"counterparty\": {\n    \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"amount\": 100,\n  \"date\": \"31.07.2026 0:00:00\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"document\": \"Расход из кассы 40 от 31.07.2026 (не проведен)\",\n    \"guid\": \"9ee6a187-8ce5-11f1-8f7a-8c1759f41f4f\",\n    \"date\": \"31.07.2026 0:00:00\",\n    \"number\": \"НФНФ-000040\",\n    \"incoming_bank_number\": \"\",\n    \"incoming_document_number\": \"\",\n    \"counterparty\": {\n      \"name\": \"Korzinka s.r.o.\",\n      \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"kod\": \"203\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_flow_item\": {\n      \"name\": \"Оплата от покупателей\",\n      \"guid\": \"a5dbe514-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_desk\": {\n      \"name\": \"Касса BAS Digital CZK\",\n      \"guid\": \"c5bb0ec3-a7db-44fe-9a44-23a5a69df5ca\"\n    },\n    \"project\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"base_doc\": {\n      \"doc_type\": \"other\",\n      \"document\": \"\",\n      \"guid\": \"\"\n    },\n    \"operation\": {\n      \"name\": \"Постачальнику\",\n      \"guid\": \"abd4c0ed-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"comment\": \"API TEST - autogenerated, safe to delete\",\n    \"amount\": 100,\n    \"payment_decryption\": [\n      {\n        \"contract\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"advance\": true,\n        \"document\": true,\n        \"settlement_amount\": 100,\n        \"well\": 1,\n        \"multiplicity\": 1,\n        \"payment_amount\": 100,\n        \"VAT_rate\": 21,\n        \"Amount_VAT\": 0,\n        \"sales_order\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"сustomer_invoice\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"Planned_Cash_Receipt\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"type_amount\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"cash_flow_item\": {\n          \"name\": \"Оплата от покупателей\",\n          \"guid\": \"a5dbe514-987f-11f0-a307-b42e99ccf83f\"\n        },\n        \"method_of_credit\": \"Manually\",\n        \"project\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"subdivision\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"calculation_method_feature\": \"\"\n      }\n    ],\n    \"options\": {\n      \"post_document\": false,\n      \"deleted\": false\n    },\n    \"Attached_Files\": [],\n    \"error\": \"\"\n  }\n]"
                }
              ]
            }
          ]
        },
        {
          "name": "Bank payments",
          "item": [
            {
              "name": "/v1/bank-payments-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/bank-payments-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "bank-payments-list"
                  ],
                  "query": [
                    {
                      "key": "org_guid",
                      "value": "",
                      "description": "guid Организации",
                      "disabled": true
                    },
                    {
                      "key": "curr_guid",
                      "value": "",
                      "description": "guid Валюты",
                      "disabled": true
                    },
                    {
                      "key": "curr_code",
                      "value": "",
                      "description": "guid Валюты",
                      "disabled": true
                    },
                    {
                      "key": "start_date",
                      "value": "28.04.2026 00:00:00",
                      "description": "Дата начала 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "end_date",
                      "value": "",
                      "description": "Дата окончания 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "item_guid",
                      "value": "",
                      "description": "guid СтатьиДДС",
                      "disabled": true
                    },
                    {
                      "key": "acc_guid",
                      "value": "",
                      "description": "guid банковский счет",
                      "disabled": true
                    },
                    {
                      "key": "guid",
                      "value": "",
                      "description": "guid Документы",
                      "disabled": true
                    },
                    {
                      "key": "counterparty_guid",
                      "value": "",
                      "description": "guid Контаргенты",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "1",
                      "description": "страница",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "2",
                      "description": "лимит",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список документов списания со счета"
              },
              "response": [
                {
                  "id": "34e8595f-abfa-4b86-8561-1cc5b3b783bc",
                  "name": "bank-payments-list (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/bank-payments-list",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "bank-payments-list"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"document\": \"Расход со счета 329 (вх. APITEST-2) от 31.07.2026 (удален) (не проведен)\",\n    \"guid\": \"9ee6a189-8ce5-11f1-8f7a-8c1759f41f4f\",\n    \"date\": \"31.07.2026 0:00:00\",\n    \"number\": \"НФНФ-000329\",\n    \"incoming_bank_number\": \"\",\n    \"incoming_document_number\": \"APITEST-2\",\n    \"incoming_document_number_alternative\": \"\",\n    \"date_bank\": \"31.07.2026 0:00:00\",\n    \"counterparty\": {\n      \"name\": \"Korzinka s.r.o.\",\n      \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"kod\": \"203\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_flow_item\": {\n      \"name\": \"Оплата от покупателей\",\n      \"guid\": \"a5dbe514-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"bank_account\": {\n      \"name\": \"CZK 6706551389/0800 Česká spořitelna\",\n      \"guid\": \"2e533a4e-a2c8-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_desk\": {\n      \"name\": \"Касса BAS Digital CZK\",\n      \"guid\": \"c5bb0ec3-a7db-44fe-9a44-23a5a69df5ca\"\n    },\n    \"project\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"base_doc\": {\n      \"doc_type\": \"other\",\n      \"document\": \"\",\n      \"guid\": \"\"\n    },\n    \"operation\": {\n      \"name\": \"Постачальнику\",\n      \"guid\": \"abd4c0ed-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"comment\": \"API TEST - autogenerated, safe to delete\",\n    \"amount\": 100,\n    \"payment_decryption\": [\n      {\n        \"contract\": {\n          \"name\": \"CZK\",\n          \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\"\n        },\n        \"advance\": true,\n        \"document\": true,\n        \"settlement_amount\": 100,\n        \"well\": 1,\n        \"multiplicity\": 1,\n        \"payment_amount\": 100,\n        \"VAT_rate\": 21,\n        \"Amount_VAT\": 0,\n        \"sales_order\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"сustomer_invoice\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"Planned_Cash_Receipt\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"type_amount\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"cash_flow_item\": {\n          \"name\": \"Оплата от покупателей\",\n          \"guid\": \"a5dbe514-987f-11f0-a307-b42e99ccf83f\"\n        },\n        \"method_of_credit\": \"Manually\",\n        \"project\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"subdivision\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"calculation_method_feature\": \"\"\n      }\n    ],\n    \"options\": {\n      \"post_document\": false,\n      \"deleted\": true\n    },\n    \"Attached_Files\": []\n  },\n  {\n    \"document\": \"Расход со счета 328 (вх. APITEST-2) от 31.07.2026 (удален) (не проведен)\",\n    \"guid\": \"9e63f3c2-8ce2-11f1-8f7a-8c1759f41f4f\",\n    \"date\": \"31.07.2026 0:00:00\",\n    \"number\": \"НФНФ-000328\",\n    \"incoming_bank_number\": \"\",\n    \"incoming_document_number\": \"APITEST-2\",\n    \"incoming_document_number_alternative\": \"\",\n    \"date_bank\": \"31.07.2026 0:00:00\",\n    \"counterparty\": {\n      \"name\": \"Korzinka s.r.o.\",\n      \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"kod\": \"203\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_flow_item\": {\n      \"name\": \"Оплата от покупателей\",\n      \"guid\": \"a5dbe514-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"bank_account\": {\n      \"name\": \"CZK 6706551389/0800 Česká spořitelna\",\n      \"guid\": \"2e533a4e-a2c8-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_desk\": {\n      \"name\": \"Касса BAS Digital CZK\",\n      \"guid\": \"c5bb0ec3-a7db-44fe-9a44-23a5a69df5ca\"\n    },\n    \"project\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"base_doc\": {\n      \"doc_type\": \"other\",\n      \"document\": \"\",\n      \"guid\": \"\"\n    },\n    \"operation\": {\n      \"name\": \"Постачальнику\",\n      \"guid\": \"abd4c0ed-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"comment\": \"API TEST - autogenerated, safe to delete\",\n    \"amount\": 100,\n    \"payment_decryption\": [\n      {\n        \"contract\": {\n          \"name\": \"CZK\",\n          \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\"\n        },\n        \"advance\": true,\n        \"document\": true,\n        \"settlement_amount\": 100,\n        \"well\": 1,\n        \"multiplicity\": 1,\n        \"payment_amount\": 100,\n        \"VAT_rate\": 21,\n        \"Amount_VAT\": 0,\n        \"sales_order\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"сustomer_invoice\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"Planned_Cash_Receipt\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"type_amount\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"cash_flow_item\": {\n          \"name\": \"Оплата от покупателей\",\n          \"guid\": \"a5dbe514-987f-11f0-a307-b42e99ccf83f\"\n        },\n        \"method_of_credit\": \"Manually\",\n        \"project\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"subdivision\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"calculation_method_feature\": \"\"\n      }\n    ],\n    \"options\": {\n      \"post_document\": false,\n      \"deleted\": true\n    },\n    \"Attached_Files\": []\n  }\n]"
                }
              ]
            },
            {
              "name": "/v1/bank-payments-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/bank-payments-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "bank-payments-create"
                  ]
                },
                "description": "Создать/изменить документ расход со счета",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"bank_account\": {\n    \"guid\": \"2e533a4e-a2c8-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"currency\": {\n    \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"organization\": {\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"date_bank\": \"31.07.2026 0:00:00\",\n  \"comment\": \"API TEST - autogenerated, safe to delete\",\n  \"contracts\": {\n    \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"counterparty\": {\n    \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"payment_decryption\": [\n    {\n      \"method_of_credit\": \"Manually\",\n      \"Amount_VAT\": 0,\n      \"contract\": {\n        \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\",\n        \"name\": \"\"\n      },\n      \"multiplicity\": 1,\n      \"advance\": false,\n      \"settlement_amount\": 100,\n      \"cash_flow_item\": {\n        \"guid\": \"a5dbe514-987f-11f0-a307-b42e99ccf83f\",\n        \"name\": \"\"\n      },\n      \"VAT_rate\": 21,\n      \"payment_amount\": 100,\n      \"well\": 1\n    }\n  ],\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"incoming_document_number\": \"APITEST-2\",\n  \"amount\": 100,\n  \"date\": \"31.07.2026 0:00:00\",\n  \"cash_flow_item\": {\n    \"guid\": \"a5dbe514-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "96ba6de6-8683-4106-bb2b-d4a191236736",
                  "name": "bank-payments-create (live)",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                      }
                    ],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/bank-payments-create",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "bank-payments-create"
                      ]
                    },
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"bank_account\": {\n    \"guid\": \"2e533a4e-a2c8-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"currency\": {\n    \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"organization\": {\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"date_bank\": \"31.07.2026 0:00:00\",\n  \"comment\": \"API TEST - autogenerated, safe to delete\",\n  \"contracts\": {\n    \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"counterparty\": {\n    \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"payment_decryption\": [\n    {\n      \"method_of_credit\": \"Manually\",\n      \"Amount_VAT\": 0,\n      \"contract\": {\n        \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\",\n        \"name\": \"\"\n      },\n      \"multiplicity\": 1,\n      \"advance\": false,\n      \"settlement_amount\": 100,\n      \"cash_flow_item\": {\n        \"guid\": \"a5dbe514-987f-11f0-a307-b42e99ccf83f\",\n        \"name\": \"\"\n      },\n      \"VAT_rate\": 21,\n      \"payment_amount\": 100,\n      \"well\": 1\n    }\n  ],\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"incoming_document_number\": \"APITEST-2\",\n  \"amount\": 100,\n  \"date\": \"31.07.2026 0:00:00\",\n  \"cash_flow_item\": {\n    \"guid\": \"a5dbe514-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  }\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"document\": \"Расход со счета 330 (вх. APITEST-2) от 31.07.2026 (не проведен)\",\n    \"guid\": \"f7224592-8ce6-11f1-8f7a-8c1759f41f4f\",\n    \"date\": \"31.07.2026 0:00:00\",\n    \"number\": \"НФНФ-000330\",\n    \"incoming_bank_number\": \"\",\n    \"incoming_document_number\": \"APITEST-2\",\n    \"incoming_document_number_alternative\": \"\",\n    \"date_bank\": \"31.07.2026 0:00:00\",\n    \"counterparty\": {\n      \"name\": \"Korzinka s.r.o.\",\n      \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"kod\": \"203\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_flow_item\": {\n      \"name\": \"Оплата от покупателей\",\n      \"guid\": \"a5dbe514-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"bank_account\": {\n      \"name\": \"CZK 6706551389/0800 Česká spořitelna\",\n      \"guid\": \"2e533a4e-a2c8-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_desk\": {\n      \"name\": \"Касса BAS Digital CZK\",\n      \"guid\": \"c5bb0ec3-a7db-44fe-9a44-23a5a69df5ca\"\n    },\n    \"project\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"base_doc\": {\n      \"doc_type\": \"other\",\n      \"document\": \"\",\n      \"guid\": \"\"\n    },\n    \"operation\": {\n      \"name\": \"Постачальнику\",\n      \"guid\": \"abd4c0ed-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"comment\": \"API TEST - autogenerated, safe to delete\",\n    \"amount\": 100,\n    \"payment_decryption\": [\n      {\n        \"contract\": {\n          \"name\": \"CZK\",\n          \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\"\n        },\n        \"advance\": true,\n        \"document\": true,\n        \"settlement_amount\": 100,\n        \"well\": 1,\n        \"multiplicity\": 1,\n        \"payment_amount\": 100,\n        \"VAT_rate\": 21,\n        \"Amount_VAT\": 0,\n        \"sales_order\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"сustomer_invoice\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"Planned_Cash_Receipt\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"type_amount\": {\n          \"name\": \"\",\n          \"guid\": \"\",\n          \"doc_type\": \"\"\n        },\n        \"cash_flow_item\": {\n          \"name\": \"Оплата от покупателей\",\n          \"guid\": \"a5dbe514-987f-11f0-a307-b42e99ccf83f\"\n        },\n        \"method_of_credit\": \"Manually\",\n        \"project\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"subdivision\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"calculation_method_feature\": \"\"\n      }\n    ],\n    \"options\": {\n      \"post_document\": false,\n      \"deleted\": false\n    },\n    \"Attached_Files\": [],\n    \"error\": \"\"\n  }\n]"
                }
              ]
            }
          ]
        },
        {
          "name": "Customer orders",
          "item": [
            {
              "name": "/v1/customer-order-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/customer-order-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "customer-order-list"
                  ],
                  "query": [
                    {
                      "key": "org_guid",
                      "value": "",
                      "description": "guid Организации",
                      "disabled": true
                    },
                    {
                      "key": "curr_guid",
                      "value": "",
                      "description": "guid Валюты",
                      "disabled": true
                    },
                    {
                      "key": "curr_code",
                      "value": "",
                      "description": "guid Валюты",
                      "disabled": true
                    },
                    {
                      "key": "start_date",
                      "value": "28.04.2026 00:00:00",
                      "description": "Дата начала 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "end_date",
                      "value": "",
                      "description": "Дата окончания 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "guid",
                      "value": "",
                      "description": "guid Документы",
                      "disabled": true
                    },
                    {
                      "key": "counterparty_guid",
                      "value": "",
                      "description": "guid Контаргенты",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "1",
                      "description": "страница",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "2",
                      "description": "лимит",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список документов"
              },
              "response": [
                {
                  "id": "bb2ee1e0-b9fd-453b-8a31-0c8289b31c14",
                  "name": "customer-order-list (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/customer-order-list",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "customer-order-list"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"document\": \"Заказ покупателя 7 от 31.07.2026 (не проведен)\",\n    \"guid\": \"9ee6a18a-8ce5-11f1-8f7a-8c1759f41f4f\",\n    \"date\": \"31.07.2026 0:00:00\",\n    \"number\": \"НФНФ-000007\",\n    \"author\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5c-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"bank_account\": {\n      \"name\": \"CZK 6706551389/0800 Česká spořitelna\",\n      \"guid\": \"2e533a4e-a2c8-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_desk\": {\n      \"name\": \"Касса BAS Digital CZK\",\n      \"guid\": \"c5bb0ec3-a7db-44fe-9a44-23a5a69df5ca\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n      \"code\": \"203\"\n    },\n    \"Price_type\": {\n      \"name\": \"Цена продажи CZK\",\n      \"guid\": \"99c7e102-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"counterparty\": {\n      \"name\": \"Korzinka s.r.o.\",\n      \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"contracts\": {\n      \"name\": \"CZK\",\n      \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\"\n    },\n    \"Operation_Type\": \"Sales_Order\",\n    \"Multiplicity\": 1,\n    \"Exchange_rates\": 1,\n    \"VAT_Taxation\": \"Subject_to_VAT\",\n    \"The_amount_includes_VAT\": false,\n    \"responsible\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5e-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"Document_Prefix\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"Payment_Due_By\": \"01.08.2026 0:00:00\",\n    \"DUZP\": \"\",\n    \"VariabilnySymbol\": \"000007\",\n    \"subdivision\": {\n      \"name\": \"Основний склад\",\n      \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"project\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"Product\": [\n      {\n        \"Product\": {\n          \"name\": \"Basic Technical Support\",\n          \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n        },\n        \"Characteristic\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"Unit\": {\n          \"name\": \"mth\",\n          \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n          \"type\": \"Unit_of_Measurement_Classifier\",\n          \"coefficient\": 1\n        },\n        \"Quantity\": 1,\n        \"Price\": 100,\n        \"Discount\": 0,\n        \"Amount_Discounts\": 0,\n        \"Amount\": 100,\n        \"VAT_rate\": 21,\n        \"VAT_Amount\": 21,\n        \"Total\": 121\n      }\n    ],\n    \"Document_Amount\": 121,\n    \"options\": {\n      \"post_document\": false,\n      \"deleted\": false\n    },\n    \"Attached_Files\": []\n  },\n  {\n    \"document\": \"Заказ покупателя 6 от 31.07.2026 (не проведен)\",\n    \"guid\": \"9e63f3c3-8ce2-11f1-8f7a-8c1759f41f4f\",\n    \"date\": \"31.07.2026 0:00:00\",\n    \"number\": \"НФНФ-000006\",\n    \"author\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5c-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"bank_account\": {\n      \"name\": \"CZK 6706551389/0800 Česká spořitelna\",\n      \"guid\": \"2e533a4e-a2c8-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_desk\": {\n      \"name\": \"Касса BAS Digital CZK\",\n      \"guid\": \"c5bb0ec3-a7db-44fe-9a44-23a5a69df5ca\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n      \"code\": \"203\"\n    },\n    \"Price_type\": {\n      \"name\": \"Цена продажи CZK\",\n      \"guid\": \"99c7e102-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"counterparty\": {\n      \"name\": \"Korzinka s.r.o.\",\n      \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"contracts\": {\n      \"name\": \"CZK\",\n      \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\"\n    },\n    \"Operation_Type\": \"Sales_Order\",\n    \"Multiplicity\": 1,\n    \"Exchange_rates\": 1,\n    \"VAT_Taxation\": \"Subject_to_VAT\",\n    \"The_amount_includes_VAT\": false,\n    \"responsible\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5e-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"Document_Prefix\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"Payment_Due_By\": \"01.08.2026 0:00:00\",\n    \"DUZP\": \"\",\n    \"VariabilnySymbol\": \"000006\",\n    \"subdivision\": {\n      \"name\": \"Основний склад\",\n      \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"project\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"Product\": [\n      {\n        \"Product\": {\n          \"name\": \"Basic Technical Support\",\n          \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n        },\n        \"Characteristic\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"Unit\": {\n          \"name\": \"mth\",\n          \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n          \"type\": \"Unit_of_Measurement_Classifier\",\n          \"coefficient\": 1\n        },\n        \"Quantity\": 1,\n        \"Price\": 100,\n        \"Discount\": 0,\n        \"Amount_Discounts\": 0,\n        \"Amount\": 100,\n        \"VAT_rate\": 21,\n        \"VAT_Amount\": 21,\n        \"Total\": 121\n      }\n    ],\n    \"Document_Amount\": 121,\n    \"options\": {\n      \"post_document\": false,\n      \"deleted\": false\n    },\n    \"Attached_Files\": []\n  }\n]"
                }
              ]
            },
            {
              "name": "/v1/customer-order-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/customer-order-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "customer-order-create"
                  ]
                },
                "description": "Создать/изменить документ заказ покупателя\n\nОпционально: payment_method { \"name\", \"guid\" } (справочник МетодОплаты; реквизит methodOfPayment / МетодОплаты).",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"currency\": {\n    \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"organization\": {\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"VAT_Taxation\": \"Subject_to_VAT\",\n  \"subdivision\": {\n    \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"Multiplicity\": 1,\n  \"Document_Amount\": 121,\n  \"Price_type\": {\n    \"guid\": \"99c7e102-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"comment\": \"API TEST - autogenerated, safe to delete\",\n  \"contracts\": {\n    \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"counterparty\": {\n    \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"Product\": [\n    {\n      \"Total\": 121,\n      \"Price\": 100,\n      \"VAT_Amount\": 21,\n      \"VAT_rate\": 21,\n      \"Discount\": 0,\n      \"Amount\": 100,\n      \"Quantity\": 1,\n      \"Amount_Discounts\": 0,\n      \"Product\": {\n        \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\",\n        \"name\": \"\"\n      },\n      \"Unit\": {\n        \"coefficient\": 1,\n        \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n        \"name\": \"\",\n        \"type\": \"Unit_of_Measurement_Classifier\"\n      }\n    }\n  ],\n  \"date\": \"31.07.2026 0:00:00\",\n  \"responsible\": {\n    \"guid\": \"abd59e5e-9881-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"Exchange_rates\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "45919e6e-a5db-4d92-92dc-5b04714390e0",
                  "name": "customer-order-create (live)",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                      }
                    ],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/customer-order-create",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "customer-order-create"
                      ]
                    },
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"currency\": {\n    \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"organization\": {\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"VAT_Taxation\": \"Subject_to_VAT\",\n  \"subdivision\": {\n    \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"Multiplicity\": 1,\n  \"Document_Amount\": 121,\n  \"Price_type\": {\n    \"guid\": \"99c7e102-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"comment\": \"API TEST - autogenerated, safe to delete\",\n  \"contracts\": {\n    \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"counterparty\": {\n    \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"Product\": [\n    {\n      \"Total\": 121,\n      \"Price\": 100,\n      \"VAT_Amount\": 21,\n      \"VAT_rate\": 21,\n      \"Discount\": 0,\n      \"Amount\": 100,\n      \"Quantity\": 1,\n      \"Amount_Discounts\": 0,\n      \"Product\": {\n        \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\",\n        \"name\": \"\"\n      },\n      \"Unit\": {\n        \"coefficient\": 1,\n        \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n        \"name\": \"\",\n        \"type\": \"Unit_of_Measurement_Classifier\"\n      }\n    }\n  ],\n  \"date\": \"31.07.2026 0:00:00\",\n  \"responsible\": {\n    \"guid\": \"abd59e5e-9881-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"Exchange_rates\": 1\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"document\": \"Заказ покупателя 8 от 31.07.2026 (не проведен)\",\n    \"guid\": \"f7224593-8ce6-11f1-8f7a-8c1759f41f4f\",\n    \"date\": \"31.07.2026 0:00:00\",\n    \"number\": \"НФНФ-000008\",\n    \"author\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5c-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"bank_account\": {\n      \"name\": \"CZK 6706551389/0800 Česká spořitelna\",\n      \"guid\": \"2e533a4e-a2c8-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_desk\": {\n      \"name\": \"Касса BAS Digital CZK\",\n      \"guid\": \"c5bb0ec3-a7db-44fe-9a44-23a5a69df5ca\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n      \"code\": \"203\"\n    },\n    \"Price_type\": {\n      \"name\": \"Цена продажи CZK\",\n      \"guid\": \"99c7e102-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"counterparty\": {\n      \"name\": \"Korzinka s.r.o.\",\n      \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"contracts\": {\n      \"name\": \"CZK\",\n      \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\"\n    },\n    \"Operation_Type\": \"Sales_Order\",\n    \"Multiplicity\": 1,\n    \"Exchange_rates\": 1,\n    \"VAT_Taxation\": \"Subject_to_VAT\",\n    \"The_amount_includes_VAT\": false,\n    \"responsible\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5e-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"Document_Prefix\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"Payment_Due_By\": \"01.08.2026 0:00:00\",\n    \"DUZP\": \"\",\n    \"VariabilnySymbol\": \"000008\",\n    \"subdivision\": {\n      \"name\": \"Основний склад\",\n      \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"project\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"Product\": [\n      {\n        \"Product\": {\n          \"name\": \"Basic Technical Support\",\n          \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n        },\n        \"Characteristic\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"Unit\": {\n          \"name\": \"mth\",\n          \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n          \"type\": \"Unit_of_Measurement_Classifier\",\n          \"coefficient\": 1\n        },\n        \"Quantity\": 1,\n        \"Price\": 100,\n        \"Discount\": 0,\n        \"Amount_Discounts\": 0,\n        \"Amount\": 100,\n        \"VAT_rate\": 21,\n        \"VAT_Amount\": 21,\n        \"Total\": 121\n      }\n    ],\n    \"Document_Amount\": 121,\n    \"options\": {\n      \"post_document\": false,\n      \"deleted\": false\n    },\n    \"Attached_Files\": [],\n    \"error\": \"\"\n  }\n]"
                }
              ]
            }
          ]
        },
        {
          "name": "Vendor orders",
          "item": [
            {
              "name": "/v1/vendor-order-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/vendor-order-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "vendor-order-list"
                  ],
                  "query": [
                    {
                      "key": "org_guid",
                      "value": "",
                      "description": "guid Организации",
                      "disabled": true
                    },
                    {
                      "key": "curr_guid",
                      "value": "",
                      "description": "guid Валюты",
                      "disabled": true
                    },
                    {
                      "key": "curr_code",
                      "value": "",
                      "description": "guid Валюты",
                      "disabled": true
                    },
                    {
                      "key": "start_date",
                      "value": "28.04.2026 00:00:00",
                      "description": "Дата начала 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "end_date",
                      "value": "",
                      "description": "Дата окончания 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "guid",
                      "value": "",
                      "description": "guid Документы",
                      "disabled": true
                    },
                    {
                      "key": "counterparty_guid",
                      "value": "",
                      "description": "guid Контаргенты",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "1",
                      "description": "страница",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "2",
                      "description": "лимит",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список документов"
              },
              "response": [
                {
                  "id": "afab69c5-d114-492f-bf66-e5c335764884",
                  "name": "vendor-order-list (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/vendor-order-list",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "vendor-order-list"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"document\": \"Заказ поставщику 2 от 31.07.2026 (не проведен)\",\n    \"guid\": \"9ee6a18b-8ce5-11f1-8f7a-8c1759f41f4f\",\n    \"date\": \"31.07.2026 0:00:00\",\n    \"number\": \"НФНФ-000002\",\n    \"author\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5c-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"bank_account\": {\n      \"name\": \"CZK 6706551389/0800 Česká spořitelna\",\n      \"guid\": \"2e533a4e-a2c8-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_desk\": {\n      \"name\": \"Касса BAS Digital CZK\",\n      \"guid\": \"c5bb0ec3-a7db-44fe-9a44-23a5a69df5ca\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n      \"code\": \"203\"\n    },\n    \"Price_type\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"counterparty\": {\n      \"name\": \"Korzinka s.r.o.\",\n      \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"contracts\": {\n      \"name\": \"CZK\",\n      \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\"\n    },\n    \"Operation_Type\": \"Purchase_Order\",\n    \"Multiplicity\": 1,\n    \"Exchange_rates\": 1,\n    \"VAT_Taxation\": \"Subject_to_VAT\",\n    \"The_amount_includes_VAT\": true,\n    \"responsible\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5e-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"Payment_Due_By\": \"\",\n    \"VariabilnySymbol\": \"\",\n    \"subdivision\": {\n      \"name\": \"Основний склад\",\n      \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"project\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"Product\": [\n      {\n        \"Product\": {\n          \"name\": \"Basic Technical Support\",\n          \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n        },\n        \"Characteristic\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"Unit\": {\n          \"name\": \"mth\",\n          \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n          \"type\": \"Unit_of_Measurement_Classifier\",\n          \"coefficient\": 1\n        },\n        \"Quantity\": 1,\n        \"Price\": 100,\n        \"Discount\": 0,\n        \"Amount_Discounts\": 0,\n        \"Amount\": 100,\n        \"VAT_rate\": 21,\n        \"VAT_Amount\": 21,\n        \"Total\": 121\n      }\n    ],\n    \"Document_Amount\": 121,\n    \"options\": {\n      \"post_document\": false,\n      \"deleted\": false\n    },\n    \"Attached_Files\": []\n  },\n  {\n    \"document\": \"Заказ поставщику 1 от 31.07.2026 (не проведен)\",\n    \"guid\": \"9e63f3c4-8ce2-11f1-8f7a-8c1759f41f4f\",\n    \"date\": \"31.07.2026 0:00:00\",\n    \"number\": \"НФНФ-000001\",\n    \"author\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5c-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"bank_account\": {\n      \"name\": \"CZK 6706551389/0800 Česká spořitelna\",\n      \"guid\": \"2e533a4e-a2c8-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_desk\": {\n      \"name\": \"Касса BAS Digital CZK\",\n      \"guid\": \"c5bb0ec3-a7db-44fe-9a44-23a5a69df5ca\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n      \"code\": \"203\"\n    },\n    \"Price_type\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"counterparty\": {\n      \"name\": \"Korzinka s.r.o.\",\n      \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"contracts\": {\n      \"name\": \"CZK\",\n      \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\"\n    },\n    \"Operation_Type\": \"Purchase_Order\",\n    \"Multiplicity\": 1,\n    \"Exchange_rates\": 1,\n    \"VAT_Taxation\": \"Subject_to_VAT\",\n    \"The_amount_includes_VAT\": true,\n    \"responsible\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5e-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"Payment_Due_By\": \"\",\n    \"VariabilnySymbol\": \"\",\n    \"subdivision\": {\n      \"name\": \"Основний склад\",\n      \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"project\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"Product\": [\n      {\n        \"Product\": {\n          \"name\": \"Basic Technical Support\",\n          \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n        },\n        \"Characteristic\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"Unit\": {\n          \"name\": \"mth\",\n          \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n          \"type\": \"Unit_of_Measurement_Classifier\",\n          \"coefficient\": 1\n        },\n        \"Quantity\": 1,\n        \"Price\": 100,\n        \"Discount\": 0,\n        \"Amount_Discounts\": 0,\n        \"Amount\": 100,\n        \"VAT_rate\": 21,\n        \"VAT_Amount\": 21,\n        \"Total\": 121\n      }\n    ],\n    \"Document_Amount\": 121,\n    \"options\": {\n      \"post_document\": false,\n      \"deleted\": false\n    },\n    \"Attached_Files\": []\n  }\n]"
                }
              ]
            },
            {
              "name": "/v1/vendor-order-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/vendor-order-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "vendor-order-create"
                  ]
                },
                "description": "Создать/изменить документ заказ поставщику",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"currency\": {\n    \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"organization\": {\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"VAT_Taxation\": \"Subject_to_VAT\",\n  \"Multiplicity\": 1,\n  \"subdivision\": {\n    \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"comment\": \"API TEST - autogenerated, safe to delete\",\n  \"contracts\": {\n    \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"responsible\": {\n    \"guid\": \"abd59e5e-9881-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"counterparty\": {\n    \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"Product\": [\n    {\n      \"Total\": 121,\n      \"Price\": 100,\n      \"VAT_Amount\": 21,\n      \"VAT_rate\": 21,\n      \"Discount\": 0,\n      \"Amount\": 100,\n      \"Quantity\": 1,\n      \"Amount_Discounts\": 0,\n      \"Product\": {\n        \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\",\n        \"name\": \"\"\n      },\n      \"Unit\": {\n        \"coefficient\": 1,\n        \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n        \"name\": \"\",\n        \"type\": \"Unit_of_Measurement_Classifier\"\n      }\n    }\n  ],\n  \"date\": \"31.07.2026 0:00:00\",\n  \"Document_Amount\": 121,\n  \"Exchange_rates\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "08666900-7dea-4e6e-95db-b9568527ab16",
                  "name": "vendor-order-create (live)",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                      }
                    ],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/vendor-order-create",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "vendor-order-create"
                      ]
                    },
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"currency\": {\n    \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"organization\": {\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"VAT_Taxation\": \"Subject_to_VAT\",\n  \"Multiplicity\": 1,\n  \"subdivision\": {\n    \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"comment\": \"API TEST - autogenerated, safe to delete\",\n  \"contracts\": {\n    \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"responsible\": {\n    \"guid\": \"abd59e5e-9881-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"counterparty\": {\n    \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"Product\": [\n    {\n      \"Total\": 121,\n      \"Price\": 100,\n      \"VAT_Amount\": 21,\n      \"VAT_rate\": 21,\n      \"Discount\": 0,\n      \"Amount\": 100,\n      \"Quantity\": 1,\n      \"Amount_Discounts\": 0,\n      \"Product\": {\n        \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\",\n        \"name\": \"\"\n      },\n      \"Unit\": {\n        \"coefficient\": 1,\n        \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n        \"name\": \"\",\n        \"type\": \"Unit_of_Measurement_Classifier\"\n      }\n    }\n  ],\n  \"date\": \"31.07.2026 0:00:00\",\n  \"Document_Amount\": 121,\n  \"Exchange_rates\": 1\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"document\": \"Заказ поставщику 3 от 31.07.2026 (не проведен)\",\n    \"guid\": \"f7224594-8ce6-11f1-8f7a-8c1759f41f4f\",\n    \"date\": \"31.07.2026 0:00:00\",\n    \"number\": \"НФНФ-000003\",\n    \"author\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5c-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"bank_account\": {\n      \"name\": \"CZK 6706551389/0800 Česká spořitelna\",\n      \"guid\": \"2e533a4e-a2c8-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_desk\": {\n      \"name\": \"Касса BAS Digital CZK\",\n      \"guid\": \"c5bb0ec3-a7db-44fe-9a44-23a5a69df5ca\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n      \"code\": \"203\"\n    },\n    \"Price_type\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"counterparty\": {\n      \"name\": \"Korzinka s.r.o.\",\n      \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"contracts\": {\n      \"name\": \"CZK\",\n      \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\"\n    },\n    \"Operation_Type\": \"Purchase_Order\",\n    \"Multiplicity\": 1,\n    \"Exchange_rates\": 1,\n    \"VAT_Taxation\": \"Subject_to_VAT\",\n    \"The_amount_includes_VAT\": true,\n    \"responsible\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5e-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"Payment_Due_By\": \"\",\n    \"VariabilnySymbol\": \"\",\n    \"subdivision\": {\n      \"name\": \"Основний склад\",\n      \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"project\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"Product\": [\n      {\n        \"Product\": {\n          \"name\": \"Basic Technical Support\",\n          \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n        },\n        \"Characteristic\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"Unit\": {\n          \"name\": \"mth\",\n          \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n          \"type\": \"Unit_of_Measurement_Classifier\",\n          \"coefficient\": 1\n        },\n        \"Quantity\": 1,\n        \"Price\": 100,\n        \"Discount\": 0,\n        \"Amount_Discounts\": 0,\n        \"Amount\": 100,\n        \"VAT_rate\": 21,\n        \"VAT_Amount\": 21,\n        \"Total\": 121\n      }\n    ],\n    \"Document_Amount\": 121,\n    \"options\": {\n      \"post_document\": false,\n      \"deleted\": false\n    },\n    \"Attached_Files\": [],\n    \"error\": \"\"\n  }\n]"
                }
              ]
            }
          ]
        },
        {
          "name": "Services Acts",
          "item": [
            {
              "name": "/v1/services-act-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/services-act-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "services-act-list"
                  ],
                  "query": [
                    {
                      "key": "org_guid",
                      "value": "",
                      "description": "guid Организации",
                      "disabled": true
                    },
                    {
                      "key": "curr_guid",
                      "value": "",
                      "description": "guid Валюты",
                      "disabled": true
                    },
                    {
                      "key": "curr_code",
                      "value": "",
                      "description": "guid Валюты",
                      "disabled": true
                    },
                    {
                      "key": "start_date",
                      "value": "28.04.2026 00:00:00",
                      "description": "Дата начала 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "end_date",
                      "value": "",
                      "description": "Дата окончания 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "guid",
                      "value": "",
                      "description": "guid Документы",
                      "disabled": true
                    },
                    {
                      "key": "counterparty_guid",
                      "value": "",
                      "description": "guid Контаргенты",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "1",
                      "description": "страница",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "2",
                      "description": "лимит",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список документов"
              },
              "response": [
                {
                  "id": "63ff3752-3621-4cdc-a8da-7400e09ca9c0",
                  "name": "services-act-list (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/services-act-list",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "services-act-list"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"document\": \"Акт выполненных работ 92 от 01.08.2026\",\n    \"guid\": \"fe1ae7c2-89ba-11f1-a70a-d52f6db79f8f\",\n    \"date\": \"01.08.2026 12:00:00\",\n    \"number\": \"НФНФ-000092\",\n    \"author\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5c-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n      \"code\": \"203\"\n    },\n    \"Price_type\": {\n      \"name\": \"Цена продажи CZK\",\n      \"guid\": \"99c7e102-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"counterparty\": {\n      \"name\": \"Codiny s.r.o.\",\n      \"guid\": \"3e75cb72-eca6-11f0-a308-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"contracts\": {\n      \"name\": \"Основной договор\",\n      \"guid\": \"dadced3e-4eeb-11f1-a30b-b42e99ccf83f\"\n    },\n    \"Multiplicity\": 1,\n    \"Exchange_rates\": 1,\n    \"VAT_Taxation\": \"Not_subject_to_VAT\",\n    \"The_amount_includes_VAT\": false,\n    \"responsible\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5e-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"Document_Prefix\": {\n      \"name\": \"0\",\n      \"guid\": \"b50c7996-a2c7-11f0-a307-b42e99ccf83f\"\n    },\n    \"DUZP\": \"01.08.2026 0:00:00\",\n    \"VariabilnySymbol\": \"\",\n    \"Document_Number\": \"\",\n    \"Payment_Due_By\": \"08.07.2026 0:00:00\",\n    \"project\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"Product\": [\n      {\n        \"Product\": {\n          \"name\": \"SLUŽBA „FINANČNÍ MANAGEMENT (OUTSOURCING)“\",\n          \"guid\": \"708e3804-23be-11f1-a309-b42e99ccf83f\"\n        },\n        \"Characteristic\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"Unit\": {\n          \"name\": \"ks\",\n          \"guid\": \"a5dbe451-987f-11f0-a307-b42e99ccf83f\",\n          \"type\": \"Unit_of_Measurement_Classifier\",\n          \"coefficient\": 1\n        },\n        \"Quantity\": 1,\n        \"Price\": 25000,\n        \"Discount\": 0,\n        \"Amount_Discounts\": 0,\n        \"Amount\": 25000,\n        \"VAT_rate\": 0,\n        \"VAT_Amount\": 0,\n        \"Total\": 25000\n      },\n      {\n        \"Product\": {\n          \"name\": \"SLUŽBA „ZPRACOVATEL DAT (OUTSOURCING)\",\n          \"guid\": \"5f41eb1c-23be-11f1-a309-b42e99ccf83f\"\n        },\n        \"Characteristic\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"Unit\": {\n          \"name\": \"ks\",\n          \"guid\": \"a5dbe451-987f-11f0-a307-b42e99ccf83f\",\n          \"type\": \"Unit_of_Measurement_Classifier\",\n          \"coefficient\": 1\n        },\n        \"Quantity\": 1,\n        \"Price\": 25000,\n        \"Discount\": 0,\n        \"Amount_Discounts\": 0,\n        \"Amount\": 25000,\n        \"VAT_rate\": 0,\n        \"VAT_Amount\": 0,\n        \"Total\": 25000\n      },\n      {\n        \"Product\": {\n          \"name\": \"SLA A SLUŽBY NAD RÁMEC (OUT OF SCOPE)\",\n          \"guid\": \"8549eb5f-23be-11f1-a309-b42e99ccf83f\"\n        },\n        \"Characteristic\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"Unit\": {\n          \"name\": \"hod\",\n          \"guid\": \"a5dbe450-987f-11f0-a307-b42e99ccf83f\",\n          \"type\": \"Unit_of_Measurement_Classifier\",\n          \"coefficient\": 1\n        },\n        \"Quantity\": 8,\n        \"Price\": 1250,\n        \"Discount\": 0,\n        \"Amount_Discounts\": 0,\n        \"Amount\": 10000,\n        \"VAT_rate\": 0,\n        \"VAT_Amount\": 0,\n        \"Total\": 10000\n      }\n    ],\n    \"Document_Amount\": 60000,\n    \"options\": {\n      \"post_document\": true,\n      \"deleted\": false\n    },\n    \"Attached_Files\": []\n  },\n  {\n    \"document\": \"Акт выполненных работ 94 от 31.07.2026 (не проведен)\",\n    \"guid\": \"9ee6a18e-8ce5-11f1-8f7a-8c1759f41f4f\",\n    \"date\": \"31.07.2026 0:00:00\",\n    \"number\": \"НФНФ-000094\",\n    \"author\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5c-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n      \"code\": \"203\"\n    },\n    \"Price_type\": {\n      \"name\": \"Цена продажи CZK\",\n      \"guid\": \"99c7e102-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"counterparty\": {\n      \"name\": \"Korzinka s.r.o.\",\n      \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"contracts\": {\n      \"name\": \"CZK\",\n      \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\"\n    },\n    \"Multiplicity\": 1,\n    \"Exchange_rates\": 1,\n    \"VAT_Taxation\": \"Subject_to_VAT\",\n    \"The_amount_includes_VAT\": false,\n    \"responsible\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5e-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"Document_Prefix\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"DUZP\": \"\",\n    \"VariabilnySymbol\": \"\",\n    \"Document_Number\": \"\",\n    \"Payment_Due_By\": \"\",\n    \"project\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"Product\": [\n      {\n        \"Product\": {\n          \"name\": \"Basic Technical Support\",\n          \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n        },\n        \"Characteristic\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"Unit\": {\n          \"name\": \"mth\",\n          \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n          \"type\": \"Unit_of_Measurement_Classifier\",\n          \"coefficient\": 1\n        },\n        \"Quantity\": 1,\n        \"Price\": 100,\n        \"Discount\": 0,\n        \"Amount_Discounts\": 0,\n        \"Amount\": 100,\n        \"VAT_rate\": 21,\n        \"VAT_Amount\": 21,\n        \"Total\": 121\n      }\n    ],\n    \"Document_Amount\": 121,\n    \"options\": {\n      \"post_document\": false,\n      \"deleted\": false\n    },\n    \"Attached_Files\": []\n  }\n]"
                }
              ]
            },
            {
              "name": "/v1/services-act-list-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/services-act-list-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "services-act-list-create"
                  ]
                },
                "description": "Создать/изменить документ\n\nОпционально: payment_method { \"name\", \"guid\" } (справочник МетодОплаты; реквизит methodOfPayment / МетодОплаты).",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"currency\": {\n    \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"organization\": {\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"VAT_Taxation\": \"Subject_to_VAT\",\n  \"Multiplicity\": 1,\n  \"subdivision\": {\n    \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"comment\": \"API TEST - autogenerated, safe to delete\",\n  \"contracts\": {\n    \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"responsible\": {\n    \"guid\": \"abd59e5e-9881-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"counterparty\": {\n    \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"Product\": [\n    {\n      \"Total\": 121,\n      \"Price\": 100,\n      \"VAT_Amount\": 21,\n      \"VAT_rate\": 21,\n      \"Discount\": 0,\n      \"Amount\": 100,\n      \"Quantity\": 1,\n      \"Amount_Discounts\": 0,\n      \"Product\": {\n        \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\",\n        \"name\": \"\"\n      },\n      \"Unit\": {\n        \"coefficient\": 1,\n        \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n        \"name\": \"\",\n        \"type\": \"Unit_of_Measurement_Classifier\"\n      }\n    }\n  ],\n  \"date\": \"31.07.2026 0:00:00\",\n  \"Document_Amount\": 121,\n  \"Exchange_rates\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "ca9ade2f-da5d-4c2a-b577-bffe79d5ac08",
                  "name": "services-act-list-create (live)",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                      }
                    ],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/services-act-list-create",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "services-act-list-create"
                      ]
                    },
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"currency\": {\n    \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"organization\": {\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"VAT_Taxation\": \"Subject_to_VAT\",\n  \"Multiplicity\": 1,\n  \"subdivision\": {\n    \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"comment\": \"API TEST - autogenerated, safe to delete\",\n  \"contracts\": {\n    \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"responsible\": {\n    \"guid\": \"abd59e5e-9881-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"counterparty\": {\n    \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"Product\": [\n    {\n      \"Total\": 121,\n      \"Price\": 100,\n      \"VAT_Amount\": 21,\n      \"VAT_rate\": 21,\n      \"Discount\": 0,\n      \"Amount\": 100,\n      \"Quantity\": 1,\n      \"Amount_Discounts\": 0,\n      \"Product\": {\n        \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\",\n        \"name\": \"\"\n      },\n      \"Unit\": {\n        \"coefficient\": 1,\n        \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n        \"name\": \"\",\n        \"type\": \"Unit_of_Measurement_Classifier\"\n      }\n    }\n  ],\n  \"date\": \"31.07.2026 0:00:00\",\n  \"Document_Amount\": 121,\n  \"Exchange_rates\": 1\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"document\": \"Акт выполненных работ 95 от 31.07.2026 (не проведен)\",\n    \"guid\": \"f7224597-8ce6-11f1-8f7a-8c1759f41f4f\",\n    \"date\": \"31.07.2026 0:00:00\",\n    \"number\": \"НФНФ-000095\",\n    \"author\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5c-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n      \"code\": \"203\"\n    },\n    \"Price_type\": {\n      \"name\": \"Цена продажи CZK\",\n      \"guid\": \"99c7e102-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"counterparty\": {\n      \"name\": \"Korzinka s.r.o.\",\n      \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"contracts\": {\n      \"name\": \"CZK\",\n      \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\"\n    },\n    \"Multiplicity\": 1,\n    \"Exchange_rates\": 1,\n    \"VAT_Taxation\": \"Subject_to_VAT\",\n    \"The_amount_includes_VAT\": false,\n    \"responsible\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5e-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"Document_Prefix\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"DUZP\": \"\",\n    \"VariabilnySymbol\": \"\",\n    \"Document_Number\": \"\",\n    \"Payment_Due_By\": \"\",\n    \"project\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"Product\": [\n      {\n        \"Product\": {\n          \"name\": \"Basic Technical Support\",\n          \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n        },\n        \"Characteristic\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"Unit\": {\n          \"name\": \"mth\",\n          \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n          \"type\": \"Unit_of_Measurement_Classifier\",\n          \"coefficient\": 1\n        },\n        \"Quantity\": 1,\n        \"Price\": 100,\n        \"Discount\": 0,\n        \"Amount_Discounts\": 0,\n        \"Amount\": 100,\n        \"VAT_rate\": 21,\n        \"VAT_Amount\": 21,\n        \"Total\": 121\n      }\n    ],\n    \"Document_Amount\": 121,\n    \"options\": {\n      \"post_document\": false,\n      \"deleted\": false\n    },\n    \"Attached_Files\": [],\n    \"error\": \"\"\n  }\n]"
                }
              ]
            }
          ]
        },
        {
          "name": "Purchase-Invoices",
          "item": [
            {
              "name": "/v1/purchase-invoice-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/purchase-invoice-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "purchase-invoice-list"
                  ],
                  "query": [
                    {
                      "key": "org_guid",
                      "value": "",
                      "description": "guid Организации",
                      "disabled": true
                    },
                    {
                      "key": "curr_guid",
                      "value": "",
                      "description": "guid Валюты",
                      "disabled": true
                    },
                    {
                      "key": "curr_code",
                      "value": "",
                      "description": "guid Валюты",
                      "disabled": true
                    },
                    {
                      "key": "start_date",
                      "value": "28.04.2026 00:00:00",
                      "description": "Дата начала 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "end_date",
                      "value": "",
                      "description": "Дата окончания 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "guid",
                      "value": "",
                      "description": "guid Документы",
                      "disabled": true
                    },
                    {
                      "key": "counterparty_guid",
                      "value": "",
                      "description": "guid Контаргенты",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "1",
                      "description": "страница",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "2",
                      "description": "лимит",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список документов"
              },
              "response": [
                {
                  "id": "ae0410cd-66ea-4ca3-8ba6-8872a3c663b4",
                  "name": "purchase-invoice-list (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/purchase-invoice-list",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "purchase-invoice-list"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"document\": \"Приходная накладная 34 от 31.07.2026 (не проведен)\",\n    \"guid\": \"9ee6a18d-8ce5-11f1-8f7a-8c1759f41f4f\",\n    \"date\": \"31.07.2026 0:00:00\",\n    \"number\": \"НФНФ-000034\",\n    \"author\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5c-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n      \"code\": \"203\"\n    },\n    \"Price_type\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"counterparty\": {\n      \"name\": \"Korzinka s.r.o.\",\n      \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"contracts\": {\n      \"name\": \"CZK\",\n      \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\"\n    },\n    \"Operation_Type\": \"Receipt_from_Supplier\",\n    \"Multiplicity\": 1,\n    \"Exchange_rates\": 1,\n    \"VAT_Taxation\": \"Subject_to_VAT\",\n    \"The_amount_includes_VAT\": true,\n    \"responsible\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5e-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"Document_Prefix\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"VariabilnySymbol\": \"\",\n    \"Document_Number\": \"\",\n    \"Payment_Due_By\": \"\",\n    \"subdivision\": {\n      \"name\": \"Основний склад\",\n      \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"project\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"Product\": [\n      {\n        \"Product\": {\n          \"name\": \"Basic Technical Support\",\n          \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n        },\n        \"Characteristic\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"Unit\": {\n          \"name\": \"mth\",\n          \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n          \"type\": \"Unit_of_Measurement_Classifier\",\n          \"coefficient\": 1\n        },\n        \"Quantity\": 1,\n        \"Price\": 100,\n        \"Discount\": 0,\n        \"Amount_Discounts\": 0,\n        \"Amount\": 100,\n        \"VAT_rate\": 21,\n        \"VAT_Amount\": 21,\n        \"Total\": 121\n      }\n    ],\n    \"Document_Amount\": 121,\n    \"options\": {\n      \"post_document\": false,\n      \"deleted\": false\n    },\n    \"Attached_Files\": []\n  },\n  {\n    \"document\": \"Приходная накладная 33 от 31.07.2026 (не проведен)\",\n    \"guid\": \"9e63f3c6-8ce2-11f1-8f7a-8c1759f41f4f\",\n    \"date\": \"31.07.2026 0:00:00\",\n    \"number\": \"НФНФ-000033\",\n    \"author\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5c-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n      \"code\": \"203\"\n    },\n    \"Price_type\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"counterparty\": {\n      \"name\": \"Korzinka s.r.o.\",\n      \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"contracts\": {\n      \"name\": \"CZK\",\n      \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\"\n    },\n    \"Operation_Type\": \"Receipt_from_Supplier\",\n    \"Multiplicity\": 1,\n    \"Exchange_rates\": 1,\n    \"VAT_Taxation\": \"Subject_to_VAT\",\n    \"The_amount_includes_VAT\": true,\n    \"responsible\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5e-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"Document_Prefix\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"VariabilnySymbol\": \"\",\n    \"Document_Number\": \"\",\n    \"Payment_Due_By\": \"\",\n    \"subdivision\": {\n      \"name\": \"Основний склад\",\n      \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"project\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"Product\": [\n      {\n        \"Product\": {\n          \"name\": \"Basic Technical Support\",\n          \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n        },\n        \"Characteristic\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"Unit\": {\n          \"name\": \"mth\",\n          \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n          \"type\": \"Unit_of_Measurement_Classifier\",\n          \"coefficient\": 1\n        },\n        \"Quantity\": 1,\n        \"Price\": 100,\n        \"Discount\": 0,\n        \"Amount_Discounts\": 0,\n        \"Amount\": 100,\n        \"VAT_rate\": 21,\n        \"VAT_Amount\": 21,\n        \"Total\": 121\n      }\n    ],\n    \"Document_Amount\": 121,\n    \"options\": {\n      \"post_document\": false,\n      \"deleted\": false\n    },\n    \"Attached_Files\": []\n  }\n]"
                }
              ]
            },
            {
              "name": "/v1/purchase-invoice-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/purchase-invoice-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "purchase-invoice-create"
                  ]
                },
                "description": "Создать/изменить документ\n\nОпционально: payment_method { \"name\", \"guid\" } (справочник МетодОплаты; реквизит methodOfPayment / МетодОплаты).",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"currency\": {\n    \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"organization\": {\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"VAT_Taxation\": \"Subject_to_VAT\",\n  \"Multiplicity\": 1,\n  \"subdivision\": {\n    \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"comment\": \"API TEST - autogenerated, safe to delete\",\n  \"contracts\": {\n    \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"responsible\": {\n    \"guid\": \"abd59e5e-9881-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"counterparty\": {\n    \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"Product\": [\n    {\n      \"Total\": 121,\n      \"Price\": 100,\n      \"VAT_Amount\": 21,\n      \"VAT_rate\": 21,\n      \"Discount\": 0,\n      \"Amount\": 100,\n      \"Quantity\": 1,\n      \"Amount_Discounts\": 0,\n      \"Product\": {\n        \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\",\n        \"name\": \"\"\n      },\n      \"Unit\": {\n        \"coefficient\": 1,\n        \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n        \"name\": \"\",\n        \"type\": \"Unit_of_Measurement_Classifier\"\n      }\n    }\n  ],\n  \"date\": \"31.07.2026 0:00:00\",\n  \"Document_Amount\": 121,\n  \"Exchange_rates\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "befedb78-6662-41cd-957b-432e4a0181b0",
                  "name": "purchase-invoice-create (live)",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                      }
                    ],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/purchase-invoice-create",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "purchase-invoice-create"
                      ]
                    },
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"currency\": {\n    \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"organization\": {\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"VAT_Taxation\": \"Subject_to_VAT\",\n  \"Multiplicity\": 1,\n  \"subdivision\": {\n    \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"comment\": \"API TEST - autogenerated, safe to delete\",\n  \"contracts\": {\n    \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"responsible\": {\n    \"guid\": \"abd59e5e-9881-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"counterparty\": {\n    \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"Product\": [\n    {\n      \"Total\": 121,\n      \"Price\": 100,\n      \"VAT_Amount\": 21,\n      \"VAT_rate\": 21,\n      \"Discount\": 0,\n      \"Amount\": 100,\n      \"Quantity\": 1,\n      \"Amount_Discounts\": 0,\n      \"Product\": {\n        \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\",\n        \"name\": \"\"\n      },\n      \"Unit\": {\n        \"coefficient\": 1,\n        \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n        \"name\": \"\",\n        \"type\": \"Unit_of_Measurement_Classifier\"\n      }\n    }\n  ],\n  \"date\": \"31.07.2026 0:00:00\",\n  \"Document_Amount\": 121,\n  \"Exchange_rates\": 1\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"document\": \"Приходная накладная 35 от 31.07.2026 (не проведен)\",\n    \"guid\": \"f7224596-8ce6-11f1-8f7a-8c1759f41f4f\",\n    \"date\": \"31.07.2026 0:00:00\",\n    \"number\": \"НФНФ-000035\",\n    \"author\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5c-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n      \"code\": \"203\"\n    },\n    \"Price_type\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"counterparty\": {\n      \"name\": \"Korzinka s.r.o.\",\n      \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"contracts\": {\n      \"name\": \"CZK\",\n      \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\"\n    },\n    \"Operation_Type\": \"Receipt_from_Supplier\",\n    \"Multiplicity\": 1,\n    \"Exchange_rates\": 1,\n    \"VAT_Taxation\": \"Subject_to_VAT\",\n    \"The_amount_includes_VAT\": true,\n    \"responsible\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5e-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"Document_Prefix\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"VariabilnySymbol\": \"\",\n    \"Document_Number\": \"\",\n    \"Payment_Due_By\": \"\",\n    \"subdivision\": {\n      \"name\": \"Основний склад\",\n      \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"project\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"Product\": [\n      {\n        \"Product\": {\n          \"name\": \"Basic Technical Support\",\n          \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n        },\n        \"Characteristic\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"Unit\": {\n          \"name\": \"mth\",\n          \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n          \"type\": \"Unit_of_Measurement_Classifier\",\n          \"coefficient\": 1\n        },\n        \"Quantity\": 1,\n        \"Price\": 100,\n        \"Discount\": 0,\n        \"Amount_Discounts\": 0,\n        \"Amount\": 100,\n        \"VAT_rate\": 21,\n        \"VAT_Amount\": 21,\n        \"Total\": 121\n      }\n    ],\n    \"Document_Amount\": 121,\n    \"options\": {\n      \"post_document\": false,\n      \"deleted\": false\n    },\n    \"Attached_Files\": [],\n    \"error\": \"\"\n  }\n]"
                }
              ]
            }
          ]
        },
        {
          "name": "Sales Invoices",
          "item": [
            {
              "name": "/v1/sales-invoice-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/sales-invoice-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "sales-invoice-list"
                  ],
                  "query": [
                    {
                      "key": "org_guid",
                      "value": "",
                      "description": "guid Организации",
                      "disabled": true
                    },
                    {
                      "key": "curr_guid",
                      "value": "",
                      "description": "guid Валюты",
                      "disabled": true
                    },
                    {
                      "key": "curr_code",
                      "value": "",
                      "description": "guid Валюты",
                      "disabled": true
                    },
                    {
                      "key": "start_date",
                      "value": "28.04.2026 00:00:00",
                      "description": "Дата начала 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "end_date",
                      "value": "",
                      "description": "Дата окончания 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "guid",
                      "value": "",
                      "description": "guid Документы",
                      "disabled": true
                    },
                    {
                      "key": "counterparty_guid",
                      "value": "",
                      "description": "guid Контаргенты",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "1",
                      "description": "страница",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "2",
                      "description": "лимит",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список документов"
              },
              "response": [
                {
                  "id": "725118b9-7c29-4145-b84f-cad889be792f",
                  "name": "sales-invoice-list (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/sales-invoice-list",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "sales-invoice-list"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"document\": \"Расходная накладная 2 от 31.07.2026 (не проведен)\",\n    \"guid\": \"9ee6a18c-8ce5-11f1-8f7a-8c1759f41f4f\",\n    \"date\": \"31.07.2026 0:00:00\",\n    \"number\": \"НФНФ-000002\",\n    \"author\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5c-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"bank_account\": {\n      \"name\": \"CZK 6706551389/0800 Česká spořitelna\",\n      \"guid\": \"2e533a4e-a2c8-11f0-a307-b42e99ccf83f\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n      \"code\": \"203\"\n    },\n    \"Price_type\": {\n      \"name\": \"Цена продажи CZK\",\n      \"guid\": \"99c7e102-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"counterparty\": {\n      \"name\": \"Korzinka s.r.o.\",\n      \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"contracts\": {\n      \"name\": \"CZK\",\n      \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\"\n    },\n    \"Operation_Type\": \"Sale_to_the_Buyer\",\n    \"Multiplicity\": 1,\n    \"Exchange_rates\": 1,\n    \"VAT_Taxation\": \"Subject_to_VAT\",\n    \"The_amount_includes_VAT\": false,\n    \"responsible\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5e-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"Document_Prefix\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"DUZP\": \"\",\n    \"VariabilnySymbol\": \"\",\n    \"Document_Number\": \"\",\n    \"Payment_Due_By\": \"\",\n    \"subdivision\": {\n      \"name\": \"Основний склад\",\n      \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"project\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"Product\": [\n      {\n        \"Product\": {\n          \"name\": \"Basic Technical Support\",\n          \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n        },\n        \"Characteristic\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"Unit\": {\n          \"name\": \"mth\",\n          \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n          \"type\": \"Unit_of_Measurement_Classifier\",\n          \"coefficient\": 1\n        },\n        \"Quantity\": 1,\n        \"Price\": 100,\n        \"Discount\": 0,\n        \"Amount_Discounts\": 0,\n        \"Amount\": 100,\n        \"VAT_rate\": 21,\n        \"VAT_Amount\": 21,\n        \"Total\": 121\n      }\n    ],\n    \"Document_Amount\": 121,\n    \"options\": {\n      \"post_document\": false,\n      \"deleted\": false\n    },\n    \"Attached_Files\": []\n  },\n  {\n    \"document\": \"Расходная накладная 1 от 31.07.2026 (не проведен)\",\n    \"guid\": \"9e63f3c5-8ce2-11f1-8f7a-8c1759f41f4f\",\n    \"date\": \"31.07.2026 0:00:00\",\n    \"number\": \"НФНФ-000001\",\n    \"author\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5c-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"bank_account\": {\n      \"name\": \"CZK 6706551389/0800 Česká spořitelna\",\n      \"guid\": \"2e533a4e-a2c8-11f0-a307-b42e99ccf83f\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n      \"code\": \"203\"\n    },\n    \"Price_type\": {\n      \"name\": \"Цена продажи CZK\",\n      \"guid\": \"99c7e102-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"counterparty\": {\n      \"name\": \"Korzinka s.r.o.\",\n      \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"contracts\": {\n      \"name\": \"CZK\",\n      \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\"\n    },\n    \"Operation_Type\": \"Sale_to_the_Buyer\",\n    \"Multiplicity\": 1,\n    \"Exchange_rates\": 1,\n    \"VAT_Taxation\": \"Subject_to_VAT\",\n    \"The_amount_includes_VAT\": false,\n    \"responsible\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5e-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"Document_Prefix\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"DUZP\": \"\",\n    \"VariabilnySymbol\": \"\",\n    \"Document_Number\": \"\",\n    \"Payment_Due_By\": \"\",\n    \"subdivision\": {\n      \"name\": \"Основний склад\",\n      \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"project\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"Product\": [\n      {\n        \"Product\": {\n          \"name\": \"Basic Technical Support\",\n          \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n        },\n        \"Characteristic\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"Unit\": {\n          \"name\": \"mth\",\n          \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n          \"type\": \"Unit_of_Measurement_Classifier\",\n          \"coefficient\": 1\n        },\n        \"Quantity\": 1,\n        \"Price\": 100,\n        \"Discount\": 0,\n        \"Amount_Discounts\": 0,\n        \"Amount\": 100,\n        \"VAT_rate\": 21,\n        \"VAT_Amount\": 21,\n        \"Total\": 121\n      }\n    ],\n    \"Document_Amount\": 121,\n    \"options\": {\n      \"post_document\": false,\n      \"deleted\": false\n    },\n    \"Attached_Files\": []\n  }\n]"
                }
              ]
            },
            {
              "name": "/v1/sales-invoice-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/sales-invoice-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "sales-invoice-create"
                  ]
                },
                "description": "Создать/изменить документ\n\nОпционально: payment_method { \"name\", \"guid\" } (справочник МетодОплаты; реквизит methodOfPayment / МетодОплаты).",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"currency\": {\n    \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"organization\": {\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"VAT_Taxation\": \"Subject_to_VAT\",\n  \"Multiplicity\": 1,\n  \"subdivision\": {\n    \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"comment\": \"API TEST - autogenerated, safe to delete\",\n  \"contracts\": {\n    \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"responsible\": {\n    \"guid\": \"abd59e5e-9881-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"counterparty\": {\n    \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"Product\": [\n    {\n      \"Total\": 121,\n      \"Price\": 100,\n      \"VAT_Amount\": 21,\n      \"VAT_rate\": 21,\n      \"Discount\": 0,\n      \"Amount\": 100,\n      \"Quantity\": 1,\n      \"Amount_Discounts\": 0,\n      \"Product\": {\n        \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\",\n        \"name\": \"\"\n      },\n      \"Unit\": {\n        \"coefficient\": 1,\n        \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n        \"name\": \"\",\n        \"type\": \"Unit_of_Measurement_Classifier\"\n      }\n    }\n  ],\n  \"date\": \"31.07.2026 0:00:00\",\n  \"Document_Amount\": 121,\n  \"Exchange_rates\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "3ccb8daa-63d6-4583-b250-de01b3dcadd5",
                  "name": "sales-invoice-create (live)",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                      }
                    ],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/sales-invoice-create",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "sales-invoice-create"
                      ]
                    },
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"currency\": {\n    \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"organization\": {\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"VAT_Taxation\": \"Subject_to_VAT\",\n  \"Multiplicity\": 1,\n  \"subdivision\": {\n    \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"comment\": \"API TEST - autogenerated, safe to delete\",\n  \"contracts\": {\n    \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"responsible\": {\n    \"guid\": \"abd59e5e-9881-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"counterparty\": {\n    \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"Product\": [\n    {\n      \"Total\": 121,\n      \"Price\": 100,\n      \"VAT_Amount\": 21,\n      \"VAT_rate\": 21,\n      \"Discount\": 0,\n      \"Amount\": 100,\n      \"Quantity\": 1,\n      \"Amount_Discounts\": 0,\n      \"Product\": {\n        \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\",\n        \"name\": \"\"\n      },\n      \"Unit\": {\n        \"coefficient\": 1,\n        \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n        \"name\": \"\",\n        \"type\": \"Unit_of_Measurement_Classifier\"\n      }\n    }\n  ],\n  \"date\": \"31.07.2026 0:00:00\",\n  \"Document_Amount\": 121,\n  \"Exchange_rates\": 1\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"document\": \"Расходная накладная 3 от 31.07.2026 (не проведен)\",\n    \"guid\": \"f7224595-8ce6-11f1-8f7a-8c1759f41f4f\",\n    \"date\": \"31.07.2026 0:00:00\",\n    \"number\": \"НФНФ-000003\",\n    \"author\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5c-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"bank_account\": {\n      \"name\": \"CZK 6706551389/0800 Česká spořitelna\",\n      \"guid\": \"2e533a4e-a2c8-11f0-a307-b42e99ccf83f\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n      \"code\": \"203\"\n    },\n    \"Price_type\": {\n      \"name\": \"Цена продажи CZK\",\n      \"guid\": \"99c7e102-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"counterparty\": {\n      \"name\": \"Korzinka s.r.o.\",\n      \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"contracts\": {\n      \"name\": \"CZK\",\n      \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\"\n    },\n    \"Operation_Type\": \"Sale_to_the_Buyer\",\n    \"Multiplicity\": 1,\n    \"Exchange_rates\": 1,\n    \"VAT_Taxation\": \"Subject_to_VAT\",\n    \"The_amount_includes_VAT\": false,\n    \"responsible\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5e-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"Document_Prefix\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"DUZP\": \"\",\n    \"VariabilnySymbol\": \"\",\n    \"Document_Number\": \"\",\n    \"Payment_Due_By\": \"\",\n    \"subdivision\": {\n      \"name\": \"Основний склад\",\n      \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"project\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"Product\": [\n      {\n        \"Product\": {\n          \"name\": \"Basic Technical Support\",\n          \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n        },\n        \"Characteristic\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"Unit\": {\n          \"name\": \"mth\",\n          \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n          \"type\": \"Unit_of_Measurement_Classifier\",\n          \"coefficient\": 1\n        },\n        \"Quantity\": 1,\n        \"Price\": 100,\n        \"Discount\": 0,\n        \"Amount_Discounts\": 0,\n        \"Amount\": 100,\n        \"VAT_rate\": 21,\n        \"VAT_Amount\": 21,\n        \"Total\": 121\n      }\n    ],\n    \"Document_Amount\": 121,\n    \"options\": {\n      \"post_document\": false,\n      \"deleted\": false\n    },\n    \"Attached_Files\": [],\n    \"error\": \"\"\n  }\n]"
                }
              ]
            }
          ]
        },
        {
          "name": "Customer Proforma Invoices",
          "item": [
            {
              "name": "/v1/customer-proforma-invoice-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/customer-proforma-invoice-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "customer-proforma-invoice-list"
                  ],
                  "query": [
                    {
                      "key": "org_guid",
                      "value": "",
                      "description": "guid Организации",
                      "disabled": true
                    },
                    {
                      "key": "curr_guid",
                      "value": "",
                      "description": "guid Валюты",
                      "disabled": true
                    },
                    {
                      "key": "curr_code",
                      "value": "",
                      "description": "guid Валюты",
                      "disabled": true
                    },
                    {
                      "key": "start_date",
                      "value": "28.04.2026 00:00:00",
                      "description": "Дата начала 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "end_date",
                      "value": "",
                      "description": "Дата окончания 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "guid",
                      "value": "",
                      "description": "guid Документы",
                      "disabled": true
                    },
                    {
                      "key": "counterparty_guid",
                      "value": "",
                      "description": "guid Контаргенты",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "1",
                      "description": "страница",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "2",
                      "description": "лимит",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список документов"
              },
              "response": [
                {
                  "id": "097e6778-ca27-4f4e-802f-488b1098fb43",
                  "name": "customer-proforma-invoice-list (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/customer-proforma-invoice-list",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "customer-proforma-invoice-list"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"document\": \"Счет на оплату 5 от 31.07.2026 (не проведен)\",\n    \"guid\": \"9ee6a18f-8ce5-11f1-8f7a-8c1759f41f4f\",\n    \"date\": \"31.07.2026 0:00:00\",\n    \"number\": \"НФНФ-000005\",\n    \"author\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5c-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"bank_account\": {\n      \"name\": \"CZK 6706551389/0800 Česká spořitelna\",\n      \"guid\": \"2e533a4e-a2c8-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_desk\": {\n      \"name\": \"Касса BAS Digital CZK\",\n      \"guid\": \"c5bb0ec3-a7db-44fe-9a44-23a5a69df5ca\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n      \"code\": \"203\"\n    },\n    \"Price_type\": {\n      \"name\": \"Цена продажи CZK\",\n      \"guid\": \"99c7e102-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"counterparty\": {\n      \"name\": \"Korzinka s.r.o.\",\n      \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"contracts\": {\n      \"name\": \"CZK\",\n      \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\"\n    },\n    \"Multiplicity\": 1,\n    \"Exchange_rates\": 1,\n    \"VAT_Taxation\": \"Subject_to_VAT\",\n    \"The_amount_includes_VAT\": false,\n    \"responsible\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5e-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"Document_Prefix\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"DUZP\": \"\",\n    \"VariabilnySymbol\": \"\",\n    \"Document_Number\": \"\",\n    \"Payment_Due_By\": \"\",\n    \"project\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"Product\": [\n      {\n        \"Product\": {\n          \"name\": \"Basic Technical Support\",\n          \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n        },\n        \"Characteristic\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"Unit\": {\n          \"name\": \"mth\",\n          \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n          \"type\": \"Unit_of_Measurement_Classifier\",\n          \"coefficient\": 1\n        },\n        \"Quantity\": 1,\n        \"Price\": 100,\n        \"Discount\": 0,\n        \"Amount_Discounts\": 0,\n        \"Amount\": 100,\n        \"VAT_rate\": 21,\n        \"VAT_Amount\": 21,\n        \"Total\": 121\n      }\n    ],\n    \"Document_Amount\": 121,\n    \"options\": {\n      \"post_document\": false,\n      \"deleted\": false\n    },\n    \"Attached_Files\": []\n  },\n  {\n    \"document\": \"Счет на оплату 4 от 31.07.2026 (не проведен)\",\n    \"guid\": \"9e63f3c8-8ce2-11f1-8f7a-8c1759f41f4f\",\n    \"date\": \"31.07.2026 0:00:00\",\n    \"number\": \"НФНФ-000004\",\n    \"author\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5c-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"bank_account\": {\n      \"name\": \"CZK 6706551389/0800 Česká spořitelna\",\n      \"guid\": \"2e533a4e-a2c8-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_desk\": {\n      \"name\": \"Касса BAS Digital CZK\",\n      \"guid\": \"c5bb0ec3-a7db-44fe-9a44-23a5a69df5ca\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n      \"code\": \"203\"\n    },\n    \"Price_type\": {\n      \"name\": \"Цена продажи CZK\",\n      \"guid\": \"99c7e102-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"counterparty\": {\n      \"name\": \"Korzinka s.r.o.\",\n      \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"contracts\": {\n      \"name\": \"CZK\",\n      \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\"\n    },\n    \"Multiplicity\": 1,\n    \"Exchange_rates\": 1,\n    \"VAT_Taxation\": \"Subject_to_VAT\",\n    \"The_amount_includes_VAT\": false,\n    \"responsible\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5e-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"Document_Prefix\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"DUZP\": \"\",\n    \"VariabilnySymbol\": \"\",\n    \"Document_Number\": \"\",\n    \"Payment_Due_By\": \"\",\n    \"project\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"Product\": [\n      {\n        \"Product\": {\n          \"name\": \"Basic Technical Support\",\n          \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n        },\n        \"Characteristic\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"Unit\": {\n          \"name\": \"mth\",\n          \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n          \"type\": \"Unit_of_Measurement_Classifier\",\n          \"coefficient\": 1\n        },\n        \"Quantity\": 1,\n        \"Price\": 100,\n        \"Discount\": 0,\n        \"Amount_Discounts\": 0,\n        \"Amount\": 100,\n        \"VAT_rate\": 21,\n        \"VAT_Amount\": 21,\n        \"Total\": 121\n      }\n    ],\n    \"Document_Amount\": 121,\n    \"options\": {\n      \"post_document\": false,\n      \"deleted\": false\n    },\n    \"Attached_Files\": []\n  }\n]"
                }
              ]
            },
            {
              "name": "/v1/customer-proforma-invoice-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/customer-proforma-invoice-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "customer-proforma-invoice-create"
                  ]
                },
                "description": "Создать/изменить документ\n\nОпционально: payment_method { \"name\", \"guid\" } (справочник МетодОплаты; реквизит methodOfPayment / МетодОплаты).",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"currency\": {\n    \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"organization\": {\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"VAT_Taxation\": \"Subject_to_VAT\",\n  \"Multiplicity\": 1,\n  \"subdivision\": {\n    \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"comment\": \"API TEST - autogenerated, safe to delete\",\n  \"contracts\": {\n    \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"responsible\": {\n    \"guid\": \"abd59e5e-9881-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"counterparty\": {\n    \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"Product\": [\n    {\n      \"Total\": 121,\n      \"Price\": 100,\n      \"VAT_Amount\": 21,\n      \"VAT_rate\": 21,\n      \"Discount\": 0,\n      \"Amount\": 100,\n      \"Quantity\": 1,\n      \"Amount_Discounts\": 0,\n      \"Product\": {\n        \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\",\n        \"name\": \"\"\n      },\n      \"Unit\": {\n        \"coefficient\": 1,\n        \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n        \"name\": \"\",\n        \"type\": \"Unit_of_Measurement_Classifier\"\n      }\n    }\n  ],\n  \"date\": \"31.07.2026 0:00:00\",\n  \"Document_Amount\": 121,\n  \"Exchange_rates\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "8f72d58f-dea9-4bc4-935d-6e055142e9a6",
                  "name": "customer-proforma-invoice-create (live)",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                      }
                    ],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/customer-proforma-invoice-create",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "customer-proforma-invoice-create"
                      ]
                    },
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"currency\": {\n    \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"organization\": {\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"VAT_Taxation\": \"Subject_to_VAT\",\n  \"Multiplicity\": 1,\n  \"subdivision\": {\n    \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"comment\": \"API TEST - autogenerated, safe to delete\",\n  \"contracts\": {\n    \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"responsible\": {\n    \"guid\": \"abd59e5e-9881-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"counterparty\": {\n    \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"Product\": [\n    {\n      \"Total\": 121,\n      \"Price\": 100,\n      \"VAT_Amount\": 21,\n      \"VAT_rate\": 21,\n      \"Discount\": 0,\n      \"Amount\": 100,\n      \"Quantity\": 1,\n      \"Amount_Discounts\": 0,\n      \"Product\": {\n        \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\",\n        \"name\": \"\"\n      },\n      \"Unit\": {\n        \"coefficient\": 1,\n        \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n        \"name\": \"\",\n        \"type\": \"Unit_of_Measurement_Classifier\"\n      }\n    }\n  ],\n  \"date\": \"31.07.2026 0:00:00\",\n  \"Document_Amount\": 121,\n  \"Exchange_rates\": 1\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"document\": \"Счет на оплату 6 от 31.07.2026 (не проведен)\",\n    \"guid\": \"f7224598-8ce6-11f1-8f7a-8c1759f41f4f\",\n    \"date\": \"31.07.2026 0:00:00\",\n    \"number\": \"НФНФ-000006\",\n    \"author\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5c-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"bank_account\": {\n      \"name\": \"CZK 6706551389/0800 Česká spořitelna\",\n      \"guid\": \"2e533a4e-a2c8-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_desk\": {\n      \"name\": \"Касса BAS Digital CZK\",\n      \"guid\": \"c5bb0ec3-a7db-44fe-9a44-23a5a69df5ca\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n      \"code\": \"203\"\n    },\n    \"Price_type\": {\n      \"name\": \"Цена продажи CZK\",\n      \"guid\": \"99c7e102-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"counterparty\": {\n      \"name\": \"Korzinka s.r.o.\",\n      \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"contracts\": {\n      \"name\": \"CZK\",\n      \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\"\n    },\n    \"Multiplicity\": 1,\n    \"Exchange_rates\": 1,\n    \"VAT_Taxation\": \"Subject_to_VAT\",\n    \"The_amount_includes_VAT\": false,\n    \"responsible\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5e-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"Document_Prefix\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"DUZP\": \"\",\n    \"VariabilnySymbol\": \"\",\n    \"Document_Number\": \"\",\n    \"Payment_Due_By\": \"\",\n    \"project\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"Product\": [\n      {\n        \"Product\": {\n          \"name\": \"Basic Technical Support\",\n          \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n        },\n        \"Characteristic\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"Unit\": {\n          \"name\": \"mth\",\n          \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n          \"type\": \"Unit_of_Measurement_Classifier\",\n          \"coefficient\": 1\n        },\n        \"Quantity\": 1,\n        \"Price\": 100,\n        \"Discount\": 0,\n        \"Amount_Discounts\": 0,\n        \"Amount\": 100,\n        \"VAT_rate\": 21,\n        \"VAT_Amount\": 21,\n        \"Total\": 121\n      }\n    ],\n    \"Document_Amount\": 121,\n    \"options\": {\n      \"post_document\": false,\n      \"deleted\": false\n    },\n    \"Attached_Files\": [],\n    \"error\": \"\"\n  }\n]"
                }
              ]
            }
          ]
        },
        {
          "name": "Vendor Proforma Invoices",
          "item": [
            {
              "name": "/v1/vendor-proforma-invoice-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/vendor-proforma-invoice-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "vendor-proforma-invoice-list"
                  ],
                  "query": [
                    {
                      "key": "org_guid",
                      "value": "",
                      "description": "guid Организации",
                      "disabled": true
                    },
                    {
                      "key": "curr_guid",
                      "value": "",
                      "description": "guid Валюты",
                      "disabled": true
                    },
                    {
                      "key": "curr_code",
                      "value": "",
                      "description": "guid Валюты",
                      "disabled": true
                    },
                    {
                      "key": "start_date",
                      "value": "28.04.2026 00:00:00",
                      "description": "Дата начала 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "end_date",
                      "value": "",
                      "description": "Дата окончания 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "guid",
                      "value": "",
                      "description": "guid Документы",
                      "disabled": true
                    },
                    {
                      "key": "counterparty_guid",
                      "value": "",
                      "description": "guid Контаргенты",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "1",
                      "description": "страница",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "2",
                      "description": "лимит",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список документов"
              },
              "response": [
                {
                  "id": "c76abab7-b2b6-445c-89c5-f0344933f760",
                  "name": "vendor-proforma-invoice-list (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/vendor-proforma-invoice-list",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "vendor-proforma-invoice-list"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"document\": \"Счет на оплату (полученный) 2 от 31.07.2026 (удален) (не проведен)\",\n    \"guid\": \"9ee6a190-8ce5-11f1-8f7a-8c1759f41f4f\",\n    \"date\": \"31.07.2026 0:00:00\",\n    \"number\": \"НФНФ-000002\",\n    \"author\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5c-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"bank_account\": {\n      \"name\": \"CZK 6706551389/0800 Česká spořitelna\",\n      \"guid\": \"2e533a4e-a2c8-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_desk\": {\n      \"name\": \"Касса BAS Digital CZK\",\n      \"guid\": \"c5bb0ec3-a7db-44fe-9a44-23a5a69df5ca\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n      \"code\": \"203\"\n    },\n    \"Price_type\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"counterparty\": {\n      \"name\": \"Korzinka s.r.o.\",\n      \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"contracts\": {\n      \"name\": \"CZK\",\n      \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\"\n    },\n    \"Multiplicity\": 1,\n    \"Exchange_rates\": 1,\n    \"VAT_Taxation\": \"Subject_to_VAT\",\n    \"The_amount_includes_VAT\": true,\n    \"responsible\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5e-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"VariabilnySymbol\": \"\",\n    \"Payment_Due_By\": \"\",\n    \"project\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"Product\": [\n      {\n        \"Product\": {\n          \"name\": \"Basic Technical Support\",\n          \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n        },\n        \"Characteristic\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"Unit\": {\n          \"name\": \"mth\",\n          \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n          \"type\": \"Unit_of_Measurement_Classifier\",\n          \"coefficient\": 1\n        },\n        \"Quantity\": 1,\n        \"Price\": 100,\n        \"Discount\": 0,\n        \"Amount_Discounts\": 0,\n        \"Amount\": 100,\n        \"VAT_rate\": 21,\n        \"VAT_Amount\": 21,\n        \"Total\": 121\n      }\n    ],\n    \"Document_Amount\": 121,\n    \"options\": {\n      \"post_document\": false,\n      \"deleted\": true\n    },\n    \"Attached_Files\": []\n  },\n  {\n    \"document\": \"Счет на оплату (полученный) 1 от 31.07.2026 (удален) (не проведен)\",\n    \"guid\": \"9e63f3c9-8ce2-11f1-8f7a-8c1759f41f4f\",\n    \"date\": \"31.07.2026 0:00:00\",\n    \"number\": \"НФНФ-000001\",\n    \"author\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5c-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"bank_account\": {\n      \"name\": \"CZK 6706551389/0800 Česká spořitelna\",\n      \"guid\": \"2e533a4e-a2c8-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_desk\": {\n      \"name\": \"Касса BAS Digital CZK\",\n      \"guid\": \"c5bb0ec3-a7db-44fe-9a44-23a5a69df5ca\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n      \"code\": \"203\"\n    },\n    \"Price_type\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"counterparty\": {\n      \"name\": \"Korzinka s.r.o.\",\n      \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"contracts\": {\n      \"name\": \"CZK\",\n      \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\"\n    },\n    \"Multiplicity\": 1,\n    \"Exchange_rates\": 1,\n    \"VAT_Taxation\": \"Subject_to_VAT\",\n    \"The_amount_includes_VAT\": true,\n    \"responsible\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5e-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"VariabilnySymbol\": \"\",\n    \"Payment_Due_By\": \"\",\n    \"project\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"Product\": [\n      {\n        \"Product\": {\n          \"name\": \"Basic Technical Support\",\n          \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n        },\n        \"Characteristic\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"Unit\": {\n          \"name\": \"mth\",\n          \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n          \"type\": \"Unit_of_Measurement_Classifier\",\n          \"coefficient\": 1\n        },\n        \"Quantity\": 1,\n        \"Price\": 100,\n        \"Discount\": 0,\n        \"Amount_Discounts\": 0,\n        \"Amount\": 100,\n        \"VAT_rate\": 21,\n        \"VAT_Amount\": 21,\n        \"Total\": 121\n      }\n    ],\n    \"Document_Amount\": 121,\n    \"options\": {\n      \"post_document\": false,\n      \"deleted\": true\n    },\n    \"Attached_Files\": []\n  }\n]"
                }
              ]
            },
            {
              "name": "/v1/vendor-proforma-invoice-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/vendor-proforma-invoice-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "vendor-proforma-invoice-create"
                  ]
                },
                "description": "Создать/изменить документ",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"currency\": {\n    \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"organization\": {\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"VAT_Taxation\": \"Subject_to_VAT\",\n  \"Multiplicity\": 1,\n  \"subdivision\": {\n    \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"comment\": \"API TEST - autogenerated, safe to delete\",\n  \"contracts\": {\n    \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"responsible\": {\n    \"guid\": \"abd59e5e-9881-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"counterparty\": {\n    \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"Product\": [\n    {\n      \"Total\": 121,\n      \"Price\": 100,\n      \"VAT_Amount\": 21,\n      \"VAT_rate\": 21,\n      \"Discount\": 0,\n      \"Amount\": 100,\n      \"Quantity\": 1,\n      \"Amount_Discounts\": 0,\n      \"Product\": {\n        \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\",\n        \"name\": \"\"\n      },\n      \"Unit\": {\n        \"coefficient\": 1,\n        \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n        \"name\": \"\",\n        \"type\": \"Unit_of_Measurement_Classifier\"\n      }\n    }\n  ],\n  \"date\": \"31.07.2026 0:00:00\",\n  \"Document_Amount\": 121,\n  \"Exchange_rates\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "5ea0c355-494f-49ef-ad9c-aa905be1d03b",
                  "name": "vendor-proforma-invoice-create (live)",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                      }
                    ],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/vendor-proforma-invoice-create",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "vendor-proforma-invoice-create"
                      ]
                    },
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"currency\": {\n    \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"organization\": {\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"VAT_Taxation\": \"Subject_to_VAT\",\n  \"Multiplicity\": 1,\n  \"subdivision\": {\n    \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"comment\": \"API TEST - autogenerated, safe to delete\",\n  \"contracts\": {\n    \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"responsible\": {\n    \"guid\": \"abd59e5e-9881-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"counterparty\": {\n    \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"Product\": [\n    {\n      \"Total\": 121,\n      \"Price\": 100,\n      \"VAT_Amount\": 21,\n      \"VAT_rate\": 21,\n      \"Discount\": 0,\n      \"Amount\": 100,\n      \"Quantity\": 1,\n      \"Amount_Discounts\": 0,\n      \"Product\": {\n        \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\",\n        \"name\": \"\"\n      },\n      \"Unit\": {\n        \"coefficient\": 1,\n        \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n        \"name\": \"\",\n        \"type\": \"Unit_of_Measurement_Classifier\"\n      }\n    }\n  ],\n  \"date\": \"31.07.2026 0:00:00\",\n  \"Document_Amount\": 121,\n  \"Exchange_rates\": 1\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"document\": \"Счет на оплату (полученный) 3 от 31.07.2026 (не проведен)\",\n    \"guid\": \"f7224599-8ce6-11f1-8f7a-8c1759f41f4f\",\n    \"date\": \"31.07.2026 0:00:00\",\n    \"number\": \"НФНФ-000003\",\n    \"author\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5c-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"bank_account\": {\n      \"name\": \"CZK 6706551389/0800 Česká spořitelna\",\n      \"guid\": \"2e533a4e-a2c8-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_desk\": {\n      \"name\": \"Касса BAS Digital CZK\",\n      \"guid\": \"c5bb0ec3-a7db-44fe-9a44-23a5a69df5ca\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n      \"code\": \"203\"\n    },\n    \"Price_type\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"counterparty\": {\n      \"name\": \"Korzinka s.r.o.\",\n      \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"contracts\": {\n      \"name\": \"CZK\",\n      \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\"\n    },\n    \"Multiplicity\": 1,\n    \"Exchange_rates\": 1,\n    \"VAT_Taxation\": \"Subject_to_VAT\",\n    \"The_amount_includes_VAT\": true,\n    \"responsible\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5e-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"VariabilnySymbol\": \"\",\n    \"Payment_Due_By\": \"\",\n    \"project\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"Product\": [\n      {\n        \"Product\": {\n          \"name\": \"Basic Technical Support\",\n          \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n        },\n        \"Characteristic\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"Unit\": {\n          \"name\": \"mth\",\n          \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n          \"type\": \"Unit_of_Measurement_Classifier\",\n          \"coefficient\": 1\n        },\n        \"Quantity\": 1,\n        \"Price\": 100,\n        \"Discount\": 0,\n        \"Amount_Discounts\": 0,\n        \"Amount\": 100,\n        \"VAT_rate\": 21,\n        \"VAT_Amount\": 21,\n        \"Total\": 121\n      }\n    ],\n    \"Document_Amount\": 121,\n    \"options\": {\n      \"post_document\": false,\n      \"deleted\": false\n    },\n    \"Attached_Files\": [],\n    \"error\": \"\"\n  }\n]"
                }
              ]
            }
          ]
        },
        {
          "name": "Other expenses",
          "item": [
            {
              "name": "/v1/other-expenses-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/other-expenses-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "other-expenses-list"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1",
                      "description": "Номер страницы",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "50",
                      "description": "Размер страницы",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список документов"
              },
              "response": []
            },
            {
              "name": "/v1/other-expenses-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/other-expenses-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "other-expenses-create"
                  ]
                },
                "description": "Создать/изменить документ\n\nТело: структура по контракту API (поля из модуля BD_Gateway / симметрия GET↔Create); GUID из демо-прогона _apitests.",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"date\": \"31.07.2026 0:00:00\",\n  \"organization\": {\n    \"name\": \"BAS Digital s.r.o.\",\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"subdivision\": {\n    \"name\": \"Основний склад\",\n    \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"comment\": \"API TEST\",\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"counterparty\": {\n    \"name\": \"Korzinka s.r.o.\",\n    \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n  },\n  \"currency\": {\n    \"name\": \"CZK\",\n    \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\"\n  },\n  \"Product\": [\n    {\n      \"Product\": {\n        \"name\": \"Basic Technical Support\",\n        \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n      },\n      \"Characteristic\": {\n        \"name\": \"\",\n        \"guid\": \"\"\n      },\n      \"Unit\": {\n        \"name\": \"mth\",\n        \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n        \"type\": \"Unit_of_Measurement_Classifier\",\n        \"coefficient\": 1\n      },\n      \"Quantity\": 1,\n      \"Price\": 100,\n      \"Amount\": 100,\n      \"VAT_rate\": 21,\n      \"VAT_Amount\": 21,\n      \"Total\": 121\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Additional expenses",
          "item": [
            {
              "name": "/v1/additional-expenses-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/additional-expenses-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "additional-expenses-list"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1",
                      "description": "Номер страницы",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "50",
                      "description": "Размер страницы",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список документов"
              },
              "response": []
            },
            {
              "name": "/v1/additional-expenses-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/additional-expenses-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "additional-expenses-create"
                  ]
                },
                "description": "Создать/изменить документ\n\nТело: структура по контракту API (поля из модуля BD_Gateway / симметрия GET↔Create); GUID из демо-прогона _apitests.",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"date\": \"31.07.2026 0:00:00\",\n  \"organization\": {\n    \"name\": \"BAS Digital s.r.o.\",\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"subdivision\": {\n    \"name\": \"Основний склад\",\n    \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"comment\": \"API TEST\",\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"counterparty\": {\n    \"name\": \"Korzinka s.r.o.\",\n    \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n  },\n  \"currency\": {\n    \"name\": \"CZK\",\n    \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\"\n  },\n  \"Product\": [\n    {\n      \"Product\": {\n        \"name\": \"Basic Technical Support\",\n        \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n      },\n      \"Characteristic\": {\n        \"name\": \"\",\n        \"guid\": \"\"\n      },\n      \"Unit\": {\n        \"name\": \"mth\",\n        \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n        \"type\": \"Unit_of_Measurement_Classifier\",\n        \"coefficient\": 1\n      },\n      \"Quantity\": 1,\n      \"Price\": 100,\n      \"Amount\": 100,\n      \"VAT_rate\": 21,\n      \"VAT_Amount\": 21,\n      \"Total\": 121\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Stock receipts",
          "item": [
            {
              "name": "/v1/stock-receipts-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/stock-receipts-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "stock-receipts-list"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1",
                      "description": "Номер страницы",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "50",
                      "description": "Размер страницы",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список документов"
              },
              "response": []
            },
            {
              "name": "/v1/stock-receipts-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/stock-receipts-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "stock-receipts-create"
                  ]
                },
                "description": "Создать/изменить документ\n\nТело: структура по контракту API (поля из модуля BD_Gateway / симметрия GET↔Create); GUID из демо-прогона _apitests.",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"date\": \"31.07.2026 0:00:00\",\n  \"organization\": {\n    \"name\": \"BAS Digital s.r.o.\",\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"subdivision\": {\n    \"name\": \"Основний склад\",\n    \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"comment\": \"API TEST\",\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"Product\": [\n    {\n      \"Product\": {\n        \"name\": \"Basic Technical Support\",\n        \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n      },\n      \"Characteristic\": {\n        \"name\": \"\",\n        \"guid\": \"\"\n      },\n      \"Unit\": {\n        \"name\": \"mth\",\n        \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n        \"type\": \"Unit_of_Measurement_Classifier\",\n        \"coefficient\": 1\n      },\n      \"Quantity\": 1,\n      \"Price\": 100,\n      \"Amount\": 100,\n      \"VAT_rate\": 21,\n      \"VAT_Amount\": 21,\n      \"Total\": 121\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Stock write-offs",
          "item": [
            {
              "name": "/v1/stock-write-offs-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/stock-write-offs-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "stock-write-offs-list"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1",
                      "description": "Номер страницы",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "50",
                      "description": "Размер страницы",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список документов"
              },
              "response": []
            },
            {
              "name": "/v1/stock-write-offs-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/stock-write-offs-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "stock-write-offs-create"
                  ]
                },
                "description": "Создать/изменить документ\n\nТело: структура по контракту API (поля из модуля BD_Gateway / симметрия GET↔Create); GUID из демо-прогона _apitests.",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"date\": \"31.07.2026 0:00:00\",\n  \"organization\": {\n    \"name\": \"BAS Digital s.r.o.\",\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"subdivision\": {\n    \"name\": \"Основний склад\",\n    \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"comment\": \"API TEST\",\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"Product\": [\n    {\n      \"Product\": {\n        \"name\": \"Basic Technical Support\",\n        \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n      },\n      \"Characteristic\": {\n        \"name\": \"\",\n        \"guid\": \"\"\n      },\n      \"Unit\": {\n        \"name\": \"mth\",\n        \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n        \"type\": \"Unit_of_Measurement_Classifier\",\n        \"coefficient\": 1\n      },\n      \"Quantity\": 1,\n      \"Price\": 100,\n      \"Amount\": 100,\n      \"VAT_rate\": 21,\n      \"VAT_Amount\": 21,\n      \"Total\": 121\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Inventory counts",
          "item": [
            {
              "name": "/v1/inventory-counts-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/inventory-counts-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "inventory-counts-list"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1",
                      "description": "Номер страницы",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "50",
                      "description": "Размер страницы",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список документов"
              },
              "response": []
            },
            {
              "name": "/v1/inventory-counts-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/inventory-counts-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "inventory-counts-create"
                  ]
                },
                "description": "Создать/изменить документ\n\nТело: структура по контракту API (поля из модуля BD_Gateway / симметрия GET↔Create); GUID из демо-прогона _apitests.",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"date\": \"31.07.2026 0:00:00\",\n  \"organization\": {\n    \"name\": \"BAS Digital s.r.o.\",\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"subdivision\": {\n    \"name\": \"Основний склад\",\n    \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"comment\": \"API TEST\",\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"Product\": [\n    {\n      \"Product\": {\n        \"name\": \"Basic Technical Support\",\n        \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n      },\n      \"Characteristic\": {\n        \"name\": \"\",\n        \"guid\": \"\"\n      },\n      \"Unit\": {\n        \"name\": \"mth\",\n        \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n        \"type\": \"Unit_of_Measurement_Classifier\",\n        \"coefficient\": 1\n      },\n      \"Quantity\": 1,\n      \"Price\": 100,\n      \"Amount\": 100,\n      \"VAT_rate\": 21,\n      \"VAT_Amount\": 21,\n      \"Total\": 121\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Stock transfers",
          "item": [
            {
              "name": "/v1/stock-transfers-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/stock-transfers-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "stock-transfers-list"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1",
                      "description": "Номер страницы",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "50",
                      "description": "Размер страницы",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список документов"
              },
              "response": []
            },
            {
              "name": "/v1/stock-transfers-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/stock-transfers-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "stock-transfers-create"
                  ]
                },
                "description": "Создать/изменить документ\n\nТело: структура по контракту API (поля из модуля BD_Gateway / симметрия GET↔Create); GUID из демо-прогона _apitests.",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"date\": \"31.07.2026 0:00:00\",\n  \"organization\": {\n    \"name\": \"BAS Digital s.r.o.\",\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"subdivision\": {\n    \"name\": \"Основний склад\",\n    \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"comment\": \"API TEST\",\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"Product\": [\n    {\n      \"Product\": {\n        \"name\": \"Basic Technical Support\",\n        \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n      },\n      \"Characteristic\": {\n        \"name\": \"\",\n        \"guid\": \"\"\n      },\n      \"Unit\": {\n        \"name\": \"mth\",\n        \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n        \"type\": \"Unit_of_Measurement_Classifier\",\n        \"coefficient\": 1\n      },\n      \"Quantity\": 1,\n      \"Price\": 100,\n      \"Amount\": 100,\n      \"VAT_rate\": 21,\n      \"VAT_Amount\": 21,\n      \"Total\": 121\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Stock transfer orders",
          "item": [
            {
              "name": "/v1/stock-transfer-orders-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/stock-transfer-orders-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "stock-transfer-orders-list"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1",
                      "description": "Номер страницы",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "50",
                      "description": "Размер страницы",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список документов"
              },
              "response": []
            },
            {
              "name": "/v1/stock-transfer-orders-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/stock-transfer-orders-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "stock-transfer-orders-create"
                  ]
                },
                "description": "Создать/изменить документ\n\nТело: структура по контракту API (поля из модуля BD_Gateway / симметрия GET↔Create); GUID из демо-прогона _apitests.",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"date\": \"31.07.2026 0:00:00\",\n  \"organization\": {\n    \"name\": \"BAS Digital s.r.o.\",\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"subdivision\": {\n    \"name\": \"Основний склад\",\n    \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"comment\": \"API TEST\",\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"Product\": [\n    {\n      \"Product\": {\n        \"name\": \"Basic Technical Support\",\n        \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n      },\n      \"Characteristic\": {\n        \"name\": \"\",\n        \"guid\": \"\"\n      },\n      \"Unit\": {\n        \"name\": \"mth\",\n        \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n        \"type\": \"Unit_of_Measurement_Classifier\",\n        \"coefficient\": 1\n      },\n      \"Quantity\": 1,\n      \"Price\": 100,\n      \"Amount\": 100,\n      \"VAT_rate\": 21,\n      \"VAT_Amount\": 21,\n      \"Total\": 121\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Bin transfers",
          "item": [
            {
              "name": "/v1/bin-transfers-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/bin-transfers-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "bin-transfers-list"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1",
                      "description": "Номер страницы",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "50",
                      "description": "Размер страницы",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список документов"
              },
              "response": []
            },
            {
              "name": "/v1/bin-transfers-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/bin-transfers-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "bin-transfers-create"
                  ]
                },
                "description": "Создать/изменить документ\n\nТело: структура по контракту API (поля из модуля BD_Gateway / симметрия GET↔Create); GUID из демо-прогона _apitests.",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"date\": \"31.07.2026 0:00:00\",\n  \"organization\": {\n    \"name\": \"BAS Digital s.r.o.\",\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"subdivision\": {\n    \"name\": \"Основний склад\",\n    \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"comment\": \"API TEST\",\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"Product\": [\n    {\n      \"Product\": {\n        \"name\": \"Basic Technical Support\",\n        \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n      },\n      \"Characteristic\": {\n        \"name\": \"\",\n        \"guid\": \"\"\n      },\n      \"Unit\": {\n        \"name\": \"mth\",\n        \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n        \"type\": \"Unit_of_Measurement_Classifier\",\n        \"coefficient\": 1\n      },\n      \"Quantity\": 1,\n      \"Price\": 100,\n      \"Amount\": 100,\n      \"VAT_rate\": 21,\n      \"VAT_Amount\": 21,\n      \"Total\": 121\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Stock regradings",
          "item": [
            {
              "name": "/v1/stock-regradings-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/stock-regradings-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "stock-regradings-list"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1",
                      "description": "Номер страницы",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "50",
                      "description": "Размер страницы",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список документов"
              },
              "response": []
            },
            {
              "name": "/v1/stock-regradings-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/stock-regradings-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "stock-regradings-create"
                  ]
                },
                "description": "Создать/изменить документ\n\nТело: структура по контракту API (поля из модуля BD_Gateway / симметрия GET↔Create); GUID из демо-прогона _apitests.",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"date\": \"31.07.2026 0:00:00\",\n  \"organization\": {\n    \"name\": \"BAS Digital s.r.o.\",\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"subdivision\": {\n    \"name\": \"Основний склад\",\n    \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"comment\": \"API TEST\",\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"Product\": [\n    {\n      \"Product\": {\n        \"name\": \"Basic Technical Support\",\n        \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n      },\n      \"Characteristic\": {\n        \"name\": \"\",\n        \"guid\": \"\"\n      },\n      \"Unit\": {\n        \"name\": \"mth\",\n        \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n        \"type\": \"Unit_of_Measurement_Classifier\",\n        \"coefficient\": 1\n      },\n      \"Quantity\": 1,\n      \"Price\": 100,\n      \"Amount\": 100,\n      \"VAT_rate\": 21,\n      \"VAT_Amount\": 21,\n      \"Total\": 121\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Import expenses",
          "item": [
            {
              "name": "/v1/import-expenses-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/import-expenses-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "import-expenses-list"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1",
                      "description": "Номер страницы",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "50",
                      "description": "Размер страницы",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список документов"
              },
              "response": []
            },
            {
              "name": "/v1/import-expenses-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/import-expenses-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "import-expenses-create"
                  ]
                },
                "description": "Создать/изменить документ\n\nТело: структура по контракту API (поля из модуля BD_Gateway / симметрия GET↔Create); GUID из демо-прогона _apitests.",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"date\": \"31.07.2026 0:00:00\",\n  \"organization\": {\n    \"name\": \"BAS Digital s.r.o.\",\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"subdivision\": {\n    \"name\": \"Основний склад\",\n    \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"comment\": \"API TEST\",\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"counterparty\": {\n    \"name\": \"Korzinka s.r.o.\",\n    \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n  },\n  \"currency\": {\n    \"name\": \"CZK\",\n    \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\"\n  },\n  \"Product\": [\n    {\n      \"Product\": {\n        \"name\": \"Basic Technical Support\",\n        \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n      },\n      \"Characteristic\": {\n        \"name\": \"\",\n        \"guid\": \"\"\n      },\n      \"Unit\": {\n        \"name\": \"mth\",\n        \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n        \"type\": \"Unit_of_Measurement_Classifier\",\n        \"coefficient\": 1\n      },\n      \"Quantity\": 1,\n      \"Price\": 100,\n      \"Amount\": 100,\n      \"VAT_rate\": 21,\n      \"VAT_Amount\": 21,\n      \"Total\": 121\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Expense allocations",
          "item": [
            {
              "name": "/v1/expense-allocations-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/expense-allocations-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "expense-allocations-list"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1",
                      "description": "Номер страницы",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "50",
                      "description": "Размер страницы",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список документов"
              },
              "response": []
            },
            {
              "name": "/v1/expense-allocations-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/expense-allocations-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "expense-allocations-create"
                  ]
                },
                "description": "Создать/изменить документ\n\nТело: структура по контракту API (поля из модуля BD_Gateway / симметрия GET↔Create); GUID из демо-прогона _apitests.",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"date\": \"31.07.2026 0:00:00\",\n  \"organization\": {\n    \"name\": \"BAS Digital s.r.o.\",\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"subdivision\": {\n    \"name\": \"Основний склад\",\n    \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"comment\": \"API TEST\",\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"Product\": [\n    {\n      \"Product\": {\n        \"name\": \"Basic Technical Support\",\n        \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n      },\n      \"Characteristic\": {\n        \"name\": \"\",\n        \"guid\": \"\"\n      },\n      \"Unit\": {\n        \"name\": \"mth\",\n        \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n        \"type\": \"Unit_of_Measurement_Classifier\",\n        \"coefficient\": 1\n      },\n      \"Quantity\": 1,\n      \"Price\": 100,\n      \"Amount\": 100,\n      \"VAT_rate\": 21,\n      \"VAT_Amount\": 21,\n      \"Total\": 121\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Expense reports",
          "item": [
            {
              "name": "/v1/expense-reports-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/expense-reports-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "expense-reports-list"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1",
                      "description": "Номер страницы",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "50",
                      "description": "Размер страницы",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список документов"
              },
              "response": []
            },
            {
              "name": "/v1/expense-reports-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/expense-reports-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "expense-reports-create"
                  ]
                },
                "description": "Создать/изменить документ\n\nТело: структура по контракту API (поля из модуля BD_Gateway / симметрия GET↔Create); GUID из демо-прогона _apitests.",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"date\": \"31.07.2026 0:00:00\",\n  \"organization\": {\n    \"name\": \"BAS Digital s.r.o.\",\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"subdivision\": {\n    \"name\": \"Основний склад\",\n    \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"comment\": \"API TEST\",\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"currency\": {\n    \"name\": \"CZK\",\n    \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\"\n  },\n  \"Product\": [\n    {\n      \"Product\": {\n        \"name\": \"Basic Technical Support\",\n        \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n      },\n      \"Characteristic\": {\n        \"name\": \"\",\n        \"guid\": \"\"\n      },\n      \"Unit\": {\n        \"name\": \"mth\",\n        \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n        \"type\": \"Unit_of_Measurement_Classifier\",\n        \"coefficient\": 1\n      },\n      \"Quantity\": 1,\n      \"Price\": 100,\n      \"Amount\": 100,\n      \"VAT_rate\": 21,\n      \"VAT_Amount\": 21,\n      \"Total\": 121\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Goods receipt orders",
          "item": [
            {
              "name": "/v1/goods-receipt-orders-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/goods-receipt-orders-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "goods-receipt-orders-list"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1",
                      "description": "Номер страницы",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "50",
                      "description": "Размер страницы",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список документов"
              },
              "response": []
            },
            {
              "name": "/v1/goods-receipt-orders-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/goods-receipt-orders-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "goods-receipt-orders-create"
                  ]
                },
                "description": "Создать/изменить документ\n\nТело: структура по контракту API (поля из модуля BD_Gateway / симметрия GET↔Create); GUID из демо-прогона _apitests.",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"date\": \"31.07.2026 0:00:00\",\n  \"organization\": {\n    \"name\": \"BAS Digital s.r.o.\",\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"subdivision\": {\n    \"name\": \"Основний склад\",\n    \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"comment\": \"API TEST\",\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"Product\": [\n    {\n      \"Product\": {\n        \"name\": \"Basic Technical Support\",\n        \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n      },\n      \"Characteristic\": {\n        \"name\": \"\",\n        \"guid\": \"\"\n      },\n      \"Unit\": {\n        \"name\": \"mth\",\n        \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n        \"type\": \"Unit_of_Measurement_Classifier\",\n        \"coefficient\": 1\n      },\n      \"Quantity\": 1,\n      \"Price\": 100,\n      \"Amount\": 100,\n      \"VAT_rate\": 21,\n      \"VAT_Amount\": 21,\n      \"Total\": 121\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Goods issue orders",
          "item": [
            {
              "name": "/v1/goods-issue-orders-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/goods-issue-orders-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "goods-issue-orders-list"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1",
                      "description": "Номер страницы",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "50",
                      "description": "Размер страницы",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список документов"
              },
              "response": []
            },
            {
              "name": "/v1/goods-issue-orders-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/goods-issue-orders-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "goods-issue-orders-create"
                  ]
                },
                "description": "Создать/изменить документ\n\nТело: структура по контракту API (поля из модуля BD_Gateway / симметрия GET↔Create); GUID из демо-прогона _apitests.",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"date\": \"31.07.2026 0:00:00\",\n  \"organization\": {\n    \"name\": \"BAS Digital s.r.o.\",\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"subdivision\": {\n    \"name\": \"Основний склад\",\n    \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"comment\": \"API TEST\",\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"Product\": [\n    {\n      \"Product\": {\n        \"name\": \"Basic Technical Support\",\n        \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n      },\n      \"Characteristic\": {\n        \"name\": \"\",\n        \"guid\": \"\"\n      },\n      \"Unit\": {\n        \"name\": \"mth\",\n        \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n        \"type\": \"Unit_of_Measurement_Classifier\",\n        \"coefficient\": 1\n      },\n      \"Quantity\": 1,\n      \"Price\": 100,\n      \"Amount\": 100,\n      \"VAT_rate\": 21,\n      \"VAT_Amount\": 21,\n      \"Total\": 121\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Stock assemblies",
          "item": [
            {
              "name": "/v1/stock-assemblies-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/stock-assemblies-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "stock-assemblies-list"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1",
                      "description": "Номер страницы",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "50",
                      "description": "Размер страницы",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список документов"
              },
              "response": []
            },
            {
              "name": "/v1/stock-assemblies-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/stock-assemblies-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "stock-assemblies-create"
                  ]
                },
                "description": "Создать/изменить документ\n\nТело: структура по контракту API (поля из модуля BD_Gateway / симметрия GET↔Create); GUID из демо-прогона _apitests.",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"date\": \"31.07.2026 0:00:00\",\n  \"organization\": {\n    \"name\": \"BAS Digital s.r.o.\",\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"subdivision\": {\n    \"name\": \"Основний склад\",\n    \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"comment\": \"API TEST\",\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"Product\": [\n    {\n      \"Product\": {\n        \"name\": \"Basic Technical Support\",\n        \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n      },\n      \"Characteristic\": {\n        \"name\": \"\",\n        \"guid\": \"\"\n      },\n      \"Unit\": {\n        \"name\": \"mth\",\n        \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n        \"type\": \"Unit_of_Measurement_Classifier\",\n        \"coefficient\": 1\n      },\n      \"Quantity\": 1,\n      \"Price\": 100,\n      \"Amount\": 100,\n      \"VAT_rate\": 21,\n      \"VAT_Amount\": 21,\n      \"Total\": 121\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Stock kittings",
          "item": [
            {
              "name": "/v1/stock-kittings-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/stock-kittings-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "stock-kittings-list"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1",
                      "description": "Номер страницы",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "50",
                      "description": "Размер страницы",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список документов"
              },
              "response": []
            },
            {
              "name": "/v1/stock-kittings-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/stock-kittings-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "stock-kittings-create"
                  ]
                },
                "description": "Создать/изменить документ\n\nТело: структура по контракту API (поля из модуля BD_Gateway / симметрия GET↔Create); GUID из демо-прогона _apitests.",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"date\": \"31.07.2026 0:00:00\",\n  \"organization\": {\n    \"name\": \"BAS Digital s.r.o.\",\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"subdivision\": {\n    \"name\": \"Основний склад\",\n    \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"comment\": \"API TEST\",\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"Product\": [\n    {\n      \"Product\": {\n        \"name\": \"Basic Technical Support\",\n        \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n      },\n      \"Characteristic\": {\n        \"name\": \"\",\n        \"guid\": \"\"\n      },\n      \"Unit\": {\n        \"name\": \"mth\",\n        \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n        \"type\": \"Unit_of_Measurement_Classifier\",\n        \"coefficient\": 1\n      },\n      \"Quantity\": 1,\n      \"Price\": 100,\n      \"Amount\": 100,\n      \"VAT_rate\": 21,\n      \"VAT_Amount\": 21,\n      \"Total\": 121\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Purchase adjustments",
          "item": [
            {
              "name": "/v1/purchase-adjustments-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/purchase-adjustments-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "purchase-adjustments-list"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1",
                      "description": "Номер страницы",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "50",
                      "description": "Размер страницы",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список документов"
              },
              "response": []
            },
            {
              "name": "/v1/purchase-adjustments-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/purchase-adjustments-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "purchase-adjustments-create"
                  ]
                },
                "description": "Создать/изменить документ\n\nТело: структура по контракту API (поля из модуля BD_Gateway / симметрия GET↔Create); GUID из демо-прогона _apitests.",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"date\": \"31.07.2026 0:00:00\",\n  \"organization\": {\n    \"name\": \"BAS Digital s.r.o.\",\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"subdivision\": {\n    \"name\": \"Основний склад\",\n    \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"comment\": \"API TEST\",\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"counterparty\": {\n    \"name\": \"Korzinka s.r.o.\",\n    \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n  },\n  \"contracts\": {\n    \"name\": \"CZK\",\n    \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\"\n  },\n  \"currency\": {\n    \"name\": \"CZK\",\n    \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\"\n  },\n  \"Product\": [\n    {\n      \"Product\": {\n        \"name\": \"Basic Technical Support\",\n        \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n      },\n      \"Characteristic\": {\n        \"name\": \"\",\n        \"guid\": \"\"\n      },\n      \"Unit\": {\n        \"name\": \"mth\",\n        \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n        \"type\": \"Unit_of_Measurement_Classifier\",\n        \"coefficient\": 1\n      },\n      \"Quantity\": 1,\n      \"Price\": 100,\n      \"Amount\": 100,\n      \"VAT_rate\": 21,\n      \"VAT_Amount\": 21,\n      \"Total\": 121\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Sales adjustments",
          "item": [
            {
              "name": "/v1/sales-adjustments-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/sales-adjustments-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "sales-adjustments-list"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1",
                      "description": "Номер страницы",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "50",
                      "description": "Размер страницы",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список документов"
              },
              "response": []
            },
            {
              "name": "/v1/sales-adjustments-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/sales-adjustments-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "sales-adjustments-create"
                  ]
                },
                "description": "Создать/изменить документ\n\nТело: структура по контракту API (поля из модуля BD_Gateway / симметрия GET↔Create); GUID из демо-прогона _apitests.",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"date\": \"31.07.2026 0:00:00\",\n  \"organization\": {\n    \"name\": \"BAS Digital s.r.o.\",\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"subdivision\": {\n    \"name\": \"Основний склад\",\n    \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"comment\": \"API TEST\",\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"counterparty\": {\n    \"name\": \"Korzinka s.r.o.\",\n    \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n  },\n  \"contracts\": {\n    \"name\": \"CZK\",\n    \"guid\": \"36de60d9-a2c7-11f0-a307-b42e99ccf83f\"\n  },\n  \"currency\": {\n    \"name\": \"CZK\",\n    \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\"\n  },\n  \"Product\": [\n    {\n      \"Product\": {\n        \"name\": \"Basic Technical Support\",\n        \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n      },\n      \"Characteristic\": {\n        \"name\": \"\",\n        \"guid\": \"\"\n      },\n      \"Unit\": {\n        \"name\": \"mth\",\n        \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n        \"type\": \"Unit_of_Measurement_Classifier\",\n        \"coefficient\": 1\n      },\n      \"Quantity\": 1,\n      \"Price\": 100,\n      \"Amount\": 100,\n      \"VAT_rate\": 21,\n      \"VAT_Amount\": 21,\n      \"Total\": 121\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Mutual offsets",
          "item": [
            {
              "name": "/v1/mutual-offsets-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/mutual-offsets-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "mutual-offsets-list"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1",
                      "description": "Номер страницы",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "50",
                      "description": "Размер страницы",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список документов"
              },
              "response": []
            },
            {
              "name": "/v1/mutual-offsets-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/mutual-offsets-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "mutual-offsets-create"
                  ]
                },
                "description": "Создать/изменить документ\n\nТело: структура по контракту API (поля из модуля BD_Gateway / симметрия GET↔Create); GUID из демо-прогона _apitests.",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"date\": \"31.07.2026 0:00:00\",\n  \"organization\": {\n    \"name\": \"BAS Digital s.r.o.\",\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"subdivision\": {\n    \"name\": \"Основний склад\",\n    \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"comment\": \"API TEST\",\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"counterparty\": {\n    \"name\": \"Korzinka s.r.o.\",\n    \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n  },\n  \"currency\": {\n    \"name\": \"CZK\",\n    \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Stock reservations",
          "item": [
            {
              "name": "/v1/stock-reservations-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/stock-reservations-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "stock-reservations-list"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1",
                      "description": "Номер страницы",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "50",
                      "description": "Размер страницы",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список документов"
              },
              "response": []
            },
            {
              "name": "/v1/stock-reservations-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/stock-reservations-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "stock-reservations-create"
                  ]
                },
                "description": "Создать/изменить документ\n\nТело: структура по контракту API (поля из модуля BD_Gateway / симметрия GET↔Create); GUID из демо-прогона _apitests.",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"date\": \"31.07.2026 0:00:00\",\n  \"organization\": {\n    \"name\": \"BAS Digital s.r.o.\",\n    \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"subdivision\": {\n    \"name\": \"Основний склад\",\n    \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"comment\": \"API TEST\",\n  \"options\": {\n    \"post_document\": false,\n    \"deleted\": false\n  },\n  \"Product\": [\n    {\n      \"Product\": {\n        \"name\": \"Basic Technical Support\",\n        \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n      },\n      \"Characteristic\": {\n        \"name\": \"\",\n        \"guid\": \"\"\n      },\n      \"Unit\": {\n        \"name\": \"mth\",\n        \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n        \"type\": \"Unit_of_Measurement_Classifier\",\n        \"coefficient\": 1\n      },\n      \"Quantity\": 1,\n      \"Price\": 100,\n      \"Amount\": 100,\n      \"VAT_rate\": 21,\n      \"VAT_Amount\": 21,\n      \"Total\": 121\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "Accumulation register",
      "item": [
        {
          "name": "Planned-cash",
          "item": [
            {
              "name": "/v1/planned-cash-accumulation-register-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/planned-cash-accumulation-register-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "planned-cash-accumulation-register-list"
                  ],
                  "query": [
                    {
                      "key": "org_guid",
                      "value": "",
                      "description": "guid Организации",
                      "disabled": true
                    },
                    {
                      "key": "curr_guid",
                      "value": "",
                      "description": "guid Валюты",
                      "disabled": true
                    },
                    {
                      "key": "curr_code",
                      "value": "",
                      "description": "guid Валюты",
                      "disabled": true
                    },
                    {
                      "key": "start_date",
                      "value": "",
                      "description": "Дата начала 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "end_date",
                      "value": "",
                      "description": "Дата окончания 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "item_guid",
                      "value": "",
                      "description": "guid СтатьиДДС",
                      "disabled": true
                    },
                    {
                      "key": "payment_type",
                      "value": "",
                      "description": "Cash/Non-cash",
                      "disabled": true
                    },
                    {
                      "key": "acc_guid",
                      "value": "",
                      "description": "guid БанковскиеСчета",
                      "disabled": true
                    },
                    {
                      "key": "cash_guid",
                      "value": "",
                      "description": "guid Кассы",
                      "disabled": true
                    },
                    {
                      "key": "doc_guid",
                      "value": "",
                      "description": "guid Документы",
                      "disabled": true
                    },
                    {
                      "key": "counterparty_guid",
                      "value": "",
                      "description": "guid Контаргенты",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "1",
                      "description": "страница",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "2",
                      "description": "лимит",
                      "disabled": true
                    },
                    {
                      "key": "doc_type",
                      "value": "",
                      "description": "тип документа",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список движений по регистру"
              },
              "response": [
                {
                  "id": "70908e04-57cc-4e7d-bc2a-717916a070ec",
                  "name": "planned-cash-accumulation-register-list (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/planned-cash-accumulation-register-list",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "planned-cash-accumulation-register-list"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"date\": \"31.08.2026 0:00:00\",\n    \"document\": {\n      \"name\": \"Поступление денег (план) 63 от 31.08.2026\",\n      \"doc_type\": \"Planned_Cash_Receipt\",\n      \"guid\": \"990b5385-7ae0-11f1-a70a-d52f6db79f8f\"\n    },\n    \"counterparty\": {\n      \"name\": \"Codiny s.r.o.\",\n      \"guid\": \"3e75cb72-eca6-11f0-a308-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"code\": \"203\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_flow_item\": {\n      \"name\": \"Оплата от покупателей\",\n      \"guid\": \"a5dbe514-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"bank_account_cash_desk\": {\n      \"name\": \"CZK 6706551389/0800 Česká spořitelna\",\n      \"guid\": \"2e533a4e-a2c8-11f0-a307-b42e99ccf83f\"\n    },\n    \"payment_type\": \"Non-cash\",\n    \"status\": \"Утвержден\",\n    \"amount\": 50000,\n    \"amount_confirmed\": 0,\n    \"comment\": \"Оплатит после имплементации BAS - такая договоренность\"\n  },\n  {\n    \"date\": \"30.07.2026 0:00:00\",\n    \"document\": {\n      \"name\": \"Расход со счета 327 (вх. 1a15ee36ce038946c6db) от 30.07.2026\",\n      \"doc_type\": \"Bank_Payment\",\n      \"guid\": \"2746e520-8c82-11f1-a70b-df72603abcb8\"\n    },\n    \"counterparty\": {\n      \"name\": \"\",\n      \"guid\": \"00000000-0000-0000-0000-000000000000\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"code\": \"203\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_flow_item\": {\n      \"name\": \"Обслуживание авто (парковка, ГСМ, ремонт и пр.)\",\n      \"guid\": \"e8635f68-a508-11f0-a307-b42e99ccf83f\"\n    },\n    \"bank_account_cash_desk\": {\n      \"name\": \"CZK 6706551389/0800 Česká spořitelna\",\n      \"guid\": \"2e533a4e-a2c8-11f0-a307-b42e99ccf83f\"\n    },\n    \"payment_type\": \"Non-cash\",\n    \"status\": \"Утвержден\",\n    \"amount\": 0,\n    \"amount_confirmed\": -30,\n    \"comment\": \"additionalTransactionInformation: Platba kartou additionalTransactionInformation: Platba kartou GLOBDAT*GLOBDATA a.s. Praha 1 CZ\"\n  }\n]"
                }
              ]
            }
          ]
        },
        {
          "name": "Cash-flow",
          "item": [
            {
              "name": "/v1/cash-flow-transactions-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/cash-flow-transactions-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "cash-flow-transactions-list"
                  ],
                  "query": [
                    {
                      "key": "org_guid",
                      "value": "",
                      "description": "guid Организации",
                      "disabled": true
                    },
                    {
                      "key": "curr_guid",
                      "value": "",
                      "description": "guid Валюты",
                      "disabled": true
                    },
                    {
                      "key": "curr_code",
                      "value": "",
                      "description": "guid Валюты",
                      "disabled": true
                    },
                    {
                      "key": "start_date",
                      "value": "",
                      "description": "Дата начала 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "end_date",
                      "value": "",
                      "description": "Дата окончания 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "item_guid",
                      "value": "",
                      "description": "guid СтатьиДДС",
                      "disabled": true
                    },
                    {
                      "key": "payment_type",
                      "value": "",
                      "description": "Cash/Non-cash",
                      "disabled": true
                    },
                    {
                      "key": "doc_guid",
                      "value": "",
                      "description": "guid Документы",
                      "disabled": true
                    },
                    {
                      "key": "counterparty_guid",
                      "value": "",
                      "description": "guid Контаргенты",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "1",
                      "description": "страница",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "2",
                      "description": "лимит",
                      "disabled": true
                    },
                    {
                      "key": "doc_type",
                      "value": "",
                      "description": "тип документа",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список движений по регистру"
              },
              "response": [
                {
                  "id": "4e3095fd-6e9c-46fb-a3eb-534a7f399a2f",
                  "name": "cash-flow-transactions-list (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/cash-flow-transactions-list",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "cash-flow-transactions-list"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"date\": \"30.07.2026 0:00:00\",\n    \"document\": {\n      \"name\": \"Расход со счета 327 (вх. 1a15ee36ce038946c6db) от 30.07.2026\",\n      \"doc_type\": \"Bank_Payment\",\n      \"guid\": \"2746e520-8c82-11f1-a70b-df72603abcb8\"\n    },\n    \"analytics\": {\n      \"name\": \"Обслуживание авто (парковка, ГСМ, ремонт и пр.)\",\n      \"guid\": \"af404b81-a375-11f0-a307-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"project\": {\n      \"name\": \"Back-office\",\n      \"guid\": \"9ef6a291-e44d-11f0-a308-b42e99ccf83f\"\n    },\n    \"subdivision\": {\n      \"name\": \"Back-office\",\n      \"guid\": \"9fbf8cba-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"planning_scenario\": {\n      \"name\": \"Фактичний\",\n      \"guid\": \"99c7e146-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"code\": \"203\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_flow_item\": {\n      \"name\": \"Обслуживание авто (парковка, ГСМ, ремонт и пр.)\",\n      \"guid\": \"e8635f68-a508-11f0-a307-b42e99ccf83f\"\n    },\n    \"business_transaction\": {\n      \"name\": \"На витрати\",\n      \"guid\": \"abd4c0ba-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"payment_type\": \"Non-cash\",\n    \"amount_income\": 0,\n    \"amount_income_val\": 0,\n    \"amount_expense\": 30,\n    \"amount_expense_val\": 30,\n    \"comment\": \"additionalTransactionInformation: Platba kartou additionalTransactionInformation: Platba kartou GLOBDAT*GLOBDATA a.s. Praha 1 CZ\"\n  },\n  {\n    \"date\": \"30.07.2026 0:00:00\",\n    \"document\": {\n      \"name\": \"Расход со счета 326 (вх. 0ed48af56a58452bc7b6) от 30.07.2026\",\n      \"doc_type\": \"Bank_Payment\",\n      \"guid\": \"2746e3d8-8c82-11f1-a70b-df72603abcb8\"\n    },\n    \"analytics\": {\n      \"name\": \"Valerii Sivolgin - jednatel\",\n      \"guid\": \"0caee616-e32a-11f0-a308-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"project\": {\n      \"name\": \"Back-office\",\n      \"guid\": \"9ef6a291-e44d-11f0-a308-b42e99ccf83f\"\n    },\n    \"subdivision\": {\n      \"name\": \"Дивиденды Валерий\",\n      \"guid\": \"7b94eeb6-d91d-11f0-a308-b42e99ccf83f\"\n    },\n    \"planning_scenario\": {\n      \"name\": \"Фактичний\",\n      \"guid\": \"99c7e146-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"code\": \"203\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_flow_item\": {\n      \"name\": \"Займ от учредителя - Валерий\",\n      \"guid\": \"5cb8e3ff-e32a-11f0-a308-b42e99ccf83f\"\n    },\n    \"business_transaction\": {\n      \"name\": \"Інші розрахунки\",\n      \"guid\": \"abd4c0fe-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"payment_type\": \"Non-cash\",\n    \"amount_income\": 0,\n    \"amount_income_val\": 0,\n    \"amount_expense\": 121000,\n    \"amount_expense_val\": 121000,\n    \"comment\": \"additionalTransactionInformation: Tuzemská odchozí úhrada okamžitá additionalTransactionInformation: Tuzemská odchozí úhrada okamžitá Balancuj IZ s.r.o.\"\n  }\n]"
                }
              ]
            },
            {
              "name": "/v1/cash-flow-turnovers-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/cash-flow-turnovers-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "cash-flow-turnovers-list"
                  ],
                  "query": [
                    {
                      "key": "org_guid",
                      "value": "",
                      "description": "guid Организации",
                      "disabled": true
                    },
                    {
                      "key": "curr_guid",
                      "value": "",
                      "description": "guid Валюты",
                      "disabled": true
                    },
                    {
                      "key": "curr_code",
                      "value": "",
                      "description": "guid Валюты",
                      "disabled": true
                    },
                    {
                      "key": "start_date",
                      "value": "",
                      "description": "Дата начала 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "end_date",
                      "value": "",
                      "description": "Дата окончания 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "item_guid",
                      "value": "",
                      "description": "guid СтатьиДДС",
                      "disabled": true
                    },
                    {
                      "key": "payment_type",
                      "value": "",
                      "description": "Cash/Non-cash",
                      "disabled": true
                    },
                    {
                      "key": "operation_GUID",
                      "value": "",
                      "description": "guid хозяйственная операция",
                      "disabled": true
                    },
                    {
                      "key": "counterparty_guid",
                      "value": "",
                      "description": "guid Контаргенты",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "1",
                      "description": "страница",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "2",
                      "description": "лимит",
                      "disabled": true
                    },
                    {
                      "key": "doc_type",
                      "value": "",
                      "description": "тип документа",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список оборотов по регистру"
              },
              "response": [
                {
                  "id": "6972e37f-2f93-4564-a69b-c409014c6c5c",
                  "name": "cash-flow-turnovers-list (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/cash-flow-turnovers-list",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "cash-flow-turnovers-list"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"analytics\": {\n      \"name\": \"Korzinka s.r.o.\",\n      \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\",\n      \"type\": \"counterparties\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"project\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"subdivision\": {\n      \"name\": \"Back-office\",\n      \"guid\": \"9fbf8cba-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"planning_scenario\": {\n      \"name\": \"Фактичний\",\n      \"guid\": \"99c7e146-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n      \"code\": \"203\"\n    },\n    \"cash_flow_item\": {\n      \"name\": \"Оплата от покупателей\",\n      \"guid\": \"a5dbe514-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"business_transaction\": {\n      \"name\": \"Від покупця\",\n      \"guid\": \"abd4c0c7-987f-11f0-a307-b42e99ccf83f\",\n      \"code\": \"\"\n    },\n    \"payment_type\": \"Non-cash\",\n    \"amount_income\": 152082,\n    \"amount_income_val\": 152082,\n    \"amount_expense\": 0,\n    \"amount_expense_val\": 0\n  },\n  {\n    \"analytics\": {\n      \"name\": \"DOMOSTAV TZB a.s.\",\n      \"guid\": \"c040e235-a2c6-11f0-a307-b42e99ccf83f\",\n      \"type\": \"counterparties\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"project\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"subdivision\": {\n      \"name\": \"Back-office\",\n      \"guid\": \"9fbf8cba-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"planning_scenario\": {\n      \"name\": \"Фактичний\",\n      \"guid\": \"99c7e146-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n      \"code\": \"203\"\n    },\n    \"cash_flow_item\": {\n      \"name\": \"Оплата от покупателей\",\n      \"guid\": \"a5dbe514-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"business_transaction\": {\n      \"name\": \"Від покупця\",\n      \"guid\": \"abd4c0c7-987f-11f0-a307-b42e99ccf83f\",\n      \"code\": \"\"\n    },\n    \"payment_type\": \"Non-cash\",\n    \"amount_income\": 157200,\n    \"amount_income_val\": 157200,\n    \"amount_expense\": 0,\n    \"amount_expense_val\": 0\n  }\n]"
                }
              ]
            }
          ]
        },
        {
          "name": "Cash-balances",
          "item": [
            {
              "name": "/v1/cash-balances-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/cash-balances-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "cash-balances-list"
                  ],
                  "query": [
                    {
                      "key": "org_guid",
                      "value": "",
                      "description": "guid Организации",
                      "disabled": true
                    },
                    {
                      "key": "curr_guid",
                      "value": "",
                      "description": "guid Валюты",
                      "disabled": true
                    },
                    {
                      "key": "curr_code",
                      "value": "",
                      "description": "guid Валюты",
                      "disabled": true
                    },
                    {
                      "key": "start_date",
                      "value": "",
                      "description": "Дата начала 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "end_date",
                      "value": "",
                      "description": "Дата окончания 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "item_guid",
                      "value": "",
                      "description": "guid СтатьиДДС",
                      "disabled": true
                    },
                    {
                      "key": "payment_type",
                      "value": "",
                      "description": "Cash/Non-cash",
                      "disabled": true
                    },
                    {
                      "key": "doc_guid",
                      "value": "",
                      "description": "guid Документы",
                      "disabled": true
                    },
                    {
                      "key": "counterparty_guid",
                      "value": "",
                      "description": "guid Контаргенты",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "1",
                      "description": "страница",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "2",
                      "description": "лимит",
                      "disabled": true
                    },
                    {
                      "key": "doc_type",
                      "value": "",
                      "description": "тип документа",
                      "disabled": true
                    },
                    {
                      "key": "acc_guid",
                      "value": null,
                      "description": "guid счет в банке",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "cash_guid",
                      "value": null,
                      "description": "guid касса",
                      "type": "text",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список движений по регистру"
              },
              "response": [
                {
                  "id": "c8a7399d-ced6-4a47-a916-153a97ab5e09",
                  "name": "cash-balances-list (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/cash-balances-list",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "cash-balances-list"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"date\": \"30.07.2026 0:00:00\",\n    \"document\": {\n      \"name\": \"Расход со счета 327 (вх. 1a15ee36ce038946c6db) от 30.07.2026\",\n      \"doc_type\": \"Bank_Payment\",\n      \"guid\": \"2746e520-8c82-11f1-a70b-df72603abcb8\"\n    },\n    \"analytics\": {\n      \"name\": \"Обслуживание авто (парковка, ГСМ, ремонт и пр.)\",\n      \"guid\": \"af404b81-a375-11f0-a307-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"contracts\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"bank_account_cash_desk\": {\n      \"name\": \"CZK 6706551389/0800 Česká spořitelna\",\n      \"guid\": \"2e533a4e-a2c8-11f0-a307-b42e99ccf83f\"\n    },\n    \"posting_сontents\": \"Расход денежных средств\",\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"code\": \"203\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_flow_item\": {\n      \"name\": \"Обслуживание авто (парковка, ГСМ, ремонт и пр.)\",\n      \"guid\": \"e8635f68-a508-11f0-a307-b42e99ccf83f\"\n    },\n    \"business_transaction\": {\n      \"name\": \"На витрати\",\n      \"guid\": \"abd4c0ba-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"payment_type\": \"Non-cash\",\n    \"amount\": 30,\n    \"amount_val\": 30,\n    \"comment\": \"additionalTransactionInformation: Platba kartou additionalTransactionInformation: Platba kartou GLOBDAT*GLOBDATA a.s. Praha 1 CZ\"\n  },\n  {\n    \"date\": \"30.07.2026 0:00:00\",\n    \"document\": {\n      \"name\": \"Расход со счета 326 (вх. 0ed48af56a58452bc7b6) от 30.07.2026\",\n      \"doc_type\": \"Bank_Payment\",\n      \"guid\": \"2746e3d8-8c82-11f1-a70b-df72603abcb8\"\n    },\n    \"analytics\": {\n      \"name\": \"Valerii Sivolgin - jednatel\",\n      \"guid\": \"0caee616-e32a-11f0-a308-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"contracts\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"bank_account_cash_desk\": {\n      \"name\": \"CZK 6706551389/0800 Česká spořitelna\",\n      \"guid\": \"2e533a4e-a2c8-11f0-a307-b42e99ccf83f\"\n    },\n    \"posting_сontents\": \"Расход денежных средств\",\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"code\": \"203\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\"\n    },\n    \"cash_flow_item\": {\n      \"name\": \"Займ от учредителя - Валерий\",\n      \"guid\": \"5cb8e3ff-e32a-11f0-a308-b42e99ccf83f\"\n    },\n    \"business_transaction\": {\n      \"name\": \"Інші розрахунки\",\n      \"guid\": \"abd4c0fe-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"payment_type\": \"Non-cash\",\n    \"amount\": 121000,\n    \"amount_val\": 121000,\n    \"comment\": \"additionalTransactionInformation: Tuzemská odchozí úhrada okamžitá additionalTransactionInformation: Tuzemská odchozí úhrada okamžitá Balancuj IZ s.r.o.\"\n  }\n]"
                }
              ]
            },
            {
              "name": "/v1/cash-balances-leftovers-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/cash-balances-leftovers-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "cash-balances-leftovers-list"
                  ],
                  "query": [
                    {
                      "key": "org_guid",
                      "value": "",
                      "description": "guid Организации",
                      "disabled": true
                    },
                    {
                      "key": "curr_guid",
                      "value": "",
                      "description": "guid Валюты",
                      "disabled": true
                    },
                    {
                      "key": "curr_code",
                      "value": "",
                      "description": "guid Валюты",
                      "disabled": true
                    },
                    {
                      "key": "end_date",
                      "value": "",
                      "description": "Дата окончания 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "payment_type",
                      "value": "",
                      "description": "Cash/Non-cash",
                      "disabled": true
                    },
                    {
                      "key": "counterparty_guid",
                      "value": "",
                      "description": "guid Контаргенты",
                      "disabled": true
                    },
                    {
                      "key": "acc_guid",
                      "value": "",
                      "description": "guid счет в банке",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "cash_guid",
                      "value": "",
                      "description": "guid касса",
                      "type": "text",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список остатков по регистру"
              },
              "response": [
                {
                  "id": "63dc1ee7-16f6-4b1a-911b-763e5ddbd4e8",
                  "name": "cash-balances-leftovers-list (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/cash-balances-leftovers-list",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "cash-balances-leftovers-list"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"contracts\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"bank_account_cash_desk\": {\n      \"name\": \"CZK 6706551389/0800 Česká spořitelna\",\n      \"guid\": \"2e533a4e-a2c8-11f0-a307-b42e99ccf83f\",\n      \"type\": \"bank_account\"\n    },\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\",\n      \"code\": \"203\"\n    },\n    \"payment_type\": \"Non-cash\",\n    \"amount\": 17828.67,\n    \"amount_val\": 17828.67\n  },\n  {\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"contracts\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"bank_account_cash_desk\": {\n      \"name\": \"EUR 2254229293/0800 Česká spořitelna\",\n      \"guid\": \"d20e906e-a2cf-11f0-a307-b42e99ccf83f\",\n      \"type\": \"bank_account\"\n    },\n    \"currency\": {\n      \"name\": \"EUR\",\n      \"guid\": \"2924cd87-a2c5-11f0-a307-b42e99ccf83f\",\n      \"code\": \"978\"\n    },\n    \"payment_type\": \"Non-cash\",\n    \"amount\": 107044.65,\n    \"amount_val\": 4405.13\n  }\n]"
                }
              ]
            }
          ]
        },
        {
          "name": "Income-expenses-transactions",
          "item": [
            {
              "name": "/v1/income-expenses-transactions",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/income-expenses-transactions",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "income-expenses-transactions"
                  ],
                  "query": [
                    {
                      "key": "org_guid",
                      "value": "",
                      "description": "guid Организации",
                      "disabled": true
                    },
                    {
                      "key": "start_date",
                      "value": "",
                      "description": "Дата начала 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "end_date",
                      "value": "",
                      "description": "Дата окончания 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "line_of_business_guid",
                      "value": null,
                      "description": "guid направления деятельности",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "doc_guid",
                      "value": "",
                      "description": "guid Документы",
                      "disabled": true
                    },
                    {
                      "key": "department_guid",
                      "value": null,
                      "description": "guid структурной единици",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "1",
                      "description": "страница",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "2",
                      "description": "лимит",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список движений по регистру"
              },
              "response": [
                {
                  "id": "80ae74b1-6347-4d68-88cc-39e74d1fccb6",
                  "name": "income-expenses-transactions (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/income-expenses-transactions",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "income-expenses-transactions"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"date\": \"25.08.2026 0:00:00\",\n    \"document\": {\n      \"name\": \"Начисления по кредитам и займам 1 от 01.08.2026\",\n      \"doc_type\": \"Other\",\n      \"guid\": \"3f16d09b-89ba-11f1-a70a-d52f6db79f8f\"\n    },\n    \"analytics\": {\n      \"name\": \"Semen Tsyhanok - jednatel\",\n      \"guid\": \"da856bc6-a2ef-11f0-a307-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"department\": {\n      \"name\": \"Back-office\",\n      \"guid\": \"9fbf8cba-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"line_of_business\": {\n      \"name\": \"Інше\",\n      \"guid\": \"a5dbe453-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"posting_сontents\": \"Расчеты по кредитам и займам\",\n    \"sales_order\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"general_ledger_account\": {\n      \"name\": \"Проценты по кредитам\",\n      \"guid\": \"a5dbe3dc-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"project\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"business_transaction\": {\n      \"name\": \"Нарахування за кредитами\",\n      \"guid\": \"abd4c0bf-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"amount_income\": 0,\n    \"amount_expenses\": 3500,\n    \"amount_income_int\": 0,\n    \"amount_expenses_int\": 0,\n    \"comment\": \"\"\n  },\n  {\n    \"date\": \"01.08.2026 12:00:00\",\n    \"document\": {\n      \"name\": \"Акт выполненных работ 92 от 01.08.2026\",\n      \"doc_type\": \"Certificate_Of_Services_Rendered\",\n      \"guid\": \"fe1ae7c2-89ba-11f1-a70a-d52f6db79f8f\"\n    },\n    \"analytics\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"department\": {\n      \"name\": \"Consulting\",\n      \"guid\": \"fda45aca-b8db-11f0-a308-b42e99ccf83f\"\n    },\n    \"line_of_business\": {\n      \"name\": \"Основний напрямок\",\n      \"guid\": \"a5dbe452-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"posting_сontents\": \"Отражение доходов\",\n    \"sales_order\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"general_ledger_account\": {\n      \"name\": \"Выручка\",\n      \"guid\": \"a5dbe3d5-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"project\": {\n      \"name\": \"Codiny\",\n      \"guid\": \"399cb82b-4ef1-11f1-a30b-b42e99ccf83f\"\n    },\n    \"business_transaction\": {\n      \"name\": \"Акт виконаних робіт\",\n      \"guid\": \"abd4c082-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"amount_income\": 10000,\n    \"amount_expenses\": 0,\n    \"amount_income_int\": 0,\n    \"amount_expenses_int\": 0,\n    \"comment\": \"\"\n  }\n]"
                }
              ]
            },
            {
              "name": "/v1/income-expenses-turnovers-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/income-expenses-turnovers-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "income-expenses-turnovers-list"
                  ],
                  "query": [
                    {
                      "key": "org_guid",
                      "value": "",
                      "description": "guid Организации",
                      "disabled": true
                    },
                    {
                      "key": "start_date",
                      "value": "",
                      "description": "Дата начала 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "end_date",
                      "value": "",
                      "description": "Дата окончания 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "line_of_business_guid",
                      "value": "",
                      "description": "guid направления деятельности",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "doc_guid",
                      "value": "",
                      "description": "guid Документы",
                      "disabled": true
                    },
                    {
                      "key": "department_guid",
                      "value": "",
                      "description": "guid структурной единици",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "project_guid",
                      "value": null,
                      "description": "guid Проект",
                      "type": "text",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список оборотов по регистру"
              },
              "response": [
                {
                  "id": "42b5099b-93bb-42f7-af9a-5b489460ee1d",
                  "name": "income-expenses-turnovers-list (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/income-expenses-turnovers-list",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "income-expenses-turnovers-list"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"analytics\": {\n      \"name\": \"\",\n      \"guid\": \"\",\n      \"type\": \"string\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"subdivision\": {\n      \"name\": \"Back-office\",\n      \"guid\": \"9fbf8cba-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"line_of_business\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"document\": {\n      \"name\": \"\",\n      \"guid\": \"\",\n      \"type\": \"\"\n    },\n    \"general_ledger_account\": {\n      \"name\": \"Выручка\",\n      \"guid\": \"a5dbe3d5-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"project\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"amount_income\": 930986.33,\n    \"amount_expenses\": 0,\n    \"amount_income_int\": 0,\n    \"amount_expenses_int\": 0\n  },\n  {\n    \"analytics\": {\n      \"name\": \"\",\n      \"guid\": \"\",\n      \"type\": \"string\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"subdivision\": {\n      \"name\": \"Back-office\",\n      \"guid\": \"9fbf8cba-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"line_of_business\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"document\": {\n      \"name\": \"\",\n      \"guid\": \"\",\n      \"type\": \"\"\n    },\n    \"general_ledger_account\": {\n      \"name\": \"Комиссии банков\",\n      \"guid\": \"8a8f24da-a2ef-11f0-a307-b42e99ccf83f\"\n    },\n    \"project\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"amount_income\": 0,\n    \"amount_expenses\": 1082.26,\n    \"amount_income_int\": 0,\n    \"amount_expenses_int\": 0\n  }\n]"
                }
              ]
            }
          ]
        },
        {
          "name": "Сash-basis-income-expenses",
          "item": [
            {
              "name": "/v1/cash-basis-income-expenses-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/cash-basis-income-expenses-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "cash-basis-income-expenses-list"
                  ],
                  "query": [
                    {
                      "key": "org_guid",
                      "value": "",
                      "description": "guid Организации",
                      "disabled": true
                    },
                    {
                      "key": "start_date",
                      "value": "",
                      "description": "Дата начала 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "end_date",
                      "value": "",
                      "description": "Дата окончания 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "line_of_business_guid",
                      "value": "",
                      "description": "guid направления деятельности",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "doc_guid",
                      "value": "",
                      "description": "guid Документы",
                      "disabled": true
                    },
                    {
                      "key": "doc_type",
                      "value": null,
                      "description": "тип документа",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "item_guid",
                      "value": null,
                      "description": "guid статти ДДС",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "1",
                      "description": "страница",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "2",
                      "description": "лимит",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список движений по регистру"
              },
              "response": []
            },
            {
              "name": "/v1/cash-basis-income-expenses-turnovers-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/cash-basis-income-expenses-turnovers-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "cash-basis-income-expenses-turnovers-list"
                  ],
                  "query": [
                    {
                      "key": "org_guid",
                      "value": "",
                      "description": "guid Организации",
                      "disabled": true
                    },
                    {
                      "key": "start_date",
                      "value": "",
                      "description": "Дата начала 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "end_date",
                      "value": "",
                      "description": "Дата окончания 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "line_of_business_guid",
                      "value": "",
                      "description": "guid направления деятельности",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "doc_guid",
                      "value": "",
                      "description": "guid Документы",
                      "disabled": true
                    },
                    {
                      "key": "doc_type",
                      "value": "",
                      "description": "тип документа",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "item_guid",
                      "value": "",
                      "description": "guid статти ДДС",
                      "type": "text",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список оборотов по регистру"
              },
              "response": []
            }
          ]
        },
        {
          "name": "Сustomer-settlements-list",
          "item": [
            {
              "name": "/v1/customer-settlements-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/customer-settlements-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "customer-settlements-list"
                  ],
                  "query": [
                    {
                      "key": "org_guid",
                      "value": "",
                      "description": "guid Организации",
                      "disabled": true
                    },
                    {
                      "key": "start_date",
                      "value": "",
                      "description": "Дата начала 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "end_date",
                      "value": "",
                      "description": "Дата окончания 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "doc_guid",
                      "value": "",
                      "description": "guid Документы",
                      "disabled": true
                    },
                    {
                      "key": "doc_type",
                      "value": "",
                      "description": "тип документа",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "counterparty_guid",
                      "value": "",
                      "description": "guid контрагента",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "1",
                      "description": "страница",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "2",
                      "description": "лимит",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список движений по регистру"
              },
              "response": [
                {
                  "id": "8e02cb35-1b5e-4577-a7e8-92d5f9879674",
                  "name": "customer-settlements-list (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/customer-settlements-list",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "customer-settlements-list"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"date\": \"01.08.2026 12:00:00\",\n    \"document\": {\n      \"name\": \"Акт выполненных работ 92 от 01.08.2026\",\n      \"guid\": \"fe1ae7c2-89ba-11f1-a70a-d52f6db79f8f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"type_of_calculations\": \"Manually\",\n    \"counterparty\": {\n      \"name\": \"Codiny s.r.o.\",\n      \"guid\": \"3e75cb72-eca6-11f0-a308-b42e99ccf83f\"\n    },\n    \"order\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"posting_сontents\": \"Возникновение обязательств покупателя\",\n    \"business_transaction\": {\n      \"name\": \"Акт виконаних робіт\",\n      \"guid\": \"abd4c082-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"document_payment\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"payment_amount\": 0,\n    \"document_row_index\": 0,\n    \"VAT_amount\": 0,\n    \"VAT\": 0,\n    \"well\": 1,\n    \"multiplicity\": 1,\n    \"currency\": {\n      \"name\": \"\",\n      \"kod\": \"\",\n      \"guid\": \"00000000-0000-0000-0000-000000000000\"\n    },\n    \"payment_by_certificate\": false,\n    \"this_is_order_payment\": false,\n    \"amount\": 60000,\n    \"amount_val\": 60000,\n    \"amount_reg\": 60000,\n    \"amount_int\": 0,\n    \"amount_val_int\": 60000,\n    \"amount_reg_int\": 60000,\n    \"comment\": \"\"\n  },\n  {\n    \"date\": \"27.07.2026 16:16:28\",\n    \"document\": {\n      \"name\": \"Акт выполненных работ 92 от 01.08.2026\",\n      \"guid\": \"fe1ae7c2-89ba-11f1-a70a-d52f6db79f8f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"type_of_calculations\": \"Manually\",\n    \"counterparty\": {\n      \"name\": \"Codiny s.r.o.\",\n      \"guid\": \"3e75cb72-eca6-11f0-a308-b42e99ccf83f\"\n    },\n    \"order\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"posting_сontents\": \"Оплата долга\",\n    \"business_transaction\": {\n      \"name\": \"Від покупця\",\n      \"guid\": \"abd4c0c7-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"document_payment\": {\n      \"name\": \"Поступление в кассу 34 от 27.07.2026\",\n      \"guid\": \"5c3f335c-89bd-11f1-a70a-d52f6db79f8f\"\n    },\n    \"payment_amount\": 60000,\n    \"document_row_index\": 0,\n    \"VAT_amount\": 0,\n    \"VAT\": 0,\n    \"well\": 1,\n    \"multiplicity\": 1,\n    \"currency\": {\n      \"name\": \"CZK\",\n      \"kod\": \"203\",\n      \"guid\": \"2160cce2-a2c5-11f0-a307-b42e99ccf83f\"\n    },\n    \"payment_by_certificate\": false,\n    \"this_is_order_payment\": false,\n    \"amount\": 60000,\n    \"amount_val\": 60000,\n    \"amount_reg\": 60000,\n    \"amount_int\": 0,\n    \"amount_val_int\": 60000,\n    \"amount_reg_int\": 60000,\n    \"comment\": \"\"\n  }\n]"
                }
              ]
            },
            {
              "name": "/v1/customer-settlements-leftovers-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/customer-settlements-leftovers-list?page=1&limit=1",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "customer-settlements-leftovers-list"
                  ],
                  "query": [
                    {
                      "key": "org_guid",
                      "value": "",
                      "description": "guid Организации",
                      "disabled": true
                    },
                    {
                      "key": "start_date",
                      "value": "",
                      "description": "Дата начала 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "end_date",
                      "value": "",
                      "description": "Дата окончания 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "doc_guid",
                      "value": "",
                      "description": "guid Документы",
                      "disabled": true
                    },
                    {
                      "key": "doc_type",
                      "value": "",
                      "description": "тип документа",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "counterparty_guid",
                      "value": "",
                      "description": "guid контрагента",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "1",
                      "description": "страница",
                      "type": "text"
                    },
                    {
                      "key": "limit",
                      "value": "1",
                      "description": "лимит",
                      "type": "text"
                    }
                  ]
                },
                "description": "Получить список оборотов и остатков по регистру"
              },
              "response": [
                {
                  "id": "166f6b6e-7b93-4ea8-9b01-a2daca27225f",
                  "name": "customer-settlements-leftovers-list (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/customer-settlements-leftovers-list",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "customer-settlements-leftovers-list"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"type_of_calculations\": \"debt\",\n    \"counterparty\": {\n      \"name\": \"DOMOSTAV TZB a.s.\",\n      \"guid\": \"c040e235-a2c6-11f0-a307-b42e99ccf83f\"\n    },\n    \"contracts\": {\n      \"name\": \"CZK\",\n      \"guid\": \"c040e234-a2c6-11f0-a307-b42e99ccf83f\"\n    },\n    \"Certificate_Of_Services_Rendered\": {\n      \"name\": \"Акт выполненных работ 1 от 04.08.2025\",\n      \"guid\": \"9707bf32-a2c8-11f0-a307-b42e99ccf83f\",\n      \"type\": \"Certificate_Of_Services_Rendered\"\n    },\n    \"document\": {\n      \"name\": \"\",\n      \"guid\": \"\",\n      \"type\": \"\"\n    },\n    \"opening_balance\": 0,\n    \"receipt\": 54375,\n    \"expense\": 54375,\n    \"closing_balance\": 0,\n    \"curr_opening_balance\": 0,\n    \"curr_receipt\": 54375,\n    \"curr_expense\": 54375,\n    \"curr_closing_balance\": 0\n  },\n  {\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"type_of_calculations\": \"debt\",\n    \"counterparty\": {\n      \"name\": \"Harodeko work s.r.o.\",\n      \"guid\": \"3e54d57f-a2c7-11f0-a307-b42e99ccf83f\"\n    },\n    \"contracts\": {\n      \"name\": \"CZK\",\n      \"guid\": \"3e54d57e-a2c7-11f0-a307-b42e99ccf83f\"\n    },\n    \"Certificate_Of_Services_Rendered\": {\n      \"name\": \"Акт выполненных работ 2 от 04.08.2025\",\n      \"guid\": \"5948179f-a2cf-11f0-a307-b42e99ccf83f\",\n      \"type\": \"Certificate_Of_Services_Rendered\"\n    },\n    \"document\": {\n      \"name\": \"\",\n      \"guid\": \"\",\n      \"type\": \"\"\n    },\n    \"opening_balance\": 0,\n    \"receipt\": 47500,\n    \"expense\": 47500,\n    \"closing_balance\": 0,\n    \"curr_opening_balance\": 0,\n    \"curr_receipt\": 47500,\n    \"curr_expense\": 47500,\n    \"curr_closing_balance\": 0\n  }\n]"
                }
              ]
            }
          ]
        },
        {
          "name": "Vendor-settlements-list",
          "item": [
            {
              "name": "/v1/vendor-settlements-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/vendor-settlements-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "vendor-settlements-list"
                  ],
                  "query": [
                    {
                      "key": "org_guid",
                      "value": "",
                      "description": "guid Организации",
                      "disabled": true
                    },
                    {
                      "key": "start_date",
                      "value": "",
                      "description": "Дата начала 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "end_date",
                      "value": "",
                      "description": "Дата окончания 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "doc_guid",
                      "value": "",
                      "description": "guid Документы",
                      "disabled": true
                    },
                    {
                      "key": "doc_type",
                      "value": "",
                      "description": "тип документа",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "counterparty_guid",
                      "value": "",
                      "description": "guid контрагента",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "1",
                      "description": "страница",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "2",
                      "description": "лимит",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список движений по регистру"
              },
              "response": [
                {
                  "id": "46602203-2d03-48fd-981e-3d5cdb4a5830",
                  "name": "vendor-settlements-list (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/vendor-settlements-list",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "vendor-settlements-list"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"date\": \"31.07.2026 23:59:59\",\n    \"document\": {\n      \"name\": \"Приходная накладная 28 (вх. 01/06.2026) от 30.06.2026\",\n      \"guid\": \"d4eb8665-7ae9-11f1-a70a-d52f6db79f8f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"type_of_calculations\": \"\",\n    \"counterparty\": {\n      \"name\": \"PE OLCHYDAIEVSKA ANASTASIIA\",\n      \"guid\": \"4f8c6b2b-7ae9-11f1-a70a-d52f6db79f8f\"\n    },\n    \"order\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"posting_сontents\": \"Курсовая разница\",\n    \"business_transaction\": {\n      \"name\": \"\",\n      \"guid\": \"00000000-0000-0000-0000-000000000000\"\n    },\n    \"document_payment\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"payment_amount\": 0,\n    \"document_row_index\": 0,\n    \"VAT_amount\": 0,\n    \"VAT\": 0,\n    \"well\": 0,\n    \"multiplicity\": 0,\n    \"currency\": {\n      \"name\": \"\",\n      \"kod\": \"\",\n      \"guid\": \"00000000-0000-0000-0000-000000000000\"\n    },\n    \"this_is_order_payment\": false,\n    \"amount\": 1819.82,\n    \"amount_val\": 0,\n    \"amount_reg\": 1819.82,\n    \"amount_int\": 0,\n    \"amount_val_int\": 0,\n    \"amount_reg_int\": 0,\n    \"comment\": \"#Создан автоматически, помощником закрытия месяца.\"\n  },\n  {\n    \"date\": \"31.07.2026 23:59:59\",\n    \"document\": {\n      \"name\": \"Приходная накладная 30 (вх. 7/5 - 2025) от 06.07.2026\",\n      \"guid\": \"b78cd7be-7c71-11f1-a70a-d52f6db79f8f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"type_of_calculations\": \"\",\n    \"counterparty\": {\n      \"name\": \"PE ZULTSER KATERYNA\",\n      \"guid\": \"264de946-a378-11f0-a307-b42e99ccf83f\"\n    },\n    \"order\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"posting_сontents\": \"Курсовая разница\",\n    \"business_transaction\": {\n      \"name\": \"\",\n      \"guid\": \"00000000-0000-0000-0000-000000000000\"\n    },\n    \"document_payment\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"payment_amount\": 0,\n    \"document_row_index\": 0,\n    \"VAT_amount\": 0,\n    \"VAT\": 0,\n    \"well\": 0,\n    \"multiplicity\": 0,\n    \"currency\": {\n      \"name\": \"\",\n      \"kod\": \"\",\n      \"guid\": \"00000000-0000-0000-0000-000000000000\"\n    },\n    \"this_is_order_payment\": false,\n    \"amount\": 183.71,\n    \"amount_val\": 0,\n    \"amount_reg\": 183.71,\n    \"amount_int\": 0,\n    \"amount_val_int\": 0,\n    \"amount_reg_int\": 0,\n    \"comment\": \"#Создан автоматически, помощником закрытия месяца.\"\n  }\n]"
                }
              ]
            },
            {
              "name": "/v1/vendor-settlements-leftovers-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/vendor-settlements-leftovers-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "vendor-settlements-leftovers-list"
                  ],
                  "query": [
                    {
                      "key": "org_guid",
                      "value": "",
                      "description": "guid Организации",
                      "disabled": true
                    },
                    {
                      "key": "start_date",
                      "value": "",
                      "description": "Дата начала 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "end_date",
                      "value": "",
                      "description": "Дата окончания 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "doc_guid",
                      "value": "",
                      "description": "guid Документы",
                      "disabled": true
                    },
                    {
                      "key": "doc_type",
                      "value": "",
                      "description": "тип документа",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "counterparty_guid",
                      "value": "",
                      "description": "guid контрагента",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "1",
                      "description": "страница",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "2",
                      "description": "лимит",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список оборотов и остатков по регистру"
              },
              "response": [
                {
                  "id": "a1b21965-e2f9-4984-956e-26ed9e254215",
                  "name": "vendor-settlements-leftovers-list (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/vendor-settlements-leftovers-list",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "vendor-settlements-leftovers-list"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"type_of_calculations\": \"debt\",\n    \"counterparty\": {\n      \"name\": \"Natalia Saroian\",\n      \"guid\": \"dc06698a-a2f2-11f0-a307-b42e99ccf83f\"\n    },\n    \"contracts\": {\n      \"name\": \"Основной договор\",\n      \"guid\": \"dc06669e-a2f2-11f0-a307-b42e99ccf83f\"\n    },\n    \"Purchase_Invoice\": {\n      \"name\": \"Приходная накладная 3 (вх. 2025-00052) от 29.08.2025\",\n      \"guid\": \"24576a15-a2f3-11f0-a307-b42e99ccf83f\",\n      \"type\": \"Purchase_Invoice\"\n    },\n    \"document\": {\n      \"name\": \"\",\n      \"guid\": \"\",\n      \"type\": \"\"\n    },\n    \"opening_balance\": 0,\n    \"receipt\": 12750,\n    \"expense\": 12750,\n    \"closing_balance\": 0,\n    \"curr_opening_balance\": 0,\n    \"curr_receipt\": 12750,\n    \"curr_expense\": 12750,\n    \"curr_closing_balance\": 0\n  },\n  {\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"type_of_calculations\": \"debt\",\n    \"counterparty\": {\n      \"name\": \"Smart development system s.r.o.\",\n      \"guid\": \"ae7ff72a-002c-11f1-a308-b42e99ccf83f\"\n    },\n    \"contracts\": {\n      \"name\": \"Основной договор\",\n      \"guid\": \"ae7ff6cf-002c-11f1-a308-b42e99ccf83f\"\n    },\n    \"Purchase_Invoice\": {\n      \"name\": \"Приходная накладная 16 (вх. 2026067) от 03.04.2026\",\n      \"guid\": \"ad9dd570-2fc1-11f1-a309-b42e99ccf83f\",\n      \"type\": \"Purchase_Invoice\"\n    },\n    \"document\": {\n      \"name\": \"\",\n      \"guid\": \"\",\n      \"type\": \"\"\n    },\n    \"opening_balance\": 0,\n    \"receipt\": 9680,\n    \"expense\": 9680,\n    \"closing_balance\": 0,\n    \"curr_opening_balance\": 0,\n    \"curr_receipt\": 9680,\n    \"curr_expense\": 9680,\n    \"curr_closing_balance\": 0\n  }\n]"
                }
              ]
            }
          ]
        },
        {
          "name": "Other-settlements-list",
          "item": [
            {
              "name": "/v1/other-settlements-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/other-settlements-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "other-settlements-list"
                  ],
                  "query": [
                    {
                      "key": "org_guid",
                      "value": "",
                      "description": "guid Организации",
                      "disabled": true
                    },
                    {
                      "key": "start_date",
                      "value": "",
                      "description": "Дата начала 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "end_date",
                      "value": "",
                      "description": "Дата окончания 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "doc_guid",
                      "value": "",
                      "description": "guid Документы",
                      "disabled": true
                    },
                    {
                      "key": "doc_type",
                      "value": "",
                      "description": "тип документа",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "counterparty_guid",
                      "value": "",
                      "description": "guid контрагента",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "1",
                      "description": "страница",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "2",
                      "description": "лимит",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список движений по регистру"
              },
              "response": [
                {
                  "id": "56580da2-61ef-4043-99e6-83e8e9ce51ce",
                  "name": "other-settlements-list (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/other-settlements-list",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "other-settlements-list"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"date\": \"30.07.2026 0:00:00\",\n    \"document\": {\n      \"name\": \"Расход со счета 326 (вх. 0ed48af56a58452bc7b6) от 30.07.2026\",\n      \"doc_type\": \"Bank_Payment\",\n      \"guid\": \"2746e3d8-8c82-11f1-a70b-df72603abcb8\"\n    },\n    \"general_ledger_account\": {\n      \"name\": \"Займ от учредителя - Валерий\",\n      \"guid\": \"4fbd192e-e32a-11f0-a308-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"counterparty\": {\n      \"name\": \"Valerii Sivolgin - jednatel\",\n      \"guid\": \"0caee616-e32a-11f0-a308-b42e99ccf83f\"\n    },\n    \"posting_сontents\": \"Учет расчетов по прочим операциям\",\n    \"comment\": \"Увеличение долга контрагента\",\n    \"business_transaction\": {\n      \"name\": \"Інші розрахунки\",\n      \"guid\": \"abd4c0fe-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"amount\": 121000,\n    \"amount_val\": 121000\n  },\n  {\n    \"date\": \"29.07.2026 0:00:00\",\n    \"document\": {\n      \"name\": \"Расход со счета 324 (вх. 98ddaaf9818c3959d7e9) от 29.07.2026\",\n      \"doc_type\": \"Bank_Payment\",\n      \"guid\": \"fcd1f58f-8bb8-11f1-a70b-df72603abcb8\"\n    },\n    \"general_ledger_account\": {\n      \"name\": \"Займ от учредителя - Семен\",\n      \"guid\": \"9c99a965-a2f3-11f0-a307-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"counterparty\": {\n      \"name\": \"Semen Tsyhanok - jednatel\",\n      \"guid\": \"da856bc6-a2ef-11f0-a307-b42e99ccf83f\"\n    },\n    \"posting_сontents\": \"Учет расчетов по прочим операциям\",\n    \"comment\": \"Увеличение долга контрагента\",\n    \"business_transaction\": {\n      \"name\": \"Інші розрахунки\",\n      \"guid\": \"abd4c0fe-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"amount\": 3249,\n    \"amount_val\": 3249\n  }\n]"
                }
              ]
            },
            {
              "name": "/v1/other-settlements-leftovers-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/other-settlements-leftovers-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "other-settlements-leftovers-list"
                  ],
                  "query": [
                    {
                      "key": "org_guid",
                      "value": "",
                      "description": "guid Организации",
                      "disabled": true
                    },
                    {
                      "key": "start_date",
                      "value": "",
                      "description": "Дата начала 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "end_date",
                      "value": "",
                      "description": "Дата окончания 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "counterparty_guid",
                      "value": "",
                      "description": "guid контрагента",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "1",
                      "description": "страница",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "2",
                      "description": "лимит",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список оборотов и остатков по регистру"
              },
              "response": [
                {
                  "id": "2fd439d9-fc5b-42a8-84e2-14308e4340e4",
                  "name": "other-settlements-leftovers-list (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/other-settlements-leftovers-list",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "other-settlements-leftovers-list"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"counterparty\": {\n      \"name\": \"Semen Tsyhanok - jednatel\",\n      \"guid\": \"da856bc6-a2ef-11f0-a307-b42e99ccf83f\"\n    },\n    \"contracts\": {\n      \"name\": \"Дивиденды Семен\",\n      \"guid\": \"da856bc5-a2ef-11f0-a307-b42e99ccf83f\"\n    },\n    \"general_ledger_account\": {\n      \"name\": \"Расчеты по выплате дивидендов - Семен\",\n      \"guid\": \"76a24c97-a2f2-11f0-a307-b42e99ccf83f\"\n    },\n    \"opening_balance\": 0,\n    \"receipt\": 1648700.23,\n    \"expense\": 77304.67,\n    \"closing_balance\": 1571395.56,\n    \"curr_opening_balance\": 0,\n    \"curr_receipt\": 1648700.23,\n    \"curr_expense\": 77304.67,\n    \"curr_closing_balance\": 1571395.56\n  },\n  {\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"counterparty\": {\n      \"name\": \"Semen Tsyhanok - jednatel\",\n      \"guid\": \"da856bc6-a2ef-11f0-a307-b42e99ccf83f\"\n    },\n    \"contracts\": {\n      \"name\": \"Займ от учредителя - Семен\",\n      \"guid\": \"a2940896-a2f3-11f0-a307-b42e99ccf83f\"\n    },\n    \"general_ledger_account\": {\n      \"name\": \"Займ от учредителя - Семен\",\n      \"guid\": \"9c99a965-a2f3-11f0-a307-b42e99ccf83f\"\n    },\n    \"opening_balance\": 0,\n    \"receipt\": 682200.39,\n    \"expense\": 1675585,\n    \"closing_balance\": -993384.61,\n    \"curr_opening_balance\": 0,\n    \"curr_receipt\": 682200.39,\n    \"curr_expense\": 1675585,\n    \"curr_closing_balance\": -993384.61\n  }\n]"
                }
              ]
            }
          ]
        },
        {
          "name": "Inventories-list",
          "item": [
            {
              "name": "/v1/inventories-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/inventories-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "inventories-list"
                  ],
                  "query": [
                    {
                      "key": "org_guid",
                      "value": "",
                      "description": "guid Организации",
                      "disabled": true
                    },
                    {
                      "key": "start_date",
                      "value": "",
                      "description": "Дата начала 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "end_date",
                      "value": "",
                      "description": "Дата окончания 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "doc_guid",
                      "value": "",
                      "description": "guid Документы",
                      "disabled": true
                    },
                    {
                      "key": "doc_type",
                      "value": "",
                      "description": "тип документа",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "department_guid",
                      "value": "",
                      "description": "guid структурная единица",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "product_guid",
                      "value": "",
                      "description": "guid номенклатуры",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "1",
                      "description": "страница",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "2",
                      "description": "лимит",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список движений по регистру"
              },
              "response": [
                {
                  "id": "0a9e1389-9627-466c-9788-aba668ae95e8",
                  "name": "inventories-list (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/inventories-list",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "inventories-list"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"date\": \"30.06.2026 12:00:16\",\n    \"registrar\": {\n      \"name\": \"Акт выполненных работ 89 от 30.06.2026\",\n      \"guid\": \"194f255e-7ae0-11f1-a70a-d52f6db79f8f\",\n      \"doc_type\": \"Certificate_Of_Services_Rendered\"\n    },\n    \"Movement_Type\": \"expense\",\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"document\": {\n      \"name\": \"\",\n      \"guid\": \"\",\n      \"type\": \"\"\n    },\n    \"general_ledger_account\": {\n      \"name\": \"Коммерческие расходы\",\n      \"guid\": \"a5dbe3d7-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"subdivision\": {\n      \"name\": \"Consulting\",\n      \"guid\": \"fda45aca-b8db-11f0-a308-b42e99ccf83f\"\n    },\n    \"responsible\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5e-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"VAT\": 0,\n    \"posting_сontents\": \"Списание запас\",\n    \"business_transaction\": {\n      \"name\": \"Акт виконаних робіт\",\n      \"guid\": \"abd4c082-987f-11f0-a307-b42e99ccf83f\",\n      \"code\": \"\"\n    },\n    \"Certificate_Of_Services_Rendered\": {\n      \"name\": \"Акт выполненных работ 89 от 30.06.2026\",\n      \"guid\": \"194f255e-7ae0-11f1-a70a-d52f6db79f8f\",\n      \"type\": \"Certificate_Of_Services_Rendered\"\n    },\n    \"Return\": false,\n    \"Product\": {\n      \"name\": \"Management Consulting Services\",\n      \"guid\": \"c25e37a9-2fae-11f1-a309-b42e99ccf83f\"\n    },\n    \"Characteristic\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"quantity\": 25,\n    \"amount\": 0,\n    \"quantity_int\": 0,\n    \"amount_int\": 0\n  },\n  {\n    \"date\": \"30.06.2026 12:00:16\",\n    \"registrar\": {\n      \"name\": \"Акт выполненных работ 89 от 30.06.2026\",\n      \"guid\": \"194f255e-7ae0-11f1-a70a-d52f6db79f8f\",\n      \"doc_type\": \"Certificate_Of_Services_Rendered\"\n    },\n    \"Movement_Type\": \"receipt\",\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"document\": {\n      \"name\": \"\",\n      \"guid\": \"\",\n      \"type\": \"\"\n    },\n    \"general_ledger_account\": {\n      \"name\": \"Коммерческие расходы\",\n      \"guid\": \"a5dbe3d7-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"subdivision\": {\n      \"name\": \"Consulting\",\n      \"guid\": \"fda45aca-b8db-11f0-a308-b42e99ccf83f\"\n    },\n    \"responsible\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"VAT\": 0,\n    \"posting_сontents\": \"Сборка запасов\",\n    \"business_transaction\": {\n      \"name\": \"Акт виконаних робіт\",\n      \"guid\": \"abd4c082-987f-11f0-a307-b42e99ccf83f\",\n      \"code\": \"\"\n    },\n    \"Return\": false,\n    \"Product\": {\n      \"name\": \"Management Consulting Services\",\n      \"guid\": \"c25e37a9-2fae-11f1-a309-b42e99ccf83f\"\n    },\n    \"Characteristic\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"quantity\": 25,\n    \"amount\": 0,\n    \"quantity_int\": 0,\n    \"amount_int\": 0\n  }\n]"
                }
              ]
            },
            {
              "name": "/v1/inventories-leftovers-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/inventories-leftovers-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "inventories-leftovers-list"
                  ],
                  "query": [
                    {
                      "key": "org_guid",
                      "value": "",
                      "description": "guid Организации",
                      "disabled": true
                    },
                    {
                      "key": "start_date",
                      "value": "",
                      "description": "Дата начала 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "end_date",
                      "value": "",
                      "description": "Дата окончания 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "department_guid",
                      "value": null,
                      "description": "guid структурная единица",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "product_guid",
                      "value": null,
                      "description": "guid номенклатуры",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "2",
                      "description": "лимит",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "1",
                      "description": "страница",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список остатков по регистру"
              },
              "response": [
                {
                  "id": "7db25330-2d59-484b-bda1-994db918ede4",
                  "name": "inventories-leftovers-list (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/inventories-leftovers-list",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "inventories-leftovers-list"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"document\": {\n      \"name\": \"\",\n      \"guid\": \"\",\n      \"type\": \"\"\n    },\n    \"general_ledger_account\": {\n      \"name\": \"Нематериальные активы\",\n      \"guid\": \"15147f6a-e504-11f0-a308-b42e99ccf83f\"\n    },\n    \"subdivision\": {\n      \"name\": \"Основний склад\",\n      \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"Product\": {\n      \"name\": \"BAS хранилище (стоимость до 01.11.2025)\",\n      \"guid\": \"8bf9d341-e503-11f0-a308-b42e99ccf83f\"\n    },\n    \"Characteristic\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"quantity\": 1,\n    \"amount\": 600000,\n    \"quantity_int\": 0,\n    \"amount_int\": 0\n  }\n]"
                }
              ]
            },
            {
              "name": "/v1/inventories-turnovers-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/inventories-turnovers-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "inventories-turnovers-list"
                  ],
                  "query": [
                    {
                      "key": "org_guid",
                      "value": "",
                      "description": "guid Организации",
                      "disabled": true
                    },
                    {
                      "key": "start_date",
                      "value": "",
                      "description": "Дата начала 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "end_date",
                      "value": "",
                      "description": "Дата окончания 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "department_guid",
                      "value": null,
                      "description": "guid структурная единица",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "product_guid",
                      "value": null,
                      "description": "guid номенклатуры",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "1",
                      "description": "страница",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "2",
                      "description": "лимит",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список оборотов по регистру"
              },
              "response": [
                {
                  "id": "e17444c8-b07c-49af-8dc8-222cb68cd24f",
                  "name": "inventories-turnovers-list (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/inventories-turnovers-list",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "inventories-turnovers-list"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"document\": {\n      \"name\": \"\",\n      \"guid\": \"\",\n      \"type\": \"\"\n    },\n    \"general_ledger_account\": {\n      \"name\": \"Нематериальные активы\",\n      \"guid\": \"15147f6a-e504-11f0-a308-b42e99ccf83f\"\n    },\n    \"subdivision\": {\n      \"name\": \"Основний склад\",\n      \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"Product\": {\n      \"name\": \"BAS хранилище (стоимость до 01.11.2025)\",\n      \"guid\": \"8bf9d341-e503-11f0-a308-b42e99ccf83f\"\n    },\n    \"Characteristic\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"quantity_receipt\": 1,\n    \"quantity_expense\": 0,\n    \"amount_receipt\": 600000,\n    \"amount_expense\": 0\n  },\n  {\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"document\": {\n      \"name\": \"\",\n      \"guid\": \"\",\n      \"type\": \"\"\n    },\n    \"general_ledger_account\": {\n      \"name\": \"Вложения в имущество (имущество на складах)\",\n      \"guid\": \"a5dbe3ae-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"subdivision\": {\n      \"name\": \"Основний склад\",\n      \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"Product\": {\n      \"name\": \"520i Limousine (11FJ; Gebrauchtwagen) WIN: WBA11FJ010CT60067\",\n      \"guid\": \"d0a9b25f-a374-11f0-a307-b42e99ccf83f\"\n    },\n    \"Characteristic\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"quantity_receipt\": 1,\n    \"quantity_expense\": 1,\n    \"amount_receipt\": 1008552.06,\n    \"amount_expense\": 1008552.06\n  }\n]"
                }
              ]
            }
          ]
        },
        {
          "name": "Warehouse-Inventories-list",
          "item": [
            {
              "name": "/v1/warehouse-inventories-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/warehouse-inventories-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "warehouse-inventories-list"
                  ],
                  "query": [
                    {
                      "key": "org_guid",
                      "value": "",
                      "description": "guid Организации",
                      "disabled": true
                    },
                    {
                      "key": "start_date",
                      "value": "",
                      "description": "Дата начала 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "end_date",
                      "value": "",
                      "description": "Дата окончания 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "doc_guid",
                      "value": "",
                      "description": "guid Документы",
                      "disabled": true
                    },
                    {
                      "key": "doc_type",
                      "value": "",
                      "description": "тип документа",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "department_guid",
                      "value": "",
                      "description": "guid структурная единица",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "product_guid",
                      "value": "",
                      "description": "guid номенклатуры",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "1",
                      "description": "страница",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "2",
                      "description": "лимит",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список движений по регистру"
              },
              "response": [
                {
                  "id": "0213bafb-9e15-4ff6-9124-0e5acaba05d8",
                  "name": "warehouse-inventories-list (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/warehouse-inventories-list",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "warehouse-inventories-list"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"date\": \"13.11.2025 12:00:01\",\n    \"registrar\": {\n      \"name\": \"Списание запасов 1 от 13.11.2025\",\n      \"guid\": \"0034036b-e4d8-11f0-a308-b42e99ccf83f\",\n      \"doc_type\": \"Other\"\n    },\n    \"Movement_Type\": \"expense\",\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"subdivision\": {\n      \"name\": \"Основний склад\",\n      \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"business_transaction\": {\n      \"name\": \"Списання запасів\",\n      \"guid\": \"abd4c10e-987f-11f0-a307-b42e99ccf83f\",\n      \"code\": \"\"\n    },\n    \"Product\": {\n      \"name\": \"HIKVISION PŘÍSTUPOVÝ TERMINÁL DS-K1T805MBFWX\",\n      \"guid\": \"3ab801a6-ceb1-11f0-a308-b42e99ccf83f\"\n    },\n    \"Characteristic\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"quantity\": 1,\n    \"quantity_int\": 0\n  },\n  {\n    \"date\": \"13.11.2025 12:00:00\",\n    \"registrar\": {\n      \"name\": \"Приходная накладная 19 от 13.11.2025\",\n      \"guid\": \"4f99c875-ceb1-11f0-a308-b42e99ccf83f\",\n      \"doc_type\": \"Purchase_Invoice\"\n    },\n    \"Movement_Type\": \"receipt\",\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"subdivision\": {\n      \"name\": \"Основний склад\",\n      \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"business_transaction\": {\n      \"name\": \"Надходження від постачальника\",\n      \"guid\": \"abd4c0f1-987f-11f0-a307-b42e99ccf83f\",\n      \"code\": \"\"\n    },\n    \"Product\": {\n      \"name\": \"HIKVISION PŘÍSTUPOVÝ TERMINÁL DS-K1T805MBFWX\",\n      \"guid\": \"3ab801a6-ceb1-11f0-a308-b42e99ccf83f\"\n    },\n    \"Characteristic\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"quantity\": 1,\n    \"quantity_int\": 0\n  }\n]"
                }
              ]
            },
            {
              "name": "/v1/warehouse-inventories-leftovers-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/warehouse-inventories-leftovers-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "warehouse-inventories-leftovers-list"
                  ],
                  "query": [
                    {
                      "key": "org_guid",
                      "value": "",
                      "description": "guid Организации",
                      "disabled": true
                    },
                    {
                      "key": "start_date",
                      "value": "",
                      "description": "Дата начала 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "end_date",
                      "value": "",
                      "description": "Дата окончания 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "department_guid",
                      "value": null,
                      "description": "guid структурная единица",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "product_guid",
                      "value": null,
                      "description": "guid номенклатуры",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "2",
                      "description": "лимит",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "1",
                      "description": "страница",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список остатков по регистру"
              },
              "response": [
                {
                  "id": "f60627c9-9162-4ccd-b9b4-e10b9a419ba7",
                  "name": "warehouse-inventories-leftovers-list (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/warehouse-inventories-leftovers-list",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "warehouse-inventories-leftovers-list"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"subdivision\": {\n      \"name\": \"Основний склад\",\n      \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"Product\": {\n      \"name\": \"BAS хранилище (стоимость до 01.11.2025)\",\n      \"guid\": \"8bf9d341-e503-11f0-a308-b42e99ccf83f\"\n    },\n    \"Characteristic\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"quantity\": 1,\n    \"quantity_int\": 0\n  }\n]"
                }
              ]
            },
            {
              "name": "/v1/warehouse-inventories-turnovers-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/warehouse-inventories-turnovers-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "warehouse-inventories-turnovers-list"
                  ],
                  "query": [
                    {
                      "key": "org_guid",
                      "value": "",
                      "description": "guid Организации",
                      "disabled": true
                    },
                    {
                      "key": "start_date",
                      "value": "",
                      "description": "Дата начала 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "end_date",
                      "value": "",
                      "description": "Дата окончания 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "department_guid",
                      "value": null,
                      "description": "guid структурная единица",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "product_guid",
                      "value": null,
                      "description": "guid номенклатуры",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "1",
                      "description": "страница",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "2",
                      "description": "лимит",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список оборотов по регистру"
              },
              "response": [
                {
                  "id": "f01076ac-cba1-496f-8246-b147050ffd9f",
                  "name": "warehouse-inventories-turnovers-list (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/warehouse-inventories-turnovers-list",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "warehouse-inventories-turnovers-list"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"subdivision\": {\n      \"name\": \"Основний склад\",\n      \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"Product\": {\n      \"name\": \"BAS хранилище (стоимость до 01.11.2025)\",\n      \"guid\": \"8bf9d341-e503-11f0-a308-b42e99ccf83f\"\n    },\n    \"Characteristic\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"quantity_receipt\": 1,\n    \"quantity_expense\": 0\n  },\n  {\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"subdivision\": {\n      \"name\": \"Основний склад\",\n      \"guid\": \"9fbf8cbb-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"Product\": {\n      \"name\": \"520i Limousine (11FJ; Gebrauchtwagen) WIN: WBA11FJ010CT60067\",\n      \"guid\": \"d0a9b25f-a374-11f0-a307-b42e99ccf83f\"\n    },\n    \"Characteristic\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"quantity_receipt\": 1,\n    \"quantity_expense\": 1\n  }\n]"
                }
              ]
            }
          ]
        },
        {
          "name": "Sales-list",
          "item": [
            {
              "name": "/v1/sales-transactions-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/sales-transactions-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "sales-transactions-list"
                  ],
                  "query": [
                    {
                      "key": "org_guid",
                      "value": "",
                      "description": "guid Организации",
                      "disabled": true
                    },
                    {
                      "key": "start_date",
                      "value": "",
                      "description": "Дата начала 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "end_date",
                      "value": "",
                      "description": "Дата окончания 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "doc_guid",
                      "value": "",
                      "description": "guid Документы",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "1",
                      "description": "страница",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "2",
                      "description": "лимит",
                      "disabled": true
                    },
                    {
                      "key": "doc_type",
                      "value": "",
                      "description": "тип документа",
                      "disabled": true
                    },
                    {
                      "key": "product_guid",
                      "value": null,
                      "description": "guid Номенклатуры",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "line_of_business_guid",
                      "value": null,
                      "description": "guid Направление деятельности",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "department_guid",
                      "value": null,
                      "description": "guid Склад/Подразделление",
                      "type": "text",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список движений по регистру"
              },
              "response": [
                {
                  "id": "8612a84e-819c-4277-b2b9-abdc6dbcf52e",
                  "name": "sales-transactions-list (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/sales-transactions-list",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "sales-transactions-list"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"date\": \"25.08.2026 0:00:00\",\n    \"document\": {\n      \"name\": \"Начисления по кредитам и займам 1 от 01.08.2026\",\n      \"doc_type\": \"Other\",\n      \"guid\": \"3f16d09b-89ba-11f1-a70a-d52f6db79f8f\"\n    },\n    \"analytics\": {\n      \"name\": \"Semen Tsyhanok - jednatel\",\n      \"guid\": \"da856bc6-a2ef-11f0-a307-b42e99ccf83f\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"department\": {\n      \"name\": \"Back-office\",\n      \"guid\": \"9fbf8cba-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"line_of_business\": {\n      \"name\": \"Інше\",\n      \"guid\": \"a5dbe453-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"posting_сontents\": \"Расчеты по кредитам и займам\",\n    \"sales_order\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"general_ledger_account\": {\n      \"name\": \"Проценты по кредитам\",\n      \"guid\": \"a5dbe3dc-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"project\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"business_transaction\": {\n      \"name\": \"Нарахування за кредитами\",\n      \"guid\": \"abd4c0bf-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"amount_income\": 0,\n    \"amount_expenses\": 3500,\n    \"amount_income_int\": 0,\n    \"amount_expenses_int\": 0,\n    \"comment\": \"\"\n  },\n  {\n    \"date\": \"01.08.2026 12:00:00\",\n    \"document\": {\n      \"name\": \"Акт выполненных работ 92 от 01.08.2026\",\n      \"doc_type\": \"Certificate_Of_Services_Rendered\",\n      \"guid\": \"fe1ae7c2-89ba-11f1-a70a-d52f6db79f8f\"\n    },\n    \"analytics\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"department\": {\n      \"name\": \"Consulting\",\n      \"guid\": \"fda45aca-b8db-11f0-a308-b42e99ccf83f\"\n    },\n    \"line_of_business\": {\n      \"name\": \"Основний напрямок\",\n      \"guid\": \"a5dbe452-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"posting_сontents\": \"Отражение доходов\",\n    \"sales_order\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"general_ledger_account\": {\n      \"name\": \"Выручка\",\n      \"guid\": \"a5dbe3d5-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"project\": {\n      \"name\": \"Codiny\",\n      \"guid\": \"399cb82b-4ef1-11f1-a30b-b42e99ccf83f\"\n    },\n    \"business_transaction\": {\n      \"name\": \"Акт виконаних робіт\",\n      \"guid\": \"abd4c082-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"amount_income\": 10000,\n    \"amount_expenses\": 0,\n    \"amount_income_int\": 0,\n    \"amount_expenses_int\": 0,\n    \"comment\": \"\"\n  }\n]"
                }
              ]
            },
            {
              "name": "/v1/sales-turnovers-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/sales-turnovers-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "sales-turnovers-list"
                  ],
                  "query": [
                    {
                      "key": "org_guid",
                      "value": "",
                      "description": "guid Организации",
                      "disabled": true
                    },
                    {
                      "key": "product_guid",
                      "value": null,
                      "description": "guid Номенклатура",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "start_date",
                      "value": "",
                      "description": "Дата начала 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "end_date",
                      "value": "",
                      "description": "Дата окончания 28.04.2026 00:00:00",
                      "disabled": true
                    },
                    {
                      "key": "doc_type",
                      "value": "",
                      "description": "тип документа",
                      "disabled": true
                    },
                    {
                      "key": "doc_guid",
                      "value": null,
                      "description": "guid Документа",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "1",
                      "description": "страница",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "2",
                      "description": "лимит",
                      "disabled": true
                    },
                    {
                      "key": "project_guid",
                      "value": null,
                      "description": "guid Проект",
                      "disabled": true
                    },
                    {
                      "key": "department_guid",
                      "value": null,
                      "description": "guid Склад/Подразделление",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список оборотов по регистру"
              },
              "response": [
                {
                  "id": "617b314f-6705-44d6-a984-d9d3dd56f929",
                  "name": "sales-turnovers-list (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/sales-turnovers-list",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "sales-turnovers-list"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"analytics\": {\n      \"name\": \"\",\n      \"guid\": \"\",\n      \"type\": \"string\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"subdivision\": {\n      \"name\": \"Back-office\",\n      \"guid\": \"9fbf8cba-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"line_of_business\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"document\": {\n      \"name\": \"\",\n      \"guid\": \"\",\n      \"type\": \"\"\n    },\n    \"general_ledger_account\": {\n      \"name\": \"Выручка\",\n      \"guid\": \"a5dbe3d5-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"project\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"amount_income\": 930986.33,\n    \"amount_expenses\": 0,\n    \"amount_income_int\": 0,\n    \"amount_expenses_int\": 0\n  },\n  {\n    \"analytics\": {\n      \"name\": \"\",\n      \"guid\": \"\",\n      \"type\": \"string\"\n    },\n    \"organization\": {\n      \"name\": \"BAS Digital s.r.o.\",\n      \"guid\": \"99c7e101-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"subdivision\": {\n      \"name\": \"Back-office\",\n      \"guid\": \"9fbf8cba-987f-11f0-a307-b42e99ccf83f\"\n    },\n    \"line_of_business\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"document\": {\n      \"name\": \"\",\n      \"guid\": \"\",\n      \"type\": \"\"\n    },\n    \"general_ledger_account\": {\n      \"name\": \"Комиссии банков\",\n      \"guid\": \"8a8f24da-a2ef-11f0-a307-b42e99ccf83f\"\n    },\n    \"project\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"amount_income\": 0,\n    \"amount_expenses\": 1082.26,\n    \"amount_income_int\": 0,\n    \"amount_expenses_int\": 0\n  }\n]"
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "name": "Information register",
      "item": [
        {
          "name": "Product-translations-list",
          "item": [
            {
              "name": "/v1/product-translations-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/product-translations-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "product-translations-list"
                  ],
                  "query": [
                    {
                      "key": "product_guid",
                      "value": "",
                      "description": "guid номенклатура",
                      "disabled": true
                    },
                    {
                      "key": "language_guid",
                      "value": "",
                      "description": "guid язык",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": null,
                      "description": "страница",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": null,
                      "description": "количество записей",
                      "type": "text",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список"
              },
              "response": []
            },
            {
              "name": "/v1/product-translations-add",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n    \"Product\": {\r\n        \"name\": \" Емеля сухарики со вкусом печеной телятины 90g\",\r\n        \"guid\": \"719bdd7b-5b58-11f1-8543-b42e99cd016b\"\r\n    },\r\n    \"language\": {\r\n        \"name\": \"Чешская Республика\",\r\n        \"guid\": \"53451cff-a6af-11ef-bd14-901b0ed5b5e1\"\r\n    },\r\n    \"name\": \"Suchárky s příchutí telecí pečeně \\\"Jemelja\\\"\",\r\n    \"description\": \"\"\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/product-translations-add",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "product-translations-add"
                  ]
                },
                "description": "Добавить/изменить записи"
              },
              "response": [
                {
                  "id": "ccc1ee44-5a46-48ca-87ac-66089b3c81ca",
                  "name": "product-translations-add (live)",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                      }
                    ],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/product-translations-add",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "product-translations-add"
                      ]
                    },
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"name\": \"API TEST preklad\",\n  \"language\": \"cs\",\n  \"Product\": {\n    \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\",\n    \"name\": \"\"\n  }\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n  \"list\": [],\n  \"error\": [\n    {\n      \"Data\": \"{\\r\\n\\\"name\\\": \\\"API TEST preklad\\\",\\r\\n\\\"language\\\": \\\"cs\\\",\\r\\n\\\"Product\\\": {\\r\\n\\\"guid\\\": \\\"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\\\",\\r\\n\\\"name\\\": \\\"\\\"\\r\\n}\\r\\n}\",\n      \"error\": \"Значение не является значением объектного типа (guid)\\n{ДополнительныеФункции HTTPСервис.BD_Gateway.Модуль(9828)}:Язык = Справочники.Языки.ПолучитьСсылку(Новый УникальныйИдентификатор(Данные.language.guid));\\n{ДополнительныеФункции HTTPСервис.BD_Gateway.Модуль(9803)}:СтруктураОтвета = ОбработатьСтруктуруНоменклатурыНаРазныхЯзыках(Данные);\\n\"\n    }\n  ]\n}"
                }
              ]
            }
          ]
        },
        {
          "name": "Produc-Barcode-list",
          "item": [
            {
              "name": "/v1/product-barcode-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/product-barcode-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "product-barcode-list"
                  ],
                  "query": [
                    {
                      "key": "product_guid",
                      "value": "",
                      "description": "guid номенклатура",
                      "disabled": true
                    },
                    {
                      "key": "language_guid",
                      "value": "",
                      "description": "guid язык",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "",
                      "description": "страница",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "",
                      "description": "количество записей",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "barcode",
                      "value": null,
                      "description": "Штритхкод номенклатуры",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "supplier_guid",
                      "value": null,
                      "description": "guid поставщика",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "product_code",
                      "value": null,
                      "description": "код номенклатуры",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "parent_guid",
                      "value": null,
                      "description": "guid группа",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "category_guid",
                      "value": null,
                      "description": "guid категория",
                      "type": "text",
                      "disabled": true
                    },
                    {
                      "key": "part_of_the_name",
                      "value": null,
                      "description": "Часть имени номенклатуры",
                      "type": "text",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список"
              },
              "response": []
            },
            {
              "name": "/v1/product-barcode-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/product-barcode-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "product-barcode-create"
                  ]
                },
                "description": "Добавить/изменить записи\n\nТело: структура по контракту API (поля из модуля BD_Gateway / симметрия GET↔Create); GUID из демо-прогона _apitests.",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"Product\": {\n    \"name\": \"Basic Technical Support\",\n    \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n  },\n  \"barcode\": \"4600702089178\",\n  \"Unit\": {\n    \"name\": \"mth\",\n    \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Product prices",
          "item": [
            {
              "name": "/v1/product-prices-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/product-prices-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "product-prices-list"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1",
                      "description": "Номер страницы",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "50",
                      "description": "Размер страницы",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список цен"
              },
              "response": []
            },
            {
              "name": "/v1/product-prices-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/product-prices-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "product-prices-create"
                  ]
                },
                "description": "Добавить/изменить цену\n\nТело: структура по контракту API (поля из модуля BD_Gateway / симметрия GET↔Create); GUID из демо-прогона _apitests.",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"Product\": {\n    \"name\": \"Basic Technical Support\",\n    \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n  },\n  \"Price_type\": {\n    \"name\": \"Цена продажи CZK\",\n    \"guid\": \"99c7e102-987f-11f0-a307-b42e99ccf83f\"\n  },\n  \"price\": 100\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Customer order picking",
          "item": [
            {
              "name": "/v1/customer-order-picking-list",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/customer-order-picking-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "customer-order-picking-list"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1",
                      "description": "Номер страницы",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "50",
                      "description": "Размер страницы",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить список записей регистра"
              },
              "response": [
                {
                  "id": "b926863c-f056-45e6-b84f-7944dfe8ce47",
                  "name": "customer-order-picking-list (live)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/customer-order-picking-list",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "customer-order-picking-list"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"sales_order\": {\n      \"name\": \"Заказ покупателя 5 от 01.03.2026 \",\n      \"guid\": \"dcd80602-1ee1-11f1-a309-b42e99ccf83f\"\n    },\n    \"sales_invoice\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"Product\": {\n      \"name\": \"Basic Technical Support\",\n      \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n    },\n    \"Characteristic\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"Unit\": {\n      \"name\": \"mth\",\n      \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\"\n    },\n    \"counterparty\": {\n      \"name\": \"Korzinka s.r.o.\",\n      \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n    },\n    \"pallet\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"user\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5c-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"date\": \"31.07.2026 0:00:00\",\n    \"Quantity\": 1,\n    \"barcode\": \"APITEST\",\n    \"comment\": \"API TEST\",\n    \"picking_row_id\": \"api-test-1\"\n  }\n]"
                }
              ]
            },
            {
              "name": "/v1/customer-order-picking-create",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/customer-order-picking-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "customer-order-picking-create"
                  ]
                },
                "description": "Добавить/изменить запись регистра",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sales_order\": {\n    \"guid\": \"dcd80602-1ee1-11f1-a309-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"picking_row_id\": \"api-test-1\",\n  \"counterparty\": {\n    \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"comment\": \"API TEST\",\n  \"date\": \"31.07.2026 0:00:00\",\n  \"Quantity\": 1,\n  \"barcode\": \"APITEST\",\n  \"Product\": {\n    \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"Unit\": {\n    \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "dbbcd37c-9287-4cf5-ac7b-a375e48ee951",
                  "name": "customer-order-picking-create (live)",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                      }
                    ],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/customer-order-picking-create",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "customer-order-picking-create"
                      ]
                    },
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"sales_order\": {\n    \"guid\": \"dcd80602-1ee1-11f1-a309-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"picking_row_id\": \"api-test-1\",\n  \"counterparty\": {\n    \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"comment\": \"API TEST\",\n  \"date\": \"31.07.2026 0:00:00\",\n  \"Quantity\": 1,\n  \"barcode\": \"APITEST\",\n  \"Product\": {\n    \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\",\n    \"name\": \"\"\n  },\n  \"Unit\": {\n    \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\",\n    \"name\": \"\"\n  }\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "[\n  {\n    \"sales_order\": {\n      \"name\": \"Заказ покупателя 5 от 01.03.2026 \",\n      \"guid\": \"dcd80602-1ee1-11f1-a309-b42e99ccf83f\"\n    },\n    \"sales_invoice\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"Product\": {\n      \"name\": \"Basic Technical Support\",\n      \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n    },\n    \"Characteristic\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"Unit\": {\n      \"name\": \"mth\",\n      \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\"\n    },\n    \"counterparty\": {\n      \"name\": \"Korzinka s.r.o.\",\n      \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n    },\n    \"pallet\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"user\": {\n      \"name\": \"Semen Tsyhanok\",\n      \"guid\": \"abd59e5c-9881-11f0-a307-b42e99ccf83f\"\n    },\n    \"date\": \"31.07.2026 0:00:00\",\n    \"Quantity\": 1,\n    \"barcode\": \"APITEST\",\n    \"comment\": \"API TEST\",\n    \"picking_row_id\": \"api-test-1\",\n    \"error\": \"\"\n  }\n]"
                }
              ]
            },
            {
              "name": "/v1/customer-order-picking-targets",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/customer-order-picking-targets?product_guid=d61d55aa-ea6a-11f0-a308-b42e99ccf83f&order_status_guid=",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "customer-order-picking-targets"
                  ],
                  "query": [
                    {
                      "key": "product_guid",
                      "value": "d61d55aa-ea6a-11f0-a308-b42e99ccf83f",
                      "description": "Обязательный"
                    },
                    {
                      "key": "order_status_guid",
                      "value": "",
                      "description": "Обязательный"
                    },
                    {
                      "key": "characteristic_guid",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "counterparty_guid",
                      "value": "",
                      "disabled": true
                    }
                  ]
                },
                "description": "Получить цели/остатки сборки заказов покупателей (агрегаты к пикингу)"
              },
              "response": [
                {
                  "name": "customer-order-picking-targets (from TZ)",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/customer-order-picking-targets?product_guid=d61d55aa-ea6a-11f0-a308-b42e99ccf83f&order_status_guid=",
                      "protocol": "https",
                      "host": [
                        "{{URLtoBASE}}"
                      ],
                      "path": [
                        "{{BASE}}",
                        "hs",
                        "bd-api",
                        "v1",
                        "customer-order-picking-targets"
                      ],
                      "query": [
                        {
                          "key": "product_guid",
                          "value": "d61d55aa-ea6a-11f0-a308-b42e99ccf83f",
                          "description": "Обязательный"
                        },
                        {
                          "key": "order_status_guid",
                          "value": "",
                          "description": "Обязательный"
                        },
                        {
                          "key": "characteristic_guid",
                          "value": "",
                          "disabled": true
                        },
                        {
                          "key": "counterparty_guid",
                          "value": "",
                          "disabled": true
                        }
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json; charset=utf-8"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n  \"data\": {\n    \"Product\": {\n      \"name\": \"Basic Technical Support\",\n      \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n    },\n    \"picked_total\": 12.5,\n    \"available\": [\n      {\n        \"counterparty\": {\n          \"name\": \"Магазин 21\",\n          \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n        },\n        \"sales_order\": {\n          \"name\": \"НФ-000123\",\n          \"guid\": \"dcd80602-1ee1-11f1-a309-b42e99ccf83f\"\n        },\n        \"picking_row_id\": \"1173e92b-3ce3-4684-99ed-9fef6c4f6848\",\n        \"Characteristic\": {\n          \"name\": \"\",\n          \"guid\": \"\"\n        },\n        \"Unit\": {\n          \"name\": \"mth\",\n          \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\"\n        },\n        \"ordered_qty\": 10,\n        \"picked_qty\": 4,\n        \"remaining_qty\": 6\n      }\n    ],\n    \"completed\": []\n  }\n}"
                }
              ]
            },
            {
              "name": "/v1/customer-order-picking-delete",
              "request": {
                "auth": {
                  "type": "basic",
                  "basic": [
                    {
                      "key": "password",
                      "value": "{{Password}}",
                      "type": "string"
                    },
                    {
                      "key": "username",
                      "value": "{{UserLogin}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/customer-order-picking-delete",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "customer-order-picking-delete"
                  ]
                },
                "description": "Удалить запись регистра сборки заказов покупателей",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"picking_row_id\": \"api-test-1\",\n  \"sales_order\": {\n    \"name\": \"Заказ покупателя 5 от 01.03.2026 \",\n    \"guid\": \"dcd80602-1ee1-11f1-a309-b42e99ccf83f\"\n  },\n  \"Product\": {\n    \"name\": \"Basic Technical Support\",\n    \"guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\"\n  },\n  \"counterparty\": {\n    \"name\": \"Korzinka s.r.o.\",\n    \"guid\": \"412b9445-9b0d-11f0-a307-b42e99ccf83f\"\n  },\n  \"Unit\": {\n    \"name\": \"mth\",\n    \"guid\": \"87fbaa61-a373-11f0-a307-b42e99ccf83f\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "Attached Files",
      "item": [
        {
          "name": "/v1/attached-files",
          "request": {
            "auth": {
              "type": "basic",
              "basic": [
                {
                  "key": "password",
                  "value": "{{Password}}",
                  "type": "string"
                },
                {
                  "key": "username",
                  "value": "{{UserLogin}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [],
            "url": {
              "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/attached-files?attached_files_guid=321613b0-080e-11f1-bd1c-901b0ed5b5e1&attached_files_type=Product",
              "protocol": "https",
              "host": [
                "{{URLtoBASE}}"
              ],
              "path": [
                "{{BASE}}",
                "hs",
                "bd-api",
                "v1",
                "attached-files"
              ],
              "query": [
                {
                  "key": "attached_files_guid",
                  "value": "321613b0-080e-11f1-bd1c-901b0ed5b5e1",
                  "description": "guid присоедененного файла"
                },
                {
                  "key": "attached_files_type",
                  "value": "Product",
                  "description": "тип файл"
                }
              ]
            },
            "description": "Получить файл по типу и идентификатору"
          },
          "response": [
            {
              "id": "8d37a359-147d-4eec-b8c6-f1ca660b4beb",
              "name": "attached-files (live)",
              "originalRequest": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/attached-files",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "attached-files"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json; charset=utf-8"
                }
              ],
              "cookie": [],
              "body": "{\n  \"status\": \"error\",\n  \"error\": \"attached_files_guid не заполнен\"\n}"
            }
          ]
        },
        {
          "name": "/v1/attached-create",
          "request": {
            "auth": {
              "type": "basic",
              "basic": [
                {
                  "key": "password",
                  "value": "{{Password}}",
                  "type": "string"
                },
                {
                  "key": "username",
                  "value": "{{UserLogin}}",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/attached-create",
              "protocol": "https",
              "host": [
                "{{URLtoBASE}}"
              ],
              "path": [
                "{{BASE}}",
                "hs",
                "bd-api",
                "v1",
                "attached-create"
              ]
            },
            "description": "Загрузить/прикрепить файл",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"owner_guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\",\n  \"name\": \"api-test-file\",\n  \"description\": \"API TEST\",\n  \"file_base64\": \"QVBJIFRFU1QgcGF5bG9hZA==\",\n  \"extension\": \"txt\",\n  \"attached_files_type\": \"Product\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "90812633-666e-4bb8-a3d1-c44b1458fc03",
              "name": "attached-create (live)",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/attached-create",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "attached-create"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"owner_guid\": \"d61d55aa-ea6a-11f0-a308-b42e99ccf83f\",\n  \"name\": \"api-test-file\",\n  \"description\": \"API TEST\",\n  \"file_base64\": \"QVBJIFRFU1QgcGF5bG9hZA==\",\n  \"extension\": \"txt\",\n  \"attached_files_type\": \"Product\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json; charset=utf-8"
                }
              ],
              "cookie": [],
              "body": "[\n  {\n    \"guid\": \"f722459a-8ce6-11f1-8f7a-8c1759f41f4f\",\n    \"name\": \"api-test-file\",\n    \"attached_files_type\": \"Product\",\n    \"error\": \"\"\n  }\n]"
            }
          ]
        }
      ]
    },
    {
      "name": "Report",
      "item": [
        {
          "name": "/v1/reports-list",
          "request": {
            "auth": {
              "type": "basic",
              "basic": [
                {
                  "key": "password",
                  "value": "{{Password}}",
                  "type": "string"
                },
                {
                  "key": "username",
                  "value": "{{UserLogin}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [],
            "url": {
              "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/reports-list",
              "protocol": "https",
              "host": [
                "{{URLtoBASE}}"
              ],
              "path": [
                "{{BASE}}",
                "hs",
                "bd-api",
                "v1",
                "reports-list"
              ],
              "query": [
                {
                  "key": "page",
                  "value": "1",
                  "description": "Номер страницы",
                  "disabled": true
                },
                {
                  "key": "limit",
                  "value": "50",
                  "description": "Размер страницы",
                  "disabled": true
                }
              ]
            },
            "description": "Получить список отчётов"
          },
          "response": [
            {
              "id": "505e93e4-cec7-4abf-ab0c-a7c409af6bc1",
              "name": "reports-list (live)",
              "originalRequest": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/reports-list",
                  "protocol": "https",
                  "host": [
                    "{{URLtoBASE}}"
                  ],
                  "path": [
                    "{{BASE}}",
                    "hs",
                    "bd-api",
                    "v1",
                    "reports-list"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json; charset=utf-8"
                }
              ],
              "cookie": [],
              "body": "[\n  {\n    \"guid\": \"99c7e3ed-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"ABC-анализ продаж по категориям номенклатуры\",\n    \"author\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"subsystem\": {\n      \"name\": \"\",\n      \"full_name\": \"\"\n    }\n  },\n  {\n    \"guid\": \"99c7e3ec-987f-11f0-a307-b42e99ccf83f\",\n    \"name\": \"ABC-анализ продаж по менеджерам\",\n    \"author\": {\n      \"name\": \"\",\n      \"guid\": \"\"\n    },\n    \"subsystem\": {\n      \"name\": \"\",\n      \"full_name\": \"\"\n    }\n  }\n]"
            }
          ]
        },
        {
          "name": "/v1/report-params",
          "request": {
            "auth": {
              "type": "basic",
              "basic": [
                {
                  "key": "password",
                  "value": "{{Password}}",
                  "type": "string"
                },
                {
                  "key": "username",
                  "value": "{{UserLogin}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [],
            "url": {
              "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/report-params?report_guid=5fe624c6-9fdf-11f0-bd18-901b0ed5b5e1",
              "protocol": "https",
              "host": [
                "{{URLtoBASE}}"
              ],
              "path": [
                "{{BASE}}",
                "hs",
                "bd-api",
                "v1",
                "report-params"
              ],
              "query": [
                {
                  "key": "report_guid",
                  "value": "5fe624c6-9fdf-11f0-bd18-901b0ed5b5e1",
                  "description": "guid из списка полученых отчетов"
                }
              ]
            },
            "description": "Получить параметры отчёта"
          },
          "response": []
        },
        {
          "name": "/v1/report-result",
          "request": {
            "auth": {
              "type": "basic",
              "basic": [
                {
                  "key": "password",
                  "value": "{{Password}}",
                  "type": "string"
                },
                {
                  "key": "username",
                  "value": "{{UserLogin}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [],
            "url": {
              "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/report-result",
              "protocol": "https",
              "host": [
                "{{URLtoBASE}}"
              ],
              "path": [
                "{{BASE}}",
                "hs",
                "bd-api",
                "v1",
                "report-result"
              ],
              "query": [
                {
                  "key": "report_guid",
                  "value": "9c3be2d6-d71a-11ef-bd14-901b0ed5b5e1",
                  "description": "guid варианта отчёта. Пример Баланс (Korzinka_test): 0bd81d6b-9217-11ef-bd13-901b0ed5b5e1",
                  "disabled": true
                },
                {
                  "key": "by_date",
                  "value": "29.07.2026 00:00:00",
                  "disabled": true
                },
                {
                  "key": "organization_guid",
                  "value": "",
                  "type": "text",
                  "disabled": true
                },
                {
                  "key": "counterparty_guid",
                  "value": "c5ccf155-52ad-11f1-bd23-901b0ed5b5e1",
                  "description": "guid Контрагента",
                  "disabled": true
                },
                {
                  "key": "produc_guid",
                  "value": "",
                  "description": "guid Номенклатуры",
                  "type": "text",
                  "disabled": true
                },
                {
                  "key": "categories_produc_guid",
                  "value": "",
                  "description": "guid Категории номенклатуры",
                  "type": "text",
                  "disabled": true
                },
                {
                  "key": "warehouse_guid",
                  "value": "",
                  "description": "guid Склад",
                  "type": "text",
                  "disabled": true
                },
                {
                  "key": "customer_orders_guid",
                  "value": "",
                  "description": "guid Заказ покупателя",
                  "type": "text",
                  "disabled": true
                },
                {
                  "key": "project_guid",
                  "value": "",
                  "description": "guid Проект",
                  "type": "text",
                  "disabled": true
                },
                {
                  "key": "department_guid",
                  "value": "",
                  "description": "guid Структурная еденица",
                  "type": "text",
                  "disabled": true
                },
                {
                  "key": "subdivision_guid",
                  "value": "",
                  "description": "guid Подразделение",
                  "type": "text",
                  "disabled": true
                },
                {
                  "key": "start_date",
                  "value": "",
                  "description": "Дата начала",
                  "type": "text",
                  "disabled": true
                },
                {
                  "key": "end_date",
                  "value": "",
                  "description": "Дата окончания",
                  "type": "text",
                  "disabled": true
                },
                {
                  "key": "acc_guid",
                  "value": "",
                  "description": "guid Банковский счет",
                  "type": "text",
                  "disabled": true
                },
                {
                  "key": "cash_guid",
                  "value": "",
                  "description": "guid Касса",
                  "type": "text",
                  "disabled": true
                },
                {
                  "key": "type_of_product",
                  "value": "",
                  "description": "Тип номенклатуры",
                  "type": "text",
                  "disabled": true
                },
                {
                  "key": "payment_type",
                  "value": null,
                  "description": "Тип денежных средст",
                  "type": "text",
                  "disabled": true
                },
                {
                  "key": "responsible_guid",
                  "value": "",
                  "description": "guid Ответственного",
                  "disabled": true
                }
              ]
            },
            "description": "Результат отчёта по report_guid.\nОбычные отчёты: source=value_tree, items с типизированными полями.\nОтчёты с макетом (напр. Баланс): если в дереве нет чисел — source=spreadsheet (матрица ячеек col_1..col_N).\nПериод: start_date / end_date (или by_date). Параметры смотрите в report-params."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Constants",
      "item": [
        {
          "name": "/v1/constants-list",
          "request": {
            "auth": {
              "type": "basic",
              "basic": [
                {
                  "key": "password",
                  "value": "{{Password}}",
                  "type": "string"
                },
                {
                  "key": "username",
                  "value": "{{UserLogin}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [],
            "url": {
              "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/constants-list",
              "protocol": "https",
              "host": [
                "{{URLtoBASE}}"
              ],
              "path": [
                "{{BASE}}",
                "hs",
                "bd-api",
                "v1",
                "constants-list"
              ],
              "query": [
                {
                  "key": "page",
                  "value": "1",
                  "description": "Номер страницы",
                  "disabled": true
                },
                {
                  "key": "limit",
                  "value": "50",
                  "description": "Размер страницы",
                  "disabled": true
                },
                {
                  "key": "include_values",
                  "value": "true",
                  "description": "Включить текущие значения",
                  "disabled": true
                }
              ]
            },
            "description": "Получить список разрешённых констант (?include_values=true для значений)"
          },
          "response": []
        },
        {
          "name": "/v1/constant/* (GET)",
          "request": {
            "auth": {
              "type": "basic",
              "basic": [
                {
                  "key": "password",
                  "value": "{{Password}}",
                  "type": "string"
                },
                {
                  "key": "username",
                  "value": "{{UserLogin}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [],
            "url": {
              "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/constant/avtomaticheski-nastraivat-razresheniya-vprofilyakh-bezopasnosti",
              "protocol": "https",
              "host": [
                "{{URLtoBASE}}"
              ],
              "path": [
                "{{BASE}}",
                "hs",
                "bd-api",
                "v1",
                "constant",
                "avtomaticheski-nastraivat-razresheniya-vprofilyakh-bezopasnosti"
              ]
            },
            "description": "Получить одну константу по slug или имени метаданных (GET)\nПример slug в URL: /v1/constant/{slug}"
          },
          "response": []
        },
        {
          "name": "/v1/constant/* (POST)",
          "request": {
            "auth": {
              "type": "basic",
              "basic": [
                {
                  "key": "password",
                  "value": "{{Password}}",
                  "type": "string"
                },
                {
                  "key": "username",
                  "value": "{{UserLogin}}",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://{{URLtoBASE}}/{{BASE}}/hs/bd-api/v1/constant/*",
              "protocol": "https",
              "host": [
                "{{URLtoBASE}}"
              ],
              "path": [
                "{{BASE}}",
                "hs",
                "bd-api",
                "v1",
                "constant",
                "*"
              ]
            },
            "description": "Записать одну константу (POST, тело {\"value\": ...})",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"value\": true\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        }
      ]
    }
  ],
  "variable": [
    {
      "key": "URLtoBASE",
      "value": "1c.182.softup.com.ua"
    },
    {
      "key": "BASE",
      "value": "copi"
    },
    {
      "key": "UserLogin",
      "value": ""
    },
    {
      "key": "Password",
      "value": ""
    }
  ],
  "auth": {
    "type": "basic",
    "basic": [
      {
        "key": "password",
        "value": "{{Password}}",
        "type": "string"
      },
      {
        "key": "username",
        "value": "{{UserLogin}}",
        "type": "string"
      }
    ]
  }
}
