Диаграмма показывает последовательность действий и примерные сроки каждого этапа в процессе взыскания задолженности. Наведите курсор на элементы диаграммы для получения подробной информации о каждом этапе.
Синим цветом обозначены действия участников процесса (взыскатель, должник, мировой судья), желтым - действия информационных систем (ГИС ЖКХ, ЕПГУ, ГАС Правосудие).
Кто может быть взыскателем:
Какие долги можно взыскать:
Пошаговая инструкция для взыскателя:
Важно:
{
"request_id": "string", // Уникальный идентификатор заявки
"timestamp": "2024-03-20T10:00:00Z",
"creditor": {
"organization": {
"name": "string",
"inn": "string",
"ogrn": "string",
"type": "enum", // УК, ТСЖ, РСО, etc.
"license": "string", // Для УК
"address": {
"full": "string",
"postal_code": "string",
"fias_id": "string"
},
"bank_details": {
"account": "string",
"bik": "string",
"bank_name": "string",
"corr_account": "string"
}
},
"representative": {
"full_name": "string",
"position": "string",
"authority_document": {
"type": "enum", // устав, доверенность, etc.
"number": "string",
"date": "date"
}
}
},
"debtor": {
"full_name": "string",
"birth_date": "date",
"birth_place": "string",
"address": {
"registration": {
"full": "string",
"fias_id": "string"
},
"residence": {
"full": "string",
"fias_id": "string"
}
},
"identifier": {
"type": "enum", // СНИЛС, ИНН, etc.
"value": "string"
}
},
"debt": {
"type": "enum", // ЖКУ, капремонт, etc.
"period": {
"start": "date",
"end": "date"
},
"amount": {
"principal": "decimal",
"penalties": "decimal",
"total": "decimal"
},
"calculation": {
"method": "string",
"details": [
{
"period": "string",
"service": "string",
"tariff": "decimal",
"volume": "decimal",
"amount": "decimal"
}
]
}
},
"attachments": [
{
"type": "enum", // договор, расчет, etc.
"filename": "string",
"mime_type": "string",
"content": "base64"
}
]
}
{
"request_id": "string",
"timestamp": "2024-03-20T10:00:00Z",
"status": "enum", // accepted, rejected, need_more_info
"validation_results": [
{
"field": "string",
"status": "enum", // ok, error, warning
"message": "string"
}
],
"required_documents": [
{
"type": "enum",
"description": "string",
"required": "boolean"
}
]
}
{
"case_id": "string",
"timestamp": "2024-03-20T10:00:00Z",
"court": {
"code": "string",
"name": "string",
"jurisdiction": {
"type": "enum", // мировой судья
"number": "string",
"region": "string"
}
},
"claim": {
"type": "enum", // судебный приказ
"basis": "string",
"amount": "decimal",
"details": "string"
},
"participants": {
"creditor": {}, // данные из заявления
"debtor": {} // данные из заявления
},
"documents": [
{
"type": "enum",
"filename": "string",
"hash": "string",
"signed_by": {
"system": "string",
"timestamp": "datetime"
}
}
]
}
{
"case_id": "string",
"court_act": {
"type": "enum", // судебный приказ
"number": "string",
"date": "date",
"judge": {
"full_name": "string",
"position": "string"
},
"resolution": {
"type": "enum", // удовлетворить, отказать
"text": "string",
"amount": {
"principal": "decimal",
"penalties": "decimal",
"court_fees": "decimal",
"total": "decimal"
}
}
},
"digital_signature": {
"certificate": "string",
"signature": "string",
"timestamp": "datetime"
}
}
Особенности форматов обмена данными: