FIBUdataServiceStack

<back to all web services

BankRequest

The following routes are available for this service:
GET, POST/fibuscan/Bank
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 BankRequest
            Public Overridable Property notCaching As Boolean
        End Class

        Public Partial Class BankResponse
            Public Sub New()
                Liste = New List(Of bank)
            End Sub

            Public Overridable Property Liste As List(Of bank)
        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
End Namespace

VB.NET BankRequest 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/Bank HTTP/1.1 
Host: ws4.fibudata.net 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"notCaching":false}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"Liste":[{"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}]}