{
  "openapi": "3.0.0",
  "info": {
    "title": "api/dictionaries/firms",
    "version": "1.0.0"
  },
  "servers": [
    {
      "url": "/"
    },
    {
      "url": "https://api.ati.su"
    }
  ],
  "security": [
    {
      "BearerAuth": []
    }
  ],
  "paths": {
    "/v1.0/dictionaries/ownerships": {
      "get": {
        "tags": [
          "Справочники"
        ],
        "summary": "Получение списка ОПФ",
        "operationId": "Dictionaries_OwnShipsAll",
        "responses": {
          "200": {
            "description": "Список организационно-правовых форм",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "$ref": "#/components/schemas/Ownership"
                  }
                }
              }
            }
          }
        }
      }
    },
    "/v1.0/firms/dictionaries/account/firmtypes": {
      "get": {
        "tags": [
          "AccountDictionaries"
        ],
        "summary": "Метод получения профилей деятельности фирм",
        "parameters": [
          {
            "name": "enableForRegistration",
            "in": "query",
            "description": "Доступность профиля при регистрации",
            "schema": {
              "type": "boolean",
              "description": "Доступность профиля при регистрации",
              "nullable": true
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "$ref": "#/components/schemas/FirmType"
                  }
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "402": {
            "description": "Client Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "403": {
            "description": "Forbidden",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "404": {
            "description": "Not Found",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "500": {
            "description": "Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "504": {
            "description": "Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ErrorResponse"
                }
              }
            }
          }
        }
      }
    },
    "/v1.0/firms/dictionaries/account/firmtypes/{id}": {
      "get": {
        "tags": [
          "AccountDictionaries"
        ],
        "summary": "Метод получения профилей деятельности фирм",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "Идентификатор профиля фирмы",
            "required": true,
            "schema": {
              "type": "integer",
              "description": "Идентификатор профиля фирмы",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/FirmType"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "402": {
            "description": "Client Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "403": {
            "description": "Forbidden",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "404": {
            "description": "Not Found",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "500": {
            "description": "Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "504": {
            "description": "Server Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ErrorResponse"
                }
              }
            }
          }
        }
      }
    },
    "/v1.0/firms/requisites/countries": {
      "get": {
        "tags": [
          "RequisiteDictionaries"
        ],
        "summary": "Возвращает справочник стран, доступных в реквизитах.",
        "operationId": "get_v1.0_firms_requisites_countries",
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "$ref": "#/components/schemas/billing-requisites__Country"
                  },
                  "example": [
                    {
                      "id": 1,
                      "name": "Россия",
                      "short_name": "РФ",
                      "default_ownership": {
                        "id": 1,
                        "name": "Общество с ограниченной ответственностью",
                        "name_eng": "Limited Liability Company",
                        "short_name": "ООО",
                        "short_name_eng": "LLC",
                        "ownership_type": "LegalPerson",
                        "ownership_type_name": "LegalPerson",
                        "requisite_types": [
                          0
                        ]
                      },
                      "ownerships": [
                        {
                          "id": 1,
                          "name": "Общество с ограниченной ответственностью",
                          "name_eng": "Limited Liability Company",
                          "short_name": "ООО",
                          "short_name_eng": "LLC",
                          "ownership_type": "LegalPerson",
                          "ownership_type_name": "LegalPerson",
                          "requisite_types": [
                            0
                          ]
                        }
                      ]
                    }
                  ]
                },
                "example": [
                  {
                    "id": 1,
                    "name": "Россия",
                    "short_name": "РФ",
                    "default_ownership": {
                      "id": 1,
                      "name": "Общество с ограниченной ответственностью",
                      "name_eng": "Limited Liability Company",
                      "short_name": "ООО",
                      "short_name_eng": "LLC",
                      "ownership_type": "LegalPerson",
                      "ownership_type_name": "LegalPerson",
                      "requisite_types": [
                        0
                      ]
                    },
                    "ownerships": [
                      {
                        "id": 1,
                        "name": "Общество с ограниченной ответственностью",
                        "name_eng": "Limited Liability Company",
                        "short_name": "ООО",
                        "short_name_eng": "LLC",
                        "ownership_type": "LegalPerson",
                        "ownership_type_name": "LegalPerson",
                        "requisite_types": [
                          0
                        ]
                      }
                    ]
                  }
                ]
              }
            }
          },
          "400": {
            "description": "Неверные входные данные.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/billing-requisites__ErrorResponse"
                },
                "example": {
                  "error": "invalid_input_data",
                  "reason": "Неверные входные данные."
                }
              }
            }
          },
          "401": {
            "description": "Не авторизован",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/billing-requisites__ErrorResponse"
                },
                "example": {
                  "error": "un_authorized",
                  "reason": "Не авторизован"
                }
              }
            }
          },
          "402": {
            "description": "Метод доступен только платным пользователям.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/billing-requisites__ErrorResponse"
                },
                "example": {
                  "error": "payment_required",
                  "reason": "Метод доступен только платным пользователям."
                }
              }
            }
          },
          "403": {
            "description": "Отсутствует разрешение.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/billing-requisites__ErrorResponse"
                },
                "example": {
                  "error": "forbidden",
                  "reason": "Отсутствует разрешение."
                }
              }
            }
          },
          "404": {
            "description": "Ресурс не найден",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/billing-requisites__ErrorResponse"
                },
                "example": {
                  "error": "not_found",
                  "reason": "Ресурс не найден"
                }
              }
            }
          },
          "500": {
            "description": "Произошла ошибка во время выполнения запроса.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/billing-requisites__ErrorResponse"
                },
                "example": {
                  "error": "internal_error",
                  "reason": "Произошла ошибка во время выполнения запроса."
                }
              }
            }
          },
          "504": {
            "description": "Сервер не ответил во время.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/billing-requisites__ErrorResponse"
                },
                "example": {
                  "error": "timeout",
                  "reason": "Сервер не ответил во время."
                }
              }
            }
          }
        }
      }
    },
    "/v1.0/firms/requisites/addressparts": {
      "get": {
        "tags": [
          "RequisiteDictionaries"
        ],
        "summary": "Возвращает справочник частей адреса (типы улиц, зданий, частей строений, помещений).",
        "operationId": "get_v1.0_firms_requisites_addressparts",
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/billing-requisites__AddressParts"
                },
                "example": {
                  "street_types": [
                    {
                      "id": 1,
                      "name": "проспект",
                      "short_name": "пр-кт"
                    }
                  ],
                  "building_types": [
                    {
                      "id": 1,
                      "name": "проспект",
                      "short_name": "пр-кт"
                    }
                  ],
                  "building_part_types": [
                    {
                      "id": 1,
                      "name": "проспект",
                      "short_name": "пр-кт"
                    }
                  ],
                  "room_types": [
                    {
                      "id": 1,
                      "name": "проспект",
                      "short_name": "пр-кт"
                    }
                  ]
                }
              }
            }
          },
          "400": {
            "description": "Неверные входные данные.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/billing-requisites__ErrorResponse"
                },
                "example": {
                  "error": "invalid_input_data",
                  "reason": "Неверные входные данные."
                }
              }
            }
          },
          "401": {
            "description": "Не авторизован",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/billing-requisites__ErrorResponse"
                },
                "example": {
                  "error": "un_authorized",
                  "reason": "Не авторизован"
                }
              }
            }
          },
          "402": {
            "description": "Метод доступен только платным пользователям.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/billing-requisites__ErrorResponse"
                },
                "example": {
                  "error": "payment_required",
                  "reason": "Метод доступен только платным пользователям."
                }
              }
            }
          },
          "403": {
            "description": "Отсутствует разрешение.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/billing-requisites__ErrorResponse"
                },
                "example": {
                  "error": "forbidden",
                  "reason": "Отсутствует разрешение."
                }
              }
            }
          },
          "404": {
            "description": "Ресурс не найден",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/billing-requisites__ErrorResponse"
                },
                "example": {
                  "error": "not_found",
                  "reason": "Ресурс не найден"
                }
              }
            }
          },
          "500": {
            "description": "Произошла ошибка во время выполнения запроса.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/billing-requisites__ErrorResponse"
                },
                "example": {
                  "error": "internal_error",
                  "reason": "Произошла ошибка во время выполнения запроса."
                }
              }
            }
          },
          "504": {
            "description": "Сервер не ответил во время.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/billing-requisites__ErrorResponse"
                },
                "example": {
                  "error": "timeout",
                  "reason": "Сервер не ответил во время."
                }
              }
            }
          }
        }
      }
    },
    "/v1.0/firms/requisites/ownerships/{countryId}": {
      "get": {
        "tags": [
          "RequisiteDictionaries"
        ],
        "summary": "Возвращает список форм собственности, доступных для указанной страны.",
        "operationId": "get_v1.0_firms_requisites_ownerships__countryId_",
        "parameters": [
          {
            "name": "countryId",
            "in": "path",
            "description": "Идентификатор страны (из `GET /v1.0/firms/requisites/countries`).",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            },
            "example": 1
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "$ref": "#/components/schemas/billing-requisites__Ownership"
                  },
                  "example": [
                    {
                      "id": 1,
                      "name": "Общество с ограниченной ответственностью",
                      "name_eng": "Limited Liability Company",
                      "short_name": "ООО",
                      "short_name_eng": "LLC",
                      "ownership_type": "LegalPerson",
                      "ownership_type_name": "LegalPerson",
                      "requisite_types": [
                        0
                      ]
                    }
                  ]
                },
                "example": [
                  {
                    "id": 1,
                    "name": "Общество с ограниченной ответственностью",
                    "name_eng": "Limited Liability Company",
                    "short_name": "ООО",
                    "short_name_eng": "LLC",
                    "ownership_type": "LegalPerson",
                    "ownership_type_name": "LegalPerson",
                    "requisite_types": [
                      0
                    ]
                  }
                ]
              }
            }
          },
          "400": {
            "description": "Неверные входные данные.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/billing-requisites__ErrorResponse"
                },
                "example": {
                  "error": "invalid_input_data",
                  "reason": "Неверные входные данные."
                }
              }
            }
          },
          "401": {
            "description": "Не авторизован",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/billing-requisites__ErrorResponse"
                },
                "example": {
                  "error": "un_authorized",
                  "reason": "Не авторизован"
                }
              }
            }
          },
          "402": {
            "description": "Метод доступен только платным пользователям.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/billing-requisites__ErrorResponse"
                },
                "example": {
                  "error": "payment_required",
                  "reason": "Метод доступен только платным пользователям."
                }
              }
            }
          },
          "403": {
            "description": "Отсутствует разрешение.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/billing-requisites__ErrorResponse"
                },
                "example": {
                  "error": "forbidden",
                  "reason": "Отсутствует разрешение."
                }
              }
            }
          },
          "404": {
            "description": "Ресурс не найден",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/billing-requisites__ErrorResponse"
                },
                "example": {
                  "error": "not_found",
                  "reason": "Ресурс не найден"
                }
              }
            }
          },
          "500": {
            "description": "Произошла ошибка во время выполнения запроса.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/billing-requisites__ErrorResponse"
                },
                "example": {
                  "error": "internal_error",
                  "reason": "Произошла ошибка во время выполнения запроса."
                }
              }
            }
          },
          "504": {
            "description": "Сервер не ответил во время.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/billing-requisites__ErrorResponse"
                },
                "example": {
                  "error": "timeout",
                  "reason": "Сервер не ответил во время."
                }
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "BaseDictionaryType": {
        "type": "object",
        "additionalProperties": false,
        "properties": {
          "Id": {
            "type": "integer",
            "description": "Id",
            "format": "int64"
          },
          "Id2": {
            "type": "string",
            "description": "Guid",
            "format": "guid"
          },
          "Name": {
            "type": "string",
            "description": "Название"
          }
        }
      },
      "Ownership": {
        "allOf": [
          {
            "$ref": "#/components/schemas/BaseDictionaryType"
          },
          {
            "type": "object",
            "additionalProperties": false,
            "properties": {
              "FullName": {
                "type": "string",
                "description": "Полное название"
              }
            }
          }
        ]
      },
      "ErrorResponse": {
        "type": "object",
        "properties": {
          "error": {
            "type": "string",
            "nullable": true
          },
          "reason": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "FirmType": {
        "type": "object",
        "properties": {
          "id": {
            "type": "integer",
            "description": "Идентификатор типа фирмы.",
            "format": "int32"
          },
          "name": {
            "type": "string",
            "description": "Название типа",
            "nullable": true
          },
          "russian_name": {
            "type": "string",
            "description": "Название типа.",
            "nullable": true
          },
          "english_name": {
            "type": "string",
            "description": "Английское название типа.",
            "nullable": true
          },
          "enable_for_registration": {
            "type": "boolean",
            "description": "Флаг, означающий, что данный профиль деятельности доступен для выбора при регистрации."
          }
        },
        "additionalProperties": false,
        "description": "Структура \"Профиль деятельности\"."
      },
      "billing-requisites__ErrorResponse": {
        "type": "object",
        "properties": {
          "error": {
            "type": [
              "null",
              "string"
            ],
            "description": "Код ошибки",
            "example": "invalid_input_data"
          },
          "reason": {
            "type": [
              "null",
              "string"
            ],
            "description": "Описание ошибки",
            "example": "Неверные входные данные."
          }
        },
        "additionalProperties": false,
        "description": "Стандартный ответ с описанием ошибки",
        "example": {
          "error": "invalid_input_data",
          "reason": "Неверные входные данные."
        }
      },
      "billing-requisites__AddressParts": {
        "type": "object",
        "properties": {
          "street_types": {
            "type": [
              "null",
              "array"
            ],
            "items": {
              "$ref": "#/components/schemas/billing-requisites__AddressPartItem"
            },
            "description": "Коллекция типов улиц (например, проспект).",
            "example": [
              {
                "id": 1,
                "name": "проспект",
                "short_name": "пр-кт"
              }
            ]
          },
          "building_types": {
            "type": [
              "null",
              "array"
            ],
            "items": {
              "$ref": "#/components/schemas/billing-requisites__AddressPartItem"
            },
            "description": "Коллекция типов зданий (например, дом).",
            "example": [
              {
                "id": 1,
                "name": "проспект",
                "short_name": "пр-кт"
              }
            ]
          },
          "building_part_types": {
            "type": [
              "null",
              "array"
            ],
            "items": {
              "$ref": "#/components/schemas/billing-requisites__AddressPartItem"
            },
            "description": "Коллекция типов строений (например, корпус).",
            "example": [
              {
                "id": 1,
                "name": "проспект",
                "short_name": "пр-кт"
              }
            ]
          },
          "room_types": {
            "type": [
              "null",
              "array"
            ],
            "items": {
              "$ref": "#/components/schemas/billing-requisites__AddressPartItem"
            },
            "description": "Коллекция типов помещений (например, офис).",
            "example": [
              {
                "id": 1,
                "name": "проспект",
                "short_name": "пр-кт"
              }
            ]
          }
        },
        "additionalProperties": false,
        "description": "Типы адресов.",
        "example": {
          "street_types": [
            {
              "id": 1,
              "name": "проспект",
              "short_name": "пр-кт"
            }
          ],
          "building_types": [
            {
              "id": 1,
              "name": "проспект",
              "short_name": "пр-кт"
            }
          ],
          "building_part_types": [
            {
              "id": 1,
              "name": "проспект",
              "short_name": "пр-кт"
            }
          ],
          "room_types": [
            {
              "id": 1,
              "name": "проспект",
              "short_name": "пр-кт"
            }
          ]
        }
      },
      "billing-requisites__Country": {
        "type": "object",
        "properties": {
          "id": {
            "type": "integer",
            "description": "Идентификатор страны.",
            "format": "int32",
            "example": 1
          },
          "name": {
            "type": [
              "null",
              "string"
            ],
            "description": "Полное название страны.",
            "example": "Россия"
          },
          "short_name": {
            "type": [
              "null",
              "string"
            ],
            "description": "Короткое название страны.",
            "example": "РФ"
          },
          "default_ownership": {
            "type": "null",
            "allOf": [
              {
                "$ref": "#/components/schemas/billing-requisites__Ownership"
              }
            ],
            "description": "Форма собственности по умолчанию для данной страны",
            "example": {
              "id": 1,
              "name": "Общество с ограниченной ответственностью",
              "name_eng": "Limited Liability Company",
              "short_name": "ООО",
              "short_name_eng": "LLC",
              "ownership_type": "LegalPerson",
              "ownership_type_name": "LegalPerson"
            }
          },
          "ownerships": {
            "type": [
              "null",
              "array"
            ],
            "items": {
              "$ref": "#/components/schemas/billing-requisites__Ownership"
            },
            "description": "Список всех доступных в данной стране форм собственности",
            "readOnly": true,
            "example": [
              {
                "id": 1,
                "name": "Общество с ограниченной ответственностью",
                "name_eng": "Limited Liability Company",
                "short_name": "ООО",
                "short_name_eng": "LLC",
                "ownership_type": "LegalPerson",
                "ownership_type_name": "LegalPerson",
                "requisite_types": [
                  0
                ]
              }
            ]
          }
        },
        "additionalProperties": false,
        "description": "Сущность страны для справочников сервиса",
        "example": {
          "id": 1,
          "name": "Россия",
          "short_name": "РФ",
          "default_ownership": {
            "id": 1,
            "name": "Общество с ограниченной ответственностью",
            "name_eng": "Limited Liability Company",
            "short_name": "ООО",
            "short_name_eng": "LLC",
            "ownership_type": "LegalPerson",
            "ownership_type_name": "LegalPerson",
            "requisite_types": [
              0
            ]
          },
          "ownerships": [
            {
              "id": 1,
              "name": "Общество с ограниченной ответственностью",
              "name_eng": "Limited Liability Company",
              "short_name": "ООО",
              "short_name_eng": "LLC",
              "ownership_type": "LegalPerson",
              "ownership_type_name": "LegalPerson",
              "requisite_types": [
                0
              ]
            }
          ]
        }
      },
      "billing-requisites__Ownership": {
        "type": "object",
        "properties": {
          "id": {
            "type": "integer",
            "description": "Идентификатор формы собственности.",
            "format": "int32",
            "example": 1
          },
          "name": {
            "type": [
              "null",
              "string"
            ],
            "description": "Полное название формы собственности (рус.).",
            "example": "Общество с ограниченной ответственностью"
          },
          "name_eng": {
            "type": [
              "null",
              "string"
            ],
            "description": "Полное название формы собственности (англ.).",
            "example": "Limited Liability Company"
          },
          "short_name": {
            "type": [
              "null",
              "string"
            ],
            "description": "Короткое название формы собственности (рус.).",
            "example": "ООО"
          },
          "short_name_eng": {
            "type": [
              "null",
              "string"
            ],
            "description": "Короткое название формы собственности (англ.).",
            "example": "LLC"
          },
          "ownership_type": {
            "type": [
              "null",
              "string"
            ],
            "description": "Тип формы собственности: \"LegalPerson\" / \"SoleProprietor\" / \"NaturalPerson\".",
            "readOnly": true,
            "example": "LegalPerson"
          },
          "ownership_type_name": {
            "type": [
              "null",
              "string"
            ],
            "description": "Устаревшее поле. Используй поле OwnershipType",
            "readOnly": true,
            "example": "LegalPerson"
          },
          "requisite_types": {
            "type": [
              "null",
              "array"
            ],
            "items": {
              "type": "integer",
              "format": "int32"
            },
            "description": "Список идентификаторов типов реквизитов, применимых к этой форме собственности",
            "example": [
              0
            ]
          }
        },
        "additionalProperties": false,
        "description": "Форма собственности (организационно-правовая форма) фирмы из справочника по стране.",
        "example": {
          "id": 1,
          "name": "Общество с ограниченной ответственностью",
          "name_eng": "Limited Liability Company",
          "short_name": "ООО",
          "short_name_eng": "LLC",
          "ownership_type": "LegalPerson",
          "ownership_type_name": "LegalPerson",
          "requisite_types": [
            0
          ]
        }
      },
      "billing-requisites__AddressPartItem": {
        "type": "object",
        "properties": {
          "id": {
            "type": "integer",
            "description": "Идентификатор элемента адреса.",
            "format": "int32",
            "example": 1
          },
          "name": {
            "type": [
              "null",
              "string"
            ],
            "description": "Полное название элемента адреса.",
            "example": "проспект"
          },
          "short_name": {
            "type": [
              "null",
              "string"
            ],
            "description": "Короткое название элемента адреса.",
            "example": "пр-кт"
          }
        },
        "additionalProperties": false,
        "description": "Элемент справочника частей адреса (тип улицы, тип строения и т.п.).",
        "example": {
          "id": 1,
          "name": "проспект",
          "short_name": "пр-кт"
        }
      }
    },
    "securitySchemes": {
      "BearerAuth": {
        "type": "http",
        "scheme": "bearer",
        "bearerFormat": "JWT",
        "description": "Authorization: Bearer {authorizationToken}"
      }
    }
  }
}