GET CustomerOpeningBalance/Get
Gets a list of Customer Opening Balances.
Request Information
This method supports OData queries.
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
This collection is wrapped in a paging response object.
Paging response of Customer Opening BalanceName | Type | Additional information | Description |
---|---|---|---|
TotalResults | integer |
None. |
|
ReturnedResults | integer |
None. |
|
Results | Collection of Customer Opening Balance |
None. |
Response Formats
application/json, text/json
Sample:
{ "TotalResults": 1, "ReturnedResults": 2, "Results": [ { "CustomerId": 1, "Customer_CurrencyId": 1, "Customer_ExchangeRate": 1.0, "ID": 2, "Balance": 3.0, "Reason": "sample string 4", "Date": "2024-11-15" }, { "CustomerId": 1, "Customer_CurrencyId": 1, "Customer_ExchangeRate": 1.0, "ID": 2, "Balance": 3.0, "Reason": "sample string 4", "Date": "2024-11-15" } ] }