customer-blockeds
Operations addressed under /customer-blockeds — 6 operations.
aurax-bff-service-dynamic-get-blocked-account-list-by-account-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-account-list-by-account-id; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<CustomerBlockedDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
BlockedItemId | Guid | no |
CustomerId | Guid | no |
BlockedAmount | decimal? | yes |
BlockedCurrencyNumber | string | no |
BlockedType | int | no |
BlockedDate | DateOnly | no |
BlockedDueDate | DateOnly? | yes |
UnblockedDate | DateOnly? | yes |
UnblockedReason | string | no |
IsActive | bool | no |
Direction | int | no |
Description | string | no |
AccountBlockeds | List<BlockedAccountItem> (collection) | no |
Member names are the service's declaration names.
path Parameters
accountIdquery Parameters
orderByorderSortaurax-bff-service-dynamic-get-blocked-account-list-by-account-id › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
blockedAmountblockedCurrencyNumberblockedDateblockedDueDateblockedItemIdblockedTypecustomerIddescriptiondirectionidisActiveunblockedDateunblockedReasonaurax-bff-service-dynamic-get-customer-blocked-list-by-customer-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-customer-blocked-list-by-customer-id; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<CustomerBlockedDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
BlockedItemId | Guid | no |
CustomerId | Guid | no |
BlockedAmount | decimal? | yes |
BlockedCurrencyNumber | string | no |
BlockedType | int | no |
BlockedDate | DateOnly | no |
BlockedDueDate | DateOnly? | yes |
UnblockedDate | DateOnly? | yes |
UnblockedReason | string | no |
IsActive | bool | no |
Direction | int | no |
Description | string | no |
AccountBlockeds | List<BlockedAccountItem> (collection) | no |
Member names are the service's declaration names.
path Parameters
customerIdquery Parameters
orderByorderSortaurax-bff-service-dynamic-get-customer-blocked-list-by-customer-id › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
blockedAmountblockedCurrencyNumberblockedDateblockedDueDateblockedItemIdblockedSubTypeblockedTypecustomerBlockedIdcustomerIddescriptiondirectionisActiveunblockedDateunblockedReasonaurax-bff-dynamic-get-blocked-customer-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-customer-list; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<CustomerBlockedDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
BlockedItemId | Guid | no |
CustomerId | Guid | no |
BlockedAmount | decimal? | yes |
BlockedCurrencyNumber | string | no |
BlockedType | int | no |
BlockedDate | DateOnly | no |
BlockedDueDate | DateOnly? | yes |
UnblockedDate | DateOnly? | yes |
UnblockedReason | string | no |
IsActive | bool | no |
Direction | int | no |
Description | string | no |
AccountBlockeds | List<BlockedAccountItem> (collection) | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeaurax-bff-dynamic-get-blocked-customer-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-customer-blocked-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-customer-blocked-ui-bpmn; this entry declares none of its own.
aurax-bff-dynamic-create-customer-blocked-ui-bpmn › Request Body
blockedItemIdblockedTypecustomerIddescriptionblockedCurrencyNumberblockedDueDatedirectionaurax-bff-dynamic-create-customer-blocked-ui-bpmn › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
aurax-bff-dynamic-get-blocked-customer-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-customer-by-id; this entry declares none of its own.
Response body, read from the service source
The route declares its response as CustomerBlockedDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
BlockedItemId | Guid | no |
CustomerId | Guid | no |
BlockedAmount | decimal? | yes |
BlockedCurrencyNumber | string | no |
BlockedType | int | no |
BlockedDate | DateOnly | no |
BlockedDueDate | DateOnly? | yes |
UnblockedDate | DateOnly? | yes |
UnblockedReason | string | no |
IsActive | bool | no |
Direction | int | no |
Description | string | no |
AccountBlockeds | List<BlockedAccountItem> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCNT_128 | 400 | CUSTOMER_BLOCKED_NOT_FOUND | Customer blocked not found. |
path Parameters
idaurax-bff-dynamic-get-blocked-customer-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.
blockedAmountblockedCurrencyNumberblockedDateblockedDueDateblockedItemIdblockedTypecustomerIddescriptiondirectionidisActiveunblockedDateunblockedReasonaurax-bff-dynamic-edit-customer-blocked-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 edit-customer-blocked-ui-bpmn; this entry declares none of its own.
path Parameters
idaurax-bff-dynamic-edit-customer-blocked-ui-bpmn › Request Body
blockedTypedescriptionunblockedReasonblockedCurrencyNumberblockedDueDateblockedItemIdcustomerIddirectionaurax-bff-dynamic-edit-customer-blocked-ui-bpmn › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.