| GET, POST | /fibuscan/Onlinehandel/support_tools/schnittstellen-Details |
|---|
Imports System
Imports System.Collections
Imports System.Collections.Generic
Imports System.Runtime.Serialization
Imports ServiceStack
Imports ServiceStack.DataAnnotations
Imports FIBUdataServiceStack.ServiceModel.Messages
Namespace Global
Namespace FIBUdataServiceStack.ServiceModel.Messages
Public Partial Class OnlinehandelSchnittstellenDetailsRequest
End Class
Public Partial Class OnlinehandelSchnittstellenDetailsResponse
Public Sub New()
schnittstellen = New Dictionary(Of Long, List(Of OneClickHelper))
End Sub
Public Overridable Property schnittstellen As Dictionary(Of Long, List(Of OneClickHelper))
End Class
End Namespace
End Namespace
VB.NET OnlinehandelSchnittstellenDetailsRequest DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /fibuscan/Onlinehandel/support_tools/schnittstellen-Details HTTP/1.1
Host: ws4.fibudata.net
Accept: application/xml
Content-Type: application/xml
Content-Length: length
<OnlinehandelSchnittstellenDetailsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FIBUdataServiceStack.ServiceModel.Messages" />
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<OnlinehandelSchnittstellenDetailsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FIBUdataServiceStack.ServiceModel.Messages">
<schnittstellen xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:KeyValueOflongArrayOfOneClickHelper2e6XiDME>
<d2p1:Key>0</d2p1:Key>
<d2p1:Value xmlns:d4p1="http://schemas.datacontract.org/2004/07/FIBUdataServiceStack.ServiceModel.Onlinehandel">
<d4p1:OneClickHelper>
<d4p1:AusgangsrechnungKontonummer>0</d4p1:AusgangsrechnungKontonummer>
<d4p1:Schnittstelle>Klarna</d4p1:Schnittstelle>
<d4p1:SchnittstelleLong>0</d4p1:SchnittstelleLong>
<d4p1:bank xmlns:d6p1="http://schemas.datacontract.org/2004/07/FIBUdataServiceStack.ServiceModel.Models">
<d6p1:Anlagedatum>0001-01-01T00:00:00</d6p1:Anlagedatum>
<d6p1:Art>0</d6p1:Art>
<d6p1:BLZ>String</d6p1:BLZ>
<d6p1:BankID>0</d6p1:BankID>
<d6p1:Bezeichnung>String</d6p1:Bezeichnung>
<d6p1:FibuKonto>0</d6p1:FibuKonto>
<d6p1:GUID>String</d6p1:GUID>
<d6p1:Konto>String</d6p1:Konto>
<d6p1:PrimaryKey>0</d6p1:PrimaryKey>
<d6p1:_aenderung>0001-01-01T00:00:00</d6p1:_aenderung>
<d6p1:_erstellt>0001-01-01T00:00:00</d6p1:_erstellt>
<d6p1:abruf>0</d6p1:abruf>
<d6p1:bic>String</d6p1:bic>
<d6p1:buchungsdatum_isErfasst>0</d6p1:buchungsdatum_isErfasst>
<d6p1:del>0</d6p1:del>
<d6p1:iban>String</d6p1:iban>
<d6p1:id_lokal>0</d6p1:id_lokal>
<d6p1:isRev>0</d6p1:isRev>
<d6p1:isSepa>0</d6p1:isSepa>
<d6p1:ktotyp>0</d6p1:ktotyp>
<d6p1:mandant>0</d6p1:mandant>
<d6p1:max_banktext>0</d6p1:max_banktext>
<d6p1:nutzerid>0</d6p1:nutzerid>
<d6p1:pw>String</d6p1:pw>
<d6p1:universal>String</d6p1:universal>
<d6p1:userBLZ>String</d6p1:userBLZ>
<d6p1:userKto>String</d6p1:userKto>
<d6p1:wkz>String</d6p1:wkz>
</d4p1:bank>
<d4p1:bank_ids>
<d2p1:long>0</d2p1:long>
</d4p1:bank_ids>
<d4p1:hatZugangsdaten>false</d4p1:hatZugangsdaten>
<d4p1:info>String</d4p1:info>
</d4p1:OneClickHelper>
</d2p1:Value>
</d2p1:KeyValueOflongArrayOfOneClickHelper2e6XiDME>
</schnittstellen>
</OnlinehandelSchnittstellenDetailsResponse>