| GET, POST | /fibuscan/Onlinehandel/SchnittstelleZugangsdatenUmtauschen |
|---|
import java.math.*
import java.util.*
import net.servicestack.client.*
open class SchnittstelleZugangsdatenUmtauschenRequest
{
var Schnittstelle:Long? = null
var BankID:Long? = null
var request_type:String? = null
var auth_werte:HashMap<String,String> = HashMap<String,String>()
var AusgangsrechnungKontonummer:String? = null
}
open class SchnittstelleZugangsdatenUmtauschenResponse
{
var error:String? = null
var result:Boolean? = null
var ZugangsdatenGespeichert:Boolean? = null
var werte:HashMap<String,String> = HashMap<String,String>()
}
Kotlin SchnittstelleZugangsdatenUmtauschenRequest DTOs
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/SchnittstelleZugangsdatenUmtauschen HTTP/1.1
Host: ws4.fibudata.net
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length
{"Schnittstelle":0,"BankID":0,"request_type":"String","auth_werte":{"String":"String"},"AusgangsrechnungKontonummer":"String"}
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length
{"error":"String","result":false,"ZugangsdatenGespeichert":false,"werte":{"String":"String"}}