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

Создать новый мониторинг по контракту

Создать новый мониторинг по контракту

Path Parameters
    contractId int64 required

    contractId

Request Body required

request

    comment string
    contactPerson string required
    creditOfficerId int64 required
    monitoringTime date-time
    result string required
    type string required

    Possible values: [AGRICULTURAL, COLLATERAL, FINANCIAL, TARGET]

Responses

OK


Schema
    comment string
    contactPerson string
    contractId int64
    createdAt date-time
    creditOfficerId int64
    deleted boolean
    deletedAt date-time
    id int64
    monitoringTime date-time
    monitoringUserId int32
    result string
    type string

    Possible values: [AGRICULTURAL, COLLATERAL, FINANCIAL, TARGET]

Loading...