| GET, POST | /fibuscan/OnlinehandelLerndatenbank |
|---|
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 OnlinehandelLerndatenbankRequest
Public Overridable Property expression As String
Public Overridable Property limit As Integer
End Class
Public Partial Class OnlinehandelLerndatenbankResponse
Public Sub New()
Liste = New List(Of onlinehandel_lerndatenbank)
End Sub
Public Overridable Property Liste As List(Of onlinehandel_lerndatenbank)
End Class
End Namespace
Namespace FIBUdataServiceStack.ServiceModel.Models
Public Partial Class onlinehandel_lerndatenbank
Implements IPrimaryKey
Implements IMandnr
Implements IDel
Implements IBankindex
Implements ITableBase
Public Overridable Property id As Nullable(Of Long)
Public Overridable Property mandant As Nullable(Of Long)
Public Overridable Property del As Nullable(Of Long)
Public Overridable Property guid As String
Public Overridable Property bezeichnung As String
Public Overridable Property _erstellt As Nullable(Of Date)
Public Overridable Property _aenderung As Nullable(Of Date)
Public Overridable Property bankindex As Nullable(Of Long)
Public Overridable Property dateityp As Nullable(Of Long)
Public Overridable Property dateinamensteil As String
Public Overridable Property headerart_betrag_spalte As String
Public Overridable Property headerart_liste As String
Public Overridable Property headerwert_liste As String
Public Overridable Property headerart_konto As String
Public Overridable Property headerwert_konto As String
Public Overridable Property headerart_bs As String
Public Overridable Property headerwert_bs As String
Public Overridable Property headerart_lkz As String
Public Overridable Property headerwert_lkz As String
Public Overridable Property headerart_ustid As String
Public Overridable Property headerwert_ustid As String
Public Overridable Property konto As String
Public Overridable Property buchungsschluessel As String
<Ignore>
Public Overridable Property PrimaryKey As Nullable(Of Long)
End Class
End Namespace
End Namespace
VB.NET OnlinehandelLerndatenbankRequest DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /fibuscan/OnlinehandelLerndatenbank HTTP/1.1
Host: ws4.fibudata.net
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length
{"expression":"String","limit":0}
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length
{"Liste":[{"id":0,"mandant":0,"del":0,"guid":"String","bezeichnung":"String","_erstellt":"\/Date(-62135596800000-0000)\/","_aenderung":"\/Date(-62135596800000-0000)\/","bankindex":0,"dateityp":0,"dateinamensteil":"String","headerart_betrag_spalte":"String","headerart_liste":"String","headerwert_liste":"String","headerart_konto":"String","headerwert_konto":"String","headerart_bs":"String","headerwert_bs":"String","headerart_lkz":"String","headerwert_lkz":"String","headerart_ustid":"String","headerwert_ustid":"String","konto":"String","buchungsschluessel":"String","PrimaryKey":0}]}