| GET, POST | /fibuscan/Onlinehandel/Weiter |
|---|
import java.math.*
import java.util.*
import net.servicestack.client.*
open class OnlinehandelWeiterRequest
{
var oem:Oem? = null
var fileName:String? = null
var Dateityp:Int? = null
var Dateiname:String? = null
var Textcodierung:Int? = null
var Trennzeichen:String? = null
var Datumskonvertierung:Int? = null
var Kopfspalte:Int? = null
var Betragskonvertierung:Int? = null
var speichern:Boolean? = null
var ViewId:Long? = null
var bankindex:Long? = null
var ListeLaden:Boolean? = null
var ApiDaten:Boolean? = null
var ID2_Text:String? = null
var kopf_faengt_mit:String? = null
var standard_waehrung:String? = null
var ColsOrder:ArrayList<Long> = ArrayList<Long>()
var KopfOptionen:String? = null
var limit:Int? = null
}
enum class Oem(val value:Int)
{
Fibudata(0),
Spectrum(3),
}
open class OnlinehandelWeiterResponse
{
var Liste:ArrayList<ArrayList<OnlinehandelItem>> = ArrayList<ArrayList<OnlinehandelItem>>()
var selectedOptions:ArrayList<OnlinehandelKonfig> = ArrayList<OnlinehandelKonfig>()
var DisableLetzteKonfigPositionen:Int? = null
var colsCount:Int? = null
var guid:String? = null
var betragssumme:BigDecimal? = null
var anfangsdatum:Date? = null
var enddatum:Date? = null
var positionen_anzahl:Long? = null
var WaehrungsErrors:String? = null
var Hinweise:String? = null
var KannFortfahren:Boolean? = null
var NeueWaehrungen:ArrayList<String> = ArrayList<String>()
}
open class OnlinehandelKonfig
{
var summenkonfiguration:Boolean? = null
var spaltenkonfiguration:Int? = null
}
Kotlin OnlinehandelWeiterRequest DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /fibuscan/Onlinehandel/Weiter HTTP/1.1
Host: ws4.fibudata.net
Accept: application/xml
Content-Type: application/xml
Content-Length: length
<OnlinehandelWeiterRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FIBUdataServiceStack.ServiceModel.Messages">
<ApiDaten>false</ApiDaten>
<Betragskonvertierung>0</Betragskonvertierung>
<ColsOrder xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:long>0</d2p1:long>
</ColsOrder>
<Dateiname>String</Dateiname>
<Dateityp>0</Dateityp>
<Datumskonvertierung>0</Datumskonvertierung>
<ID2_Text>String</ID2_Text>
<KopfOptionen>String</KopfOptionen>
<Kopfspalte>0</Kopfspalte>
<ListeLaden>false</ListeLaden>
<Textcodierung>0</Textcodierung>
<Trennzeichen>String</Trennzeichen>
<ViewId>0</ViewId>
<bankindex>0</bankindex>
<fileName>String</fileName>
<kopf_faengt_mit>String</kopf_faengt_mit>
<limit>0</limit>
<oem>fibudata</oem>
<speichern>false</speichern>
<standard_waehrung>String</standard_waehrung>
</OnlinehandelWeiterRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<OnlinehandelWeiterResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FIBUdataServiceStack.ServiceModel.Messages">
<DisableLetzteKonfigPositionen>0</DisableLetzteKonfigPositionen>
<Hinweise>String</Hinweise>
<KannFortfahren>false</KannFortfahren>
<Liste xmlns:d2p1="http://schemas.datacontract.org/2004/07/FIBUdataServiceStack.ServiceModel.Models">
<d2p1:ArrayOfOnlinehandelItem>
<d2p1:OnlinehandelItem>
<d2p1:col_nummer>0</d2p1:col_nummer>
<d2p1:datum>0001-01-01T00:00:00</d2p1:datum>
<d2p1:datum_string>String</d2p1:datum_string>
<d2p1:fehler>false</d2p1:fehler>
<d2p1:header>String</d2p1:header>
<d2p1:konfiguration>OrderiD</d2p1:konfiguration>
<d2p1:original>String</d2p1:original>
<d2p1:summenkonfiguration>false</d2p1:summenkonfiguration>
<d2p1:value />
<d2p1:zahl>0</d2p1:zahl>
<d2p1:zahl_string>String</d2p1:zahl_string>
</d2p1:OnlinehandelItem>
</d2p1:ArrayOfOnlinehandelItem>
</Liste>
<NeueWaehrungen xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>String</d2p1:string>
</NeueWaehrungen>
<WaehrungsErrors>String</WaehrungsErrors>
<anfangsdatum>0001-01-01T00:00:00</anfangsdatum>
<betragssumme>0</betragssumme>
<colsCount>0</colsCount>
<enddatum>0001-01-01T00:00:00</enddatum>
<guid>String</guid>
<positionen_anzahl>0</positionen_anzahl>
<selectedOptions xmlns:d2p1="http://schemas.datacontract.org/2004/07/FIBUdataServiceStack.ServiceModel.Models">
<d2p1:OnlinehandelKonfig>
<d2p1:spaltenkonfiguration>0</d2p1:spaltenkonfiguration>
<d2p1:summenkonfiguration>false</d2p1:summenkonfiguration>
</d2p1:OnlinehandelKonfig>
</selectedOptions>
</OnlinehandelWeiterResponse>