Создать новый мониторинг по контракту
Создать новый мониторинг по контракту
Path Parameters
contractId int64 required
contractId
application/json
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
- 200
- 201
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
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
]
{
"comment": "string",
"contactPerson": "string",
"contractId": 0,
"createdAt": "2024-11-20T07:47:13.630Z",
"creditOfficerId": 0,
"deleted": true,
"deletedAt": "2024-11-20T07:47:13.630Z",
"id": 0,
"monitoringTime": "2024-11-20T07:47:13.630Z",
"monitoringUserId": 0,
"result": "string",
"type": "AGRICULTURAL"
}
Created
Unauthorized
Forbidden
Not Found
Loading...