cashbox-reconcilation
Operations addressed under /cashbox-reconcilation — 2 operations.
aurax-bff-redirect-get-cash-box-reconcilation-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the aurax-bff-redirect-get-cash-box-reconcilation-list service definition through GET /cashbox-reconcilation.
Request and response fields are declared on the routing target get-cash-box-reconcilation-list; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<CashBoxReconcilationDto>.
| Field | Declared type | Nullable |
|---|---|---|
CashBoxId | Guid? | yes |
Balance | decimal? | yes |
DenominationAmount | decimal? | yes |
Difference | decimal? | yes |
AccountingEntryId | Guid? | yes |
Description | string | no |
CurrencyId | int? | yes |
TransactionDate | DateOnly? | yes |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeaurax-bff-redirect-get-cash-box-reconcilation-list › Responses
Success. Returns a page of records: the collection under data, with total carrying the unpaged count.
Response records carried by this page.
totalTotal matching records, ignoring paging.
aurax-bff-redirect-create-cashbox-reconcilation
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 cash-box-reconcilation-ui; this entry declares none of its own.
aurax-bff-redirect-create-cashbox-reconcilation › Request Body
cashBoxIddescriptiontransactionDateisApprovalNeededaurax-bff-redirect-create-cashbox-reconcilation › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.