Aurax BFF Service
string · uuid · requiredstringstringinteger · int32integer · int32 integer · int64
batch-accounting-entries
Operations addressed under /batch-accounting-entries — 1 operation.
aurax-bff-redirect-get-batch-accounting-entry-list
GET
https://dg-sandbox.dgpays.com/aurax-bff-service
/batch-accounting-entries/by-file-id/{batchAccountingEntryFileId}
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-batch-accounting-entry-list; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<BatchAccountingEntryDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
OrderNumber | int | no |
TransactionDate | DateOnly | no |
ProcessStatus | int? | yes |
Description | string | no |
ProcessResult | string | no |
AccountingEntryId | Guid? | yes |
BatchAccountingEntryDetails | IEnumerable<BatchAccountingEntryDetailDto> (collection) | no |
Member names are the service's declaration names.
path Parameters
batchAccountingEntryFileIdquery Parameters
orderByorderSortpageIndexpageSizeaurax-bff-redirect-get-batch-accounting-entry-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.