GET SupplierOpeningBalance/Get
Gets a list of Supplier 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 Supplier Opening BalanceName | Type | Additional information | Description |
---|---|---|---|
TotalResults | integer |
None. |
|
ReturnedResults | integer |
None. |
|
Results | Collection of Supplier Opening Balance |
None. |
Response Formats
application/json, text/json
Sample:
{ "TotalResults": 1, "ReturnedResults": 2, "Results": [ { "SupplierId": 1, "Supplier_CurrencyId": 1, "Supplier_ExchangeRate": 1.0, "ID": 2, "Balance": 3.0, "Reason": "sample string 4", "Date": "2024-11-15" }, { "SupplierId": 1, "Supplier_CurrencyId": 1, "Supplier_ExchangeRate": 1.0, "ID": 2, "Balance": 3.0, "Reason": "sample string 4", "Date": "2024-11-15" } ] }