| GET, POST | /fibuscan/Onlinehandel/DateiLaden |
|---|
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 OnlinehandelDateiLadenRequest
Public Overridable Property ID As Long
End Class
Public Partial Class OnlinehandelDateiLadenResponse
Public Sub New()
Liste = New List(Of List(Of OnlinehandelItem))
End Sub
Public Overridable Property Liste As List(Of List(Of OnlinehandelItem))
End Class
End Namespace
End Namespace
VB.NET OnlinehandelDateiLadenRequest DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /fibuscan/Onlinehandel/DateiLaden HTTP/1.1
Host: ws4.fibudata.net
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
ID: 0
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
Liste:
[
[
{
fehler: False,
original: String,
header: String,
col_nummer: 0,
konfiguration: OrderiD,
summenkonfiguration: False,
value: {},
datum: 0001-01-01,
zahl: 0,
datum_string: String,
zahl_string: String
}
]
]
}