FIBUdataServiceStack

<back to all web services

AllerAbfragenAusfuehrenRequest

The following routes are available for this service:
GET, POST/fibuscan/Onlinehandel/AllerAbfragenAusfuehren
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.Onlinehandel
Imports FIBUdataServiceStack.ServiceModel.Models

Namespace Global

    Namespace FIBUdataServiceStack.ServiceModel.Messages

        Public Partial Class AllerAbfragenAusfuehrenRequest
            Public Sub New()
                Schnittstellen = New List(Of Long)
                Banks = New List(Of Long)
                AusgangsrechnungenMitKontonummer = New List(Of OneClickHelper)
            End Sub

            Public Overridable Property VonDatum As Nullable(Of Date)
            Public Overridable Property BisDatum As Nullable(Of Date)
            Public Overridable Property VorgangGuid As String
            Public Overridable Property Schnittstellen As List(Of Long)
            Public Overridable Property Banks As List(Of Long)
            Public Overridable Property Webclient As String
            Public Overridable Property AusgangsrechnungenMitKontonummer As List(Of OneClickHelper)
        End Class

        Public Partial Class AllerAbfragenAusfuehrenResponse
            Public Sub New()
                errors_liste = New List(Of String)
                success_liste = New List(Of String)
                warnings_liste = New List(Of String)
            End Sub

            Public Overridable Property error_msg As String
            Public Overridable Property errors_liste As List(Of String)
            Public Overridable Property success_liste As List(Of String)
            Public Overridable Property warnings_liste As List(Of String)
            Public Overridable Property result As Boolean
        End Class
    End Namespace

    Namespace FIBUdataServiceStack.ServiceModel.Models

        Public Partial Class bank
            Implements IPrimaryKey
            Implements IMandnr
            Implements IDel
            Implements ITableBaseErstelltAenderung
            Implements INutzerid
            Public Overridable Property BankID As Nullable(Of Long)
            Public Overridable Property _erstellt As Nullable(Of Date)
            Public Overridable Property _aenderung As Nullable(Of Date)
            Public Overridable Property Anlagedatum As Nullable(Of Date)
            Public Overridable Property ktotyp As Nullable(Of Integer)
            Public Overridable Property max_banktext As Nullable(Of Integer)
            Public Overridable Property abruf As Nullable(Of Integer)
            Public Overridable Property isRev As Nullable(Of Integer)
            Public Overridable Property isSepa As Nullable(Of Integer)
            Public Overridable Property buchungsdatum_isErfasst As Nullable(Of Integer)
            Public Overridable Property del As Nullable(Of Long)
            Public Overridable Property id_lokal As Nullable(Of Long)
            Public Overridable Property mandant As Nullable(Of Long)
            Public Overridable Property Art As Nullable(Of Long)
            Public Overridable Property FibuKonto As Nullable(Of Long)
            Public Overridable Property Bezeichnung As String
            Public Overridable Property bic As String
            Public Overridable Property BLZ As String
            Public Overridable Property GUID As String
            Public Overridable Property iban As String
            Public Overridable Property Konto As String
            Public Overridable Property pw As String
            Public Overridable Property userBLZ As String
            Public Overridable Property userKto As String
            Public Overridable Property wkz As String
            Public Overridable Property universal As String
            Public Overridable Property nutzerid As Nullable(Of Long)
            <Ignore>
            Public Overridable Property PrimaryKey As Nullable(Of Long)
        End Class
    End Namespace

    Namespace FIBUdataServiceStack.ServiceModel.Onlinehandel

        Public Partial Class OneClickHelper
            Public Sub New()
                bank_ids = New List(Of Long)
            End Sub

            Public Overridable Property bank As bank
            Public Overridable Property Schnittstelle As Schnittstellen
            Public Overridable Property SchnittstelleLong As Nullable(Of Long)
            Public Overridable Property info As String
            Public Overridable Property hatZugangsdaten As Boolean
            Public Overridable Property AusgangsrechnungKontonummer As Nullable(Of Integer)
            Public Overridable Property bank_ids As List(Of Long)
        End Class

        Public Enum Schnittstellen
            Klarna = 1
            Real_de = 2
            Mollie = 3
            easybill = 4
            sumup = 5
            Etsy = 6
            Amazon = 7
            Plenty = 8
            Ebay = 9
            Shopify = 10
            DreamRobot = 11
            Rakuten = 12
            Lexoffice = 13
            EbayAusgangsrechnung = 14
            JTLRechnungen = 15
            PayPal = 16
            Billbee = 17
            Concardis = 18
            ShopifyPayment = 19
            Afterbuy = 20
            SevDesk = 21
            Shopware = 22
            AmazonPay = 23
            AmazonAusgangsrechnungen = 24
            AmazonOffenePosten = 25
            AmazonWarenbewegungen = 26
            Shopware6 = 27
            Stripe = 28
            Xentral = 29
            AmazonSelfBilling = 30
            Weclapp = 31
            Gambio = 32
            CardMarket = 33
            Unzer = 34
            StripeAusgangsrechnung = 35
            Zettle = 36
            OttoMarket = 37
            MetroMarket = 38
            AmazonOauth2 = 39
            FIBUscanAPI = 40
            AmazonSPA = 41
            AmazonAusgangsrechnungenSPA = 42
            AmazonOffenePostenSPA = 43
            AmazonWarenbewegungenSPA = 44
            AmazonSelfBillingSPA = 45
            AmazonPayV2 = 46
            AmazonComminling = 47
            AmazonComminlingSPA = 48
            EtsyV3 = 49
            OttoZahlung = 50
            MetroZahlung = 51
            MagentoZahlung = 52
            MagentoAusgangsrechnung = 53
            Pixi = 54
            Billomat = 55
            AmazonVendorAR_SPA = 56
            AmazonVendorZA_SPA = 57
            WoocommerceAusgangsrechnung = 58
            AmaInvoice = 59
            AmazonPayV3 = 60
            TikTok = 61
        End Enum
    End Namespace
End Namespace

VB.NET AllerAbfragenAusfuehrenRequest DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /fibuscan/Onlinehandel/AllerAbfragenAusfuehren HTTP/1.1 
Host: ws4.fibudata.net 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"VonDatum":"\/Date(-62135596800000-0000)\/","BisDatum":"\/Date(-62135596800000-0000)\/","VorgangGuid":"String","Schnittstellen":[0],"Banks":[0],"Webclient":"String","AusgangsrechnungenMitKontonummer":[{"bank":{"BankID":0,"_erstellt":"\/Date(-62135596800000-0000)\/","_aenderung":"\/Date(-62135596800000-0000)\/","Anlagedatum":"\/Date(-62135596800000-0000)\/","ktotyp":0,"max_banktext":0,"abruf":0,"isRev":0,"isSepa":0,"buchungsdatum_isErfasst":0,"del":0,"id_lokal":0,"mandant":0,"Art":0,"FibuKonto":0,"Bezeichnung":"String","bic":"String","BLZ":"String","GUID":"String","iban":"String","Konto":"String","pw":"String","userBLZ":"String","userKto":"String","wkz":"String","universal":"String","nutzerid":0,"PrimaryKey":0},"Schnittstelle":"Klarna","SchnittstelleLong":0,"info":"String","hatZugangsdaten":false,"AusgangsrechnungKontonummer":0,"bank_ids":[0]}]}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"error_msg":"String","errors_liste":["String"],"success_liste":["String"],"warnings_liste":["String"],"result":false}