getBillById
getBillById
Path Parameters
id int64 required
id
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
billAmount double
billPaymentDate date
collateralIds int64[]
counterpartId int64
date date-time
id int64
name string
purchase boolean
{
"billAmount": 0,
"billPaymentDate": "2025-03-31",
"collateralIds": [
0
],
"counterpartId": 0,
"date": "2025-03-31T15:16:25.987Z",
"id": 0,
"name": "string",
"purchase": true
}
Unauthorized
Forbidden
Not Found
Loading...