FIBUdataServiceStack

<back to all web services

SchnittstellenUniversalImportRequest

The following routes are available for this service:
GET, POST/fibuscan/Onlinehandel/SchnittstellenUniversalImport
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

Namespace Global

    Namespace FIBUdataServiceStack.ServiceModel.Messages

        Public Partial Class SchnittstellenUniversalImportRequest
            Public Sub New()
                Liste = New List(Of List(Of OnlinehandelItem))
            End Sub

            Public Overridable Property Liste As List(Of List(Of OnlinehandelItem))
            Public Overridable Property Schnittstelle As Nullable(Of Schnittstellen)
            Public Overridable Property Dateityp As Nullable(Of Onlinehandel_Enum_Dateityp)
            Public Overridable Property Betragskonvertierung As Nullable(Of Integer)
            Public Overridable Property Datumskonvertierung As Nullable(Of Integer)
            Public Overridable Property VonDatum As Nullable(Of Date)
            Public Overridable Property BisDatum As Nullable(Of Date)
        End Class

        Public Partial Class SchnittstellenUniversalImportResponse
            Public Overridable Property error As String
            Public Overridable Property NeueDateiID As Nullable(Of Long)
        End Class
    End Namespace

    Namespace FIBUdataServiceStack.ServiceModel.Onlinehandel

        Public Enum Onlinehandel_Enum_Dateityp
            AR
            ZA
            AR_Fremd
            Bankzahlung
            FolgemonatAR
            OffenePosten
            Warenbewegungen
            FolgemonatARManuell
            Commingling
            AbgleichDatei
            Warenbestand
        End Enum

        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 SchnittstellenUniversalImportRequest DTOs

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

HTTP + OTHER

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

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

{"Liste":[[{"fehler":false,"original":"String","header":"String","col_nummer":0,"konfiguration":"OrderiD","summenkonfiguration":false,"value":{},"datum":"\/Date(-62135596800000-0000)\/","zahl":0,"datum_string":"String","zahl_string":"String"}]],"Schnittstelle":"0","Dateityp":"AR","Betragskonvertierung":0,"Datumskonvertierung":0,"VonDatum":"\/Date(-62135596800000-0000)\/","BisDatum":"\/Date(-62135596800000-0000)\/"}
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length

{"error":"String","NeueDateiID":0}