FIBUdataServiceStack

<back to all web services

GetSchnittstelleZugangsdatenRequest

The following routes are available for this service:
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 .xml suffix or ?format=xml

HTTP + XML

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/xml
Content-Type: application/xml
Content-Length: length

<GetSchnittstelleZugangsdatenRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FIBUdataServiceStack.ServiceModel.Messages">
  <AusgangsrechnungKontonummer>String</AusgangsrechnungKontonummer>
  <BankID>0</BankID>
  <Schnittstelle>0</Schnittstelle>
  <ist_Paypal>false</ist_Paypal>
</GetSchnittstelleZugangsdatenRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<GetSchnittstelleZugangsdatenResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FIBUdataServiceStack.ServiceModel.Messages">
  <Auth_Dropdown1>String</Auth_Dropdown1>
  <Auth_wert1>String</Auth_wert1>
  <Auth_wert2>String</Auth_wert2>
  <Auth_wert3>String</Auth_wert3>
  <Auth_wert4>String</Auth_wert4>
  <Auth_wert5>String</Auth_wert5>
  <SchnittstelleAusnahmen xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>0</d2p1:int>
  </SchnittstelleAusnahmen>
  <SchnittstelleEinschraenkungen>String</SchnittstelleEinschraenkungen>
  <SchnittstellenStatus xmlns:d2p1="http://schemas.datacontract.org/2004/07/FIBUdataServiceStack.ServiceModel.Models">
    <d2p1:bis>0001-01-01T00:00:00</d2p1:bis>
    <d2p1:id>0</d2p1:id>
    <d2p1:meldung>String</d2p1:meldung>
    <d2p1:name>String</d2p1:name>
    <d2p1:status>0</d2p1:status>
    <d2p1:url>String</d2p1:url>
    <d2p1:von>0001-01-01T00:00:00</d2p1:von>
  </SchnittstellenStatus>
  <isZugangdatenExistiert>false</isZugangdatenExistiert>
  <zusaetzliche_werte xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:KeyValueOfstringstring>
      <d2p1:Key>String</d2p1:Key>
      <d2p1:Value>String</d2p1:Value>
    </d2p1:KeyValueOfstringstring>
  </zusaetzliche_werte>
</GetSchnittstelleZugangsdatenResponse>