batch-accounting-entry-files
Operations addressed under /batch-accounting-entry-files — 3 operations.
aurax-bff-redirect-get-batch-accounting-entry-file-list
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-file-list; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<BatchAccountingEntryFileDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
FileName | string | no |
UserCode | string | no |
CreatedDate | DateTime | no |
BatchAccountingEntrys | IEnumerable<BatchAccountingEntryDto> (collection) | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeaurax-bff-redirect-get-batch-accounting-entry-file-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-batch-accounting-entry-bpmn
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 create-batch-accounting-entry-bpmn; this entry declares none of its own.
aurax-bff-redirect-create-batch-accounting-entry-bpmn › Request Body
fileNameuserCodeisApprovalNeededaurax-bff-redirect-create-batch-accounting-entry-bpmn › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
aurax-bff-redirect-get-batch-accounting-entry-file-by-id
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-file-by-id; this entry declares none of its own.
Response body, read from the service source
The route declares its response as BatchAccountingEntryFileDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
FileName | string | no |
UserCode | string | no |
CreatedDate | DateTime | no |
BatchAccountingEntrys | IEnumerable<BatchAccountingEntryDto> (collection) | no |
Member names are the service's declaration names.
path Parameters
idaurax-bff-redirect-get-batch-accounting-entry-file-by-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.