| GET, POST | /fibuscan/Onlinehandel/GetSchnittstelleZugangsdaten |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| BankID | body | long? | No | |
| Schnittstelle | body | long | No | |
| ist_Paypal | body | bool? | No | |
| AusgangsrechnungKontonummer | body | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Auth_wert1 | form | string | No | |
| Auth_wert2 | form | string | No | |
| Auth_wert3 | form | string | No | |
| Auth_wert4 | form | string | No | |
| Auth_wert5 | form | string | No | |
| Auth_Dropdown1 | form | string | No | |
| isZugangdatenExistiert | form | bool | No | |
| zusaetzliche_werte | form | Dictionary<string, string> | No | |
| SchnittstelleEinschraenkungen | form | string | No | |
| SchnittstellenStatus | form | onlinehandel_schnittstellen_status | No | |
| SchnittstelleAusnahmen | form | List<int> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| id | form | long? | No | |
| name | form | string | No | |
| status | form | int? | No | |
| meldung | form | string | No | |
| url | form | string | No | |
| von | form | DateTime? | No | |
| bis | form | DateTime? | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /fibuscan/Onlinehandel/GetSchnittstelleZugangsdaten HTTP/1.1
Host: ws4.fibudata.net
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length
{"BankID":0,"Schnittstelle":0,"ist_Paypal":false,"AusgangsrechnungKontonummer":"String"}
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length
{"Auth_wert1":"String","Auth_wert2":"String","Auth_wert3":"String","Auth_wert4":"String","Auth_wert5":"String","Auth_Dropdown1":"String","isZugangdatenExistiert":false,"zusaetzliche_werte":{"String":"String"},"SchnittstelleEinschraenkungen":"String","SchnittstellenStatus":{"id":0,"name":"String","status":0,"meldung":"String","url":"String","von":"\/Date(-62135596800000-0000)\/","bis":"\/Date(-62135596800000-0000)\/"},"SchnittstelleAusnahmen":[0]}