curl --request GET \ --url https://api.openint.dev/v0/unified/accounting/customer-income \ --header 'x-apikey: <api-key>' \ --header 'x-connection-id: <api-key>'
{ "reportName": "<string>", "startPeriod": "<string>", "endPeriod": "<string>", "currency": "<string>", "entries": [ { "customerId": "<string>", "customerName": "<string>", "totalIncome": 123, "totalExpenses": 123, "netIncome": 123 } ], "totalIncome": 123, "totalExpenses": 123, "netIncome": 123 }
Show child attributes