ClientBalanceResponse
successboolean
Example:
truedata object
totalCashInnumber
Total amount received via bank transfers.
Example:
50000totalCashOutnumber
Total amount swept out (consolidations/debits).
Example:
5000totalInvoicednumber
Total invoiced amount across all invoice statuses.
Example:
30000balancenumber
Net balance: totalCashIn - totalCashOut - totalInvoiced.
Example:
15000currencystring
Currency code.
Example:
ARStimestampdate-time
ClientBalanceResponse
{
"success": true,
"data": {
"totalCashIn": 50000,
"totalCashOut": 5000,
"totalInvoiced": 30000,
"balance": 15000,
"currency": "ARS"
},
"timestamp": "2024-07-29T15:51:28.071Z"
}