POST api/IBAN
Request Information
URI Parameters
None.
Body Parameters
IBANDaten| Name | Type | Additional information |
|---|---|---|
| IBAN | string |
Matching regular expression pattern: ^DE\d{20}$ |
Request Formats
application/json, text/json
Sample:
{
"IBAN": "sample string 1"
}
Response Information
Resource Description
IBAN| Name | Type | Additional information |
|---|---|---|
| Name_KreditInstitut | string |
None. |
| Bic | string |
None. |
| Bankleitzahl | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Name_KreditInstitut": "sample string 1",
"Bic": "sample string 2",
"Bankleitzahl": "sample string 3"
}