| GET, POST | /fibuscan/Onlinehandel/BankumsaetzeImport |
|---|
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 OnlinehandelBankumsaetzeImportRequest
Public Overridable Property VonDatum As Nullable(Of Date)
Public Overridable Property BisDatum As Nullable(Of Date)
Public Overridable Property BankID As Nullable(Of Long)
End Class
Public Partial Class OnlinehandelBankumsaetzeImportResponse
Public Overridable Property NeueDateiID As Nullable(Of Long)
Public Overridable Property KeineDaten As Boolean
End Class
End Namespace
End Namespace
VB.NET OnlinehandelBankumsaetzeImportRequest DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /fibuscan/Onlinehandel/BankumsaetzeImport 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)\/","BankID":0}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
{"NeueDateiID":0,"KeineDaten":false}