---
title: "Задолженность по лицевому счету"
method: GET
path: "/debitors"
tags: ["Address"]
---

# Задолженность по лицевому счету

`GET /debitors`

Flats/DebitorController ( privileges: Debitor => R1 )

## Response `200`

Oк

- DebtCollection
  - `data` IDebt[]
    - `id` integer
    - `accountId` integer
    - `account` string
    - `flatId` integer
    - `flatNum` string
    - `firmHomeId` string
    - `firmName` string
    - `firmId` integer
    - `addressId` integer
    - `debtDate` string
    - `payDate` string
    - `debtAmount` unknown

## Other responses

- `401` — пользователь не идентифицирован
- `403` — Недостаточно прав доступа
- `422` — нет содержимого или не хватаем входных параметров

---

[API](https://skmtc.dev/curog/apis/api.md) · [All operations](https://skmtc.dev/curog/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/curog/api/revisions/2e92f0610d70/schema)
