Aurax BFF Service
string · requiredstring · requiredstring · requiredinteger · int32 · requiredinteger · int32 · requiredstring · datestring · datenumber[]number[] integer · int64
accounting-transactions
Operations addressed under /accounting-transactions — 1 operation.
aurax-bff-redirect-get-accounting-transaction-list
GET
https://dg-sandbox.dgpays.com/aurax-bff-service
/accounting-transactions
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target get-accounting-transaction-list; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<AccountingTransactionsDto>.
| Field | Declared type | Nullable |
|---|---|---|
TransactionDate | DateOnly | no |
Explanation | string | no |
AccountingEntryId | Guid | no |
TransactionInfo | TransactionInfo | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_ACCTNG_256 | 400 | ACCOUNT_NUMBER_IS_REQUIRED |
ERR_ACCTNG_257 | 400 | BEGIN_DATE_IS_REQUIRED |
ERR_ACCTNG_258 | 400 | END_DATE_IS_REQUIRED |
ERR_ACCTNG_259 | 400 | END_DATE_MUST_BE_LARGER_THAN_BEGIN_DATE |
ERR_ACCTNG_260 | 400 | MAX_TRANSACTION_AMOUNT_MUST_BE_GREATER_THAN_MIN_TRANSACTION_AMOUNT |
query Parameters
accountNumberorderByorderSortpageIndexpageSizebeginDateendDatemaxTransactionAmountminTransactionAmountaurax-bff-redirect-get-accounting-transaction-list › Responses
Success. Returns a page of records: the collection under data, with total carrying the unpaged count.
Paged response envelope observed on the BFF response path.
object[] · required
Response records carried by this page.
totalTotal matching records, ignoring paging.