POST api/IBAN
Request Information
URI Parameters
None.
Body Parameters
IBANDatenName | 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
IBANName | 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" }