getActors
getActors
Path Parameters
contractId int64 required
contractId
dateFrom date required
dateFrom
dateTo date required
dateTo
pageNo int32 required
pageNo
Query Parameters
portion-size int32
portion-size
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
actors object[]
actionTypeId int64
actorType string
amountTypeId int64
children undefined[]
date date-time
id int64
paymentTypeId int64
totalAmount object
foreign double
local double
type string
contractId int64
curPageActorsQty int32
pageNo int32
portionSize int32
totalQty int32
{
"actors": [
{
"actionTypeId": 0,
"actorType": "string",
"amountTypeId": 0,
"children": [
null
],
"date": "2024-11-20T07:47:13.688Z",
"id": 0,
"paymentTypeId": 0,
"totalAmount": {
"foreign": 0,
"local": 0
},
"type": "string"
}
],
"contractId": 0,
"curPageActorsQty": 0,
"pageNo": 0,
"portionSize": 0,
"totalQty": 0
}
Unauthorized
Forbidden
Not Found
Loading...