Customers

Returns a Customer's opening balances, calculated for the next periods: current month, one month old, two months old, three and more months old.

get/v1/customers/{itemId}/openingBalance

Path parameters

itemIdinteger required

Id of Customer to return opening balances.

Response

OK

currentMonthnumber double
oneMonthOldnumber double
twoMonthsOldnumber double
threeMonthsOldnumber double

Changes

No recorded changes to this endpoint across all 5 revisions of this API.