limit-items
Operations addressed under /limit-items — 7 operations.
aurax-bff-redirect-get-limit-item-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<LimitItemDto>.
| Field | Declared type | Nullable |
|---|---|---|
Code | string | no |
Name | string | no |
Description | string | no |
LevelNumber | int? | yes |
IsActive | bool | no |
Member names are the service's declaration names.
aurax-bff-redirect-get-limit-item-list › Responses
Success. The catalog declares no response fields for this operation. It returns a page of records under data, with total carrying the unpaged count — but the record's fields are not declared.
aurax-bff-redirect-get-limit-item-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as LimitItemDto.
| Field | Declared type | Nullable |
|---|---|---|
Code | string | no |
Name | string | no |
Description | string | no |
LevelNumber | int? | yes |
IsActive | bool | no |
Member names are the service's declaration names.
path Parameters
idPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-get-limit-item-by-id › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
aurax-bff-redirect-update-limit-item-bpm
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the aurax-bff-redirect-update-limit-item-bpm service definition through PUT /limit-items/{id}.
Request and response fields are declared on the routing target update-limit-item-bpm; this entry declares none of its own.
INCOMPLETE CONTRACT. The catalog declares 19 request field(s), 10 of them Mandatory (_rowStatus, _rowStatus, currencyNumber, isDefault, limitAmount, limitCount, limitMaxAmount, limitMinAmount, period, serviceDefinitionId) that this document could NOT place and does not show: the catalog parents this field to a row belonging to a DIFFERENT service, so it is a child of a node that is not part of this contract. So the properties and any required array below are a SUBSET of what the catalog declares, not the whole of it. They are dropped rather than re-attached because placing them would mean guessing which node they belong under, and this document does not guess. See x-aura-incomplete-contract for the field names.
path Parameters
idPresent in this route template but not among the Route-bound fields of the routing target update-limit-item-bpm, whose own path is decoupled from this one.
aurax-bff-redirect-update-limit-item-bpm › Request Body
codedescriptionlevelNumbernameidisActiveaurax-bff-redirect-update-limit-item-bpm › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
aurax-bff-redirect-delete-limit-item
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_TRLMT_2 | 400 | LIMIT_ITEM_MUST_NOT_BE_NULL | Limit item must not be null. |
path Parameters
idPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-delete-limit-item › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
aurax-bff-redirec-get-limit-item-dimension-list-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<LimitItemDimensionDto>.
| Field | Declared type | Nullable |
|---|---|---|
LimitItemId | Guid | no |
Period | int | no |
CustomerType | int | no |
CurrencyNumber | string | no |
LimitAmount | decimal | no |
LimitCount | int | no |
LimitMaxAmount | decimal? | yes |
LimitMinAmount | decimal? | yes |
IsActive | bool | no |
CustomerId | Guid? | yes |
IsDefault | bool | no |
StartDate | DateOnly? | yes |
EndDate | DateOnly? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_TRLMT_2 | 400 | LIMIT_ITEM_MUST_NOT_BE_NULL | Limit item must not be null. |
path Parameters
idPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirec-get-limit-item-dimension-list-by-id › Responses
Success. The catalog declares no response fields for this operation. It returns a collection of records — but the record's fields are not declared.
aurax-bff-redirect-get-limit-item-service-map-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<LimitItemServiceMapDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
LimitItemId | Guid | no |
ServiceDefinitionId | Guid | no |
IsActive | bool | no |
Member names are the service's declaration names.
path Parameters
idPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-get-limit-item-service-map-list › Responses
Success. The catalog declares no response fields for this operation. It returns a page of records under data, with total carrying the unpaged count — but the record's fields are not declared.