POST api/IBANDetails
Request Information
URI Parameters
None.
Body Parameters
IbanDatenName | Description | Type | Additional information |
---|---|---|---|
app_id | string |
None. |
|
iban | string |
None. |
Request Formats
application/json, text/json
Beispiel:
{ "app_id": "sample string 1", "iban": "sample string 2" }
Response Information
Resource Description
IBANDetailsName | Description | Type | Additional information |
---|---|---|---|
Herausgeber_Name | string |
None. |
|
Herausgeber_Homepage | string |
None. |
|
Name_KreditInstitut | string |
None. |
|
Bic | string |
None. |
|
Bankleitzahl | string |
None. |
Response Formats
application/json, text/json
Beispiel:
{ "Herausgeber_Name": "sample string 1", "Herausgeber_Homepage": "sample string 2", "Name_KreditInstitut": "sample string 3", "Bic": "sample string 4", "Bankleitzahl": "sample string 5" }