Перейти к основному содержимому

Получить объект сделки по id контракта

поле type содержит тип сделки, один из [ContractDeal, CollateralLineDeal]. Поля у разных типов отличаются, описание для каждого типа можно найти в соответствующей модели [ContractDealDTO, CollateralLineDealDTO]

Path Parameters
    contractId int64 required

    contractId

Responses

OK


Schema
    clientId int64
    clientInteractMessages object[]
  • Array [
  • 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[]
  • Array [
  • 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
Loading...