getActionsByOperation
getActionsByOperation
Path Parameters
operationId int64 required
operationId
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
actionTypeId int64
amount object
foreign double
local double
amountTypeId int64
contractId int64
id int64
issueDate date
operDate date-time
operationId int64
outBalance boolean
paymentTypeId int64
repaymentDate date
sign int32
[
{
"actionTypeId": 0,
"amount": {
"foreign": 0,
"local": 0
},
"amountTypeId": 0,
"contractId": 0,
"id": 0,
"issueDate": "2024-11-20",
"operDate": "2024-11-20T07:47:14.116Z",
"operationId": 0,
"outBalance": true,
"paymentTypeId": 0,
"repaymentDate": "2024-11-20",
"sign": 0
}
]
Unauthorized
Forbidden
Not Found
Loading...