getBillList
getBillList
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
billAmount double
billPaymentDate date
collateralIds int64[]
counterpartId int64
date date-time
id int64
name string
purchase boolean
[
{
"billAmount": 0,
"billPaymentDate": "2024-11-20",
"collateralIds": [
0
],
"counterpartId": 0,
"date": "2024-11-20T07:47:17.086Z",
"id": 0,
"name": "string",
"purchase": true
}
]
Unauthorized
Forbidden
Not Found
Loading...