getCollectionTransferHistory
getCollectionTransferHistory
Path Parameters
id int64 required
id
Query Parameters
date date
date
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
amount double
contractCollectorId int64
date date
outgoing boolean
[
{
"amount": 0,
"contractCollectorId": 0,
"date": "2024-11-20",
"outgoing": true
}
]
Unauthorized
Forbidden
Not Found
Loading...