Aurax BFF Service
integer · int32 · requiredstring · date · requiredstringstringstringstringinteger · int32integer · int32boolean integer · int64
cashbalance-transactions
Operations addressed under /cashbalance-transactions — 1 operation.
aurax-bff-redirect-get-cash-balance-transactions
GET
https://dg-sandbox.dgpays.com/aurax-bff-service
/cashbalance-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-cash-balance-transactions; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<CashBalanceDto>.
| Field | Declared type | Nullable |
|---|---|---|
OrganizationCode | string | no |
CashBoxCode | string | no |
Currency | int | no |
TotalDebit | decimal | no |
TotalCredit | decimal | no |
Balance | decimal | no |
PreviousBalance | decimal? | yes |
TransactionList | List<TransactionDto> (collection) | no |
Member names are the service's declaration names.
query Parameters
currencytransactionDatecashBoxCodeobject
orderByorderSortorganizationCodepageIndexpageSizepreviousBalanceaurax-bff-redirect-get-cash-balance-transactions › 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.