blocked-items
Operations addressed under /blocked-items — 4 operations.
aurax-bff-dynamic-get-blocked-item-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-blocked-item-list; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<BlockedItemDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Code | string | no |
Name | string | no |
Description | string | no |
ParentBlockedItemId | Guid? | yes |
IsActive | bool | no |
IsLeafLevel | bool | no |
BlockedContent | int? | yes |
IsSorted | bool? | yes |
IsPartialBlocked | bool? | yes |
IsCreditBlocked | bool? | yes |
IsDebitBlocked | bool? | yes |
IsDoubleBlocked | bool? | yes |
IsManualBlocked | bool? | yes |
IsManualUnblocked | bool? | yes |
Priority | int? | yes |
IsDistraint | bool | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeaurax-bff-dynamic-get-blocked-item-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-blocked-item-ui-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-blocked-item-ui-bpmn; this entry declares none of its own.
aurax-bff-dynamic-create-blocked-item-ui-bpmn › Request Body
blockedContentcodedescriptionisCreditBlockedisDebitBlockedisDoubleBlockedisManualBlockedisManualUnblockedisPartialBlockedisSortednameparentBlockedItemIdpriorityaurax-bff-dynamic-create-blocked-item-ui-bpmn › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
aurax-bff-dynamic-get-blocked-item-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-blocked-item-by-id; this entry declares none of its own.
Response body, read from the service source
The route declares its response as BlockedItemDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Code | string | no |
Name | string | no |
Description | string | no |
ParentBlockedItemId | Guid? | yes |
IsActive | bool | no |
IsLeafLevel | bool | no |
BlockedContent | int? | yes |
IsSorted | bool? | yes |
IsPartialBlocked | bool? | yes |
IsCreditBlocked | bool? | yes |
IsDebitBlocked | bool? | yes |
IsDoubleBlocked | bool? | yes |
IsManualBlocked | bool? | yes |
IsManualUnblocked | bool? | yes |
Priority | int? | yes |
IsDistraint | bool | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCNT_24 | 400 | BLOCKED_ITEM_NOT_FOUND | Blocked item not found. |
path Parameters
idaurax-bff-dynamic-get-blocked-item-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.
blockedContentcodedescriptionidisActiveisCreditBlockedisDebitBlockedisDistraintisDoubleBlockedisLeafLevelisManualBlockedisManualUnblockedisPartialBlockedisSortednameparentBlockedItemIdparentIdpriorityaurax-bff-dynamic-update-blocked-item-ui-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 update-blocked-item-ui-bpmn; this entry declares none of its own.
path Parameters
idaurax-bff-dynamic-update-blocked-item-ui-bpmn › Request Body
blockedContentdescriptionisActiveisCreditBlockedisDebitBlockedisDoubleBlockedisManualBlockedisManualUnblockedisPartialBlockedisSortednameparentBlockedItemIdpriorityaurax-bff-dynamic-update-blocked-item-ui-bpmn › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.