| URL | GET {{basepath}}/api/:project/balance/:customerId |
|---|---|
| Category | Balance |
Returns the payable if it exists
Returns a PayableGetResponse
| :project | {{project}} | |
|---|---|---|
| :customerId | 1 |
| Content-Type | application/json |
|---|
GET {{basepath}}/api/:project/balance/:customerId
| :project | {{project}} | |
|---|---|---|
| :customerId | 1 |
200 OK
{
"responseId": "1_4f6af11792311930bd26073c9edf438d2da894ee",
"message": "The balance is attached",
"balance": {
"crmId": "1",
"currency": "EUR",
"amount": 0,
"created": 1743156147,
"modified": 1743156148
}
}