| GET, POST | /fibuscan/Onlinehandel/GetSchnittstelleZugangsdaten |
|---|
Imports System
Imports System.Collections
Imports System.Collections.Generic
Imports System.Runtime.Serialization
Imports ServiceStack
Imports ServiceStack.DataAnnotations
Imports FIBUdataServiceStack.ServiceModel.Messages
Imports FIBUdataServiceStack.ServiceModel.Models
Namespace Global
Namespace FIBUdataServiceStack.ServiceModel.Messages
Public Partial Class GetSchnittstelleZugangsdatenRequest
Public Overridable Property BankID As Nullable(Of Long)
Public Overridable Property Schnittstelle As Long
Public Overridable Property ist_Paypal As Nullable(Of Boolean)
Public Overridable Property AusgangsrechnungKontonummer As String
End Class
Public Partial Class GetSchnittstelleZugangsdatenResponse
Public Sub New()
zusaetzliche_werte = New Dictionary(Of String, String)
SchnittstelleAusnahmen = New List(Of Integer)
End Sub
Public Overridable Property Auth_wert1 As String
Public Overridable Property Auth_wert2 As String
Public Overridable Property Auth_wert3 As String
Public Overridable Property Auth_wert4 As String
Public Overridable Property Auth_wert5 As String
Public Overridable Property Auth_Dropdown1 As String
Public Overridable Property isZugangdatenExistiert As Boolean
Public Overridable Property zusaetzliche_werte As Dictionary(Of String, String)
Public Overridable Property SchnittstelleEinschraenkungen As String
Public Overridable Property SchnittstellenStatus As onlinehandel_schnittstellen_status
Public Overridable Property SchnittstelleAusnahmen As List(Of Integer)
End Class
End Namespace
Namespace FIBUdataServiceStack.ServiceModel.Models
Public Partial Class onlinehandel_schnittstellen_status
Public Overridable Property id As Nullable(Of Long)
Public Overridable Property name As String
Public Overridable Property status As Nullable(Of Integer)
Public Overridable Property meldung As String
Public Overridable Property url As String
Public Overridable Property von As Nullable(Of Date)
Public Overridable Property bis As Nullable(Of Date)
End Class
End Namespace
End Namespace
VB.NET GetSchnittstelleZugangsdatenRequest DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
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: application/json
Content-Type: application/json
Content-Length: length
{"BankID":0,"Schnittstelle":0,"ist_Paypal":false,"AusgangsrechnungKontonummer":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
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]}