swift-bic-banks
Operations addressed under /swift-bic-banks — 11 operations.
get-swift-bICBank-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<SwiftBICBankDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
BICCode | string | no |
BankCode | string | no |
CountryCode | string | no |
LocationCode | string | no |
BranchCode | string | no |
BankName | string | no |
BranchName | string | no |
AddressCity | string | no |
Address | string | no |
AddressCountryCode | string | no |
AddressCountryName | string | no |
IsActive | bool | no |
ApiUpdateDate | DateTime | no |
BankAccountNumber | string | no |
BankIBAN | string | no |
BankCustomerId | object | no |
Correspondents | List<SwiftBICBankCorrespondentDto> (collection) | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-swift-bICBank-list › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
create-swift-bICBank
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route returns AuraCommandDto<Guid>, which is the response body itself and not a wrapper around one: the framework declares it as a class with a single property, Id, of type Guid. A caller gets a JSON OBJECT with one field, not a bare value. The field is id on the wire.
| Field | Name on the wire | Declared type | Nullable |
|---|---|---|---|
Id | id | Guid | no |
Member names are the service's declaration names.
create-swift-bICBank › Request Body
addressaddressCityaddressCountryCodeaddressCountryNamebICCodebankCodebankNamebranchCodebranchNamecountryCodeisActivelocationCodecreate-swift-bICBank › Responses
Success. An exact, uniquely bound route registration declares the command-id envelope, so this schema is the code-backed body contract.
idIdentifier returned by the command.
get-swift-bank-name-by-bank-code
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
bankCodeget-swift-bank-name-by-bank-code › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
get-swift-bICBank-by-code
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 SwiftBICBankDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
BICCode | string | no |
BankCode | string | no |
CountryCode | string | no |
LocationCode | string | no |
BranchCode | string | no |
BankName | string | no |
BranchName | string | no |
AddressCity | string | no |
Address | string | no |
AddressCountryCode | string | no |
AddressCountryName | string | no |
IsActive | bool | no |
ApiUpdateDate | DateTime | no |
BankAccountNumber | string | no |
BankIBAN | string | no |
BankCustomerId | object | no |
Correspondents | List<SwiftBICBankCorrespondentDto> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_FRGN_TRD_9 | 400 | ITEM_DOES_NOT_EXISTS |
path Parameters
bICCodeget-swift-bICBank-by-code › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
get-swift-bICBank-name-by-code
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route returns string, a scalar rather than an object. There is no field tree below because there are no fields: the body is a JSON string. This is a complete answer read from the declaration, not a gap.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_FRGN_TRD_9 | 400 | ITEM_DOES_NOT_EXISTS |
path Parameters
bICCodeget-swift-bICBank-name-by-code › 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.
get-swift-bic-banks-get-branch-name-by-branch-code
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route returns string, a scalar rather than an object. There is no field tree below because there are no fields: the body is a JSON string. This is a complete answer read from the declaration, not a gap.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_FRGN_TRD_9 | 400 | ITEM_DOES_NOT_EXISTS |
path Parameters
branchCodeget-swift-bic-banks-get-branch-name-by-branch-code › 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.
get-swift-bICBank-by-iban
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 SwiftBICBankDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
BICCode | string | no |
BankCode | string | no |
CountryCode | string | no |
LocationCode | string | no |
BranchCode | string | no |
BankName | string | no |
BranchName | string | no |
AddressCity | string | no |
Address | string | no |
AddressCountryCode | string | no |
AddressCountryName | string | no |
IsActive | bool | no |
ApiUpdateDate | DateTime | no |
BankAccountNumber | string | no |
BankIBAN | string | no |
BankCustomerId | object | no |
Correspondents | List<SwiftBICBankCorrespondentDto> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_FRGN_TRD_14 | 400 | INVALID_IBAN_NUMBER |
path Parameters
iBanPresent in the route template but not declared as a Route-bound field in the catalog.
query Parameters
ibanget-swift-bICBank-by-iban › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
get-swift-bICBank-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 SwiftBICBankDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
BICCode | string | no |
BankCode | string | no |
CountryCode | string | no |
LocationCode | string | no |
BranchCode | string | no |
BankName | string | no |
BranchName | string | no |
AddressCity | string | no |
Address | string | no |
AddressCountryCode | string | no |
AddressCountryName | string | no |
IsActive | bool | no |
ApiUpdateDate | DateTime | no |
BankAccountNumber | string | no |
BankIBAN | string | no |
BankCustomerId | object | no |
Correspondents | List<SwiftBICBankCorrespondentDto> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_FRGN_TRD_9 | 400 | ITEM_DOES_NOT_EXISTS |
path Parameters
idget-swift-bICBank-by-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
get-swift-bICBank-correspondent
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<SwiftBICBankCorrespondentDto>.
| Field | Declared type | Nullable |
|---|---|---|
BICCode | string | no |
BankName | string | no |
CorrespondentBankBICCode | string | no |
Currency | string | no |
CorrespondenceType | string | no |
IsActive | bool | no |
ApiUpdateDate | DateTime | no |
BankAccountNumber | string | no |
BankIBAN | string | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-swift-bICBank-correspondent › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
get-swift-bICBank
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 SwiftBICBankDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
BICCode | string | no |
BankCode | string | no |
CountryCode | string | no |
LocationCode | string | no |
BranchCode | string | no |
BankName | string | no |
BranchName | string | no |
AddressCity | string | no |
Address | string | no |
AddressCountryCode | string | no |
AddressCountryName | string | no |
IsActive | bool | no |
ApiUpdateDate | DateTime | no |
BankAccountNumber | string | no |
BankIBAN | string | no |
BankCustomerId | object | no |
Correspondents | List<SwiftBICBankCorrespondentDto> (collection) | no |
Member names are the service's declaration names.
path Parameters
bICCodequery Parameters
accountNumbercurrencyget-swift-bICBank › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
update-swift-bICBank
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 |
|---|---|---|
ERR_FRGN_67 | 400 | SWIFT_ALMANAC_BIC_CODE_NOT_FOUND |
path Parameters
bICCodeupdate-swift-bICBank › Request Body
addressaddressCityaddressCountryCodeaddressCountryNamebankCodebankNamebranchCodebranchNamecountryCodeisActivelocationCodeupdate-swift-bICBank › 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.