balances
Operations addressed under /balances — 2 operations.
Get Balance By Account Number List
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the get-balance-by-account-list service definition through GET /balances/by-account-list.
Turkish display name: Hesap Numara Listesi ile Bakiye Getiren Api
Response body, read from the service source
The route declares its response as List<AccountListBalanceDto>.
| Field | Declared type | Nullable |
|---|---|---|
AccountNumber | string | no |
Ledgers | List<LedgerList> (collection) | no |
Member names are the service's declaration names.
query Parameters
balanceDateGet Balance By Account Number List › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
accountNumberget-balance-by-gLCode
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as GLBalanceDto.
| Field | Declared type | Nullable |
|---|---|---|
TransactionDate | DateOnly | no |
GLCode | string | no |
AccountNumber | string | no |
Balances | List<BalanceItem> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCTNG_160 | 400 | GL_CODE_NOT_FOUND | GL Code '{0}' is not found. |
ERR_ACCTNG_239 | 400 | CURRENCY_NUMBER_IS_NOT_VALID | Currency is not found. |
path Parameters
glCodePresent in the route template but not declared as a Route-bound field in the catalog.
query Parameters
accountNumbercurrencygLCodetransactionDateget-balance-by-gLCode › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
accountNumbergLCodetransactionDate