Получить объект сделки по id заявки
поле type содержит тип сделки, один из [ContractDeal, CollateralLineDeal]. Поля у разных типов отличаются, описание для каждого типа можно найти в соответствующей модели [ContractDealDTO, CollateralLineDealDTO]
Path Parameters
loanAppId int64 required
loanAppId
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- 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:14.042Z",
"trackNumber": "string"
}
],
"creationDate": "2024-11-20T07:47:14.042Z",
"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:14.042Z",
"errorData": "string",
"errorDate": "2024-11-20T07:47:14.042Z",
"errorTypeId": 0,
"guiltyId": 0,
"loanApplicationId": 0
}
],
"extraFields": {},
"id": 0
}
Unauthorized
Forbidden
Not Found
Loading...