denominations
Operations addressed under /denominations — 5 operations.
aurax-bff-dynamic-get-denomination-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-denomination-list; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<DenominationDto>.
| Field | Declared type | Nullable |
|---|---|---|
CurrencyNumber | string | no |
Name | string | no |
Type | int? | yes |
Unit | decimal? | yes |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeaurax-bff-dynamic-get-denomination-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-dynamic-create-denomination
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-denomination-bpmn; this entry declares none of its own.
aurax-bff-dynamic-create-denomination › Request Body optional
currencyNumbernametypeunitaurax-bff-dynamic-create-denomination › Responses
Success. The schema is an anyOf over three envelopes: the record, a bare array of it, and a page {total, data[]} carrying the same record.
Decision Table
| Variant | Matching Criteria |
|---|---|
| type = object | |
| type = array | |
| type = object · requires: data |
idaurax-bff-dynamic-get-denomination-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-denomination-by-id; this entry declares none of its own.
Response body, read from the service source
The route declares its response as DenominationDto.
| Field | Declared type | Nullable |
|---|---|---|
CurrencyNumber | string | no |
Name | string | no |
Type | int? | yes |
Unit | decimal? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCNT_121 | 400 | DENOMINATION_IS_NOT_FOUND | Denomination is not found with the given id'{0}'. |
path Parameters
idaurax-bff-dynamic-get-denomination-by-id › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
currencyNumberidnametypeunitaurax-bff-dynamic-update-denomination
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 update-denomination-bpmn; this entry declares none of its own.
path Parameters
idPresent in this route template but not among the Route-bound fields of the routing target update-denomination-bpmn, whose own path is decoupled from this one.
aurax-bff-dynamic-update-denomination › Request Body optional
currencyNumberidnametypeunitaurax-bff-dynamic-update-denomination › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
aurax-bff-dynamic-delete-denomination
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 delete-denomination-bpmn; this entry declares none of its own.
Request body description
The catalog declares Body-bound fields on this DELETE operation. Request bodies on DELETE have no defined semantics in HTTP; this documents the catalog, not a recommendation. Not every field below is accepted: the platform selects which of them this operation admits and drops the rest.
path Parameters
idPresent in this route template but not among the Route-bound fields of the routing target delete-denomination-bpmn, whose own path is decoupled from this one.
aurax-bff-dynamic-delete-denomination › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.