customer-blockeds
Operations addressed under /customer-blockeds — 11 operations.
get-account-blocked-transaction-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<AccountBlockedTransactionDto>.
| Field | Declared type | Nullable |
|---|---|---|
AccountBlockedTransactionId | Guid | no |
PreviousAccountBlockedAmount | decimal? | yes |
TransactionAmount | decimal? | yes |
RemainingAccountBlockedAmount | decimal? | yes |
RemainingCustomerBlockedAmount | decimal? | yes |
ExchangeRate | decimal? | yes |
BlockedSubType | int? | yes |
TransactionType | int? | yes |
TransactionDescription | string | no |
Member names are the service's declaration names.
path Parameters
accountBlockedIdquery Parameters
get-account-blocked-transaction-list › 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.
accountBlockedTransactionIdblockedSubTypeexchangeRatepreviousAccountBlockedAmountremainingAccountBlockedAmountremainingCustomerBlockedAmounttransactionAmounttransactionDescriptiontransactionTypecreate-account-blocked-transaction
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 AuraCommandDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Member names are the service's declaration names.
path Parameters
accountBlockedIdcreate-account-blocked-transaction › Request Body
blockedSubTypePermitted values — validated against the blocked_sub_type parameter.
| Value | Meaning |
|---|---|
1 | Main |
2 | Reserve |
blockedTransactionTypePermitted values — validated against the blocked_transaction_type parameter.
| Value | Meaning |
|---|---|
1 | First Record |
2 | Partial Unblocked |
3 | Unblocked |
exchangeRatepreviousAccountBlockedAmountremainingAccountBlockedAmountremainingCustomerBlockedAmounttransactionAmounttransactionDescriptioncreate-account-blocked-transaction › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
add-blocked-to-account
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 BlockedToAccountDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
AccountBlockedIds | List<Guid> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCNT_13 | 400 | BlockedTypeMustBeAccount | Blocked type must be account. |
ERR_ACCNT_21 | 400 | — | Account is passive. |
ERR_ACCNT_37 | 400 | — | For account blocking, item must be leaflevel. |
ERR_ACCNT_49 | 400 | — | Blocked item is passive. |
ERR_ACCNT_79 | 400 | CUSTOMER_ID_MUST_NOT_BE_EMPTY | Customer must not be empty. |
ERR_ACCNT_80 | 400 | BLOCKED_ITEM_ID_MUST_NOT_BE_EMPTY | Blocked Item must not be empty. |
add-blocked-to-account › Request Body
blockedItemIdblockedTypePermitted values — validated against the blocked_type parameter.
| Value | Meaning |
|---|---|
1 | Amount |
2 | Account |
3 | Customer |
customerIddescriptiondirectionblockedDueDateadd-blocked-to-account › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
add-blocked-to-amount
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 BlockedToAccountDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
AccountBlockedIds | List<Guid> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCNT_14 | 400 | BlockedTypeMustBeAmount | Blocked type must be amount. |
ERR_ACCNT_18 | 400 | CURRENCY_ID_NOT_FOUND | Currency not found. |
ERR_ACCNT_21 | 400 | ACCOUNT_CUSTOMER_MUST_NOT_BE_PASSIVE | Account is passive. |
ERR_ACCNT_37 | 400 | FOR_ACCOUNT_BLOCKING_ITEM_MUST_BE_LEAF_LEVEL | For account blocking, item must be leaflevel. |
ERR_ACCNT_44 | 400 | — | Incompatible with the block amount defined to the customer. |
ERR_ACCNT_49 | 400 | BLOCKED_ITEM_IS_PASSIVE | Blocked item is passive. |
ERR_ACCNT_69 | 400 | DOUBLE_DIRECTION_COULD_NOT_BE_USED_FOR_THIS_BLOCKED_TYPE | Duble direction couldn’t be used for this blocked type. |
ERR_ACCNT_79 | 400 | CUSTOMER_ID_MUST_NOT_BE_EMPTY | Customer must not be empty. |
ERR_ACCNT_80 | 400 | BLOCKED_ITEM_ID_MUST_NOT_BE_EMPTY | Blocked Item must not be empty. |
add-blocked-to-amount › Request Body
amountBlockedCurrencyblockedAmountblockedItemIdblockedTypePermitted values — validated against the blocked_type parameter.
| Value | Meaning |
|---|---|
1 | Amount |
2 | Account |
3 | Customer |
currencyNumbercustomerIddescriptiondirectionblockedDueDateadd-blocked-to-amount › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
get-account-blocked-summary
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 AccountBlockedSummaryDto.
| Field | Declared type | Nullable |
|---|---|---|
BlockedType | int? | yes |
Direction | int? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCNT_40 | 400 | BLOCKED_NOT_FOUND | Blocked not found. |
path Parameters
accountIdquery Parameters
customerIdget-account-blocked-summary › 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.
blockedTypedirectionadd-blocked-to-customer
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 AuraCommandDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCNT_15 | 400 | BlockedTypeMustBeCustomer | Blocked type must be customer. |
ERR_ACCNT_79 | 400 | CUSTOMER_ID_MUST_NOT_BE_EMPTY | Customer must not be empty. |
ERR_ACCNT_80 | 400 | BLOCKED_ITEM_ID_MUST_NOT_BE_EMPTY | Blocked Item must not be empty. |
add-blocked-to-customer › Request Body
blockedItemIdblockedTypePermitted values — validated against the blocked_type parameter.
| Value | Meaning |
|---|---|
1 | Amount |
2 | Account |
3 | Customer |
customerIddescriptionblockedDueDateadd-blocked-to-customer › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
update-account-blocked
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idaccountBlockedIdupdate-account-blocked › Request Body
amountamountBlockedCurrencyblockedSubTypePermitted values — validated against the blocked_sub_type parameter.
| Value | Meaning |
|---|---|
1 | Main |
2 | Reserve |
exchangeRateupdate-account-blocked › 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.
partial-unblock-account-blocked
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idaccountBlockedIdpartial-unblock-account-blocked › 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.
delete-account-blocked
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idaccountBlockedIdquery Parameters
reasondelete-account-blocked › 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.
unblock-customer-blocked
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idunblock-customer-blocked › Request Body
reasonPermitted values — validated against the unblocked_reason parameter.
| Value | Meaning |
|---|---|
1 | GIB |
2 | SGK |
3 | DUE |
4 | FAST |
unblock-customer-blocked › 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.