Get Balance for customer

Request Information
URL GET {{basepath}}/api/:project/balance/:customerId
CategoryBalance

Description

Returns the payable if it exists

Returns a PayableGetResponse

Url variables
:project{{project}}
:customerId1
Header
Content-Typeapplication/json

Example responses

Get Balance for customer
Request Method & URL
GET {{basepath}}/api/:project/balance/:customerId
Url variables
:project{{project}}
:customerId1
Response Code:
200 OK
Response Body:
{
    "responseId": "1_4f6af11792311930bd26073c9edf438d2da894ee",
    "message": "The balance is attached",
    "balance": {
        "crmId": "1",
        "currency": "EUR",
        "amount": 0,
        "created": 1743156147,
        "modified": 1743156148
    }
}