Получить список объектов сделки
Получить список объектов сделки
Query Parameters
limit int32
limit
offset int32
offset
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- Array [
- ]
- ]
clientId int64
clientInteractMessages object[]
comment string
contractId int64
date date-time
trackNumber string
creationDate date-time
dealChecklist object
additionalAgreementReceived boolean
applicationReceived boolean
documentsReceived boolean
dossierReceived boolean
insuranceContractReceived boolean
postponementCovid19 boolean
powerOfAttorneySent boolean
rentalAgreementReceived boolean
rentalApplicationReceived boolean
rentalContractReceived boolean
rentalDocumentsReceived boolean
scheduleReceived boolean
withdrawalLettersSent boolean
writtenOff boolean
errors object[]
comment string
contractId int64
createdById int32
creationDate date-time
errorData string
errorDate date-time
errorTypeId int64
guiltyId int32
loanApplicationId int64
extraFields object
property name* string
id int64
[
{
"clientId": 0,
"clientInteractMessages": [
{
"comment": "string",
"contractId": 0,
"date": "2024-11-20T07:47:13.826Z",
"trackNumber": "string"
}
],
"creationDate": "2024-11-20T07:47:13.826Z",
"dealChecklist": {
"additionalAgreementReceived": true,
"applicationReceived": true,
"documentsReceived": true,
"dossierReceived": true,
"insuranceContractReceived": true,
"postponementCovid19": true,
"powerOfAttorneySent": true,
"rentalAgreementReceived": true,
"rentalApplicationReceived": true,
"rentalContractReceived": true,
"rentalDocumentsReceived": true,
"scheduleReceived": true,
"withdrawalLettersSent": true,
"writtenOff": true
},
"errors": [
{
"comment": "string",
"contractId": 0,
"createdById": 0,
"creationDate": "2024-11-20T07:47:13.826Z",
"errorData": "string",
"errorDate": "2024-11-20T07:47:13.826Z",
"errorTypeId": 0,
"guiltyId": 0,
"loanApplicationId": 0
}
],
"extraFields": {},
"id": 0
}
]
Unauthorized
Forbidden
Not Found
Loading...