| GET, POST | /fibuscan/Onlinehandel/SupportfallErstellen |
|---|
import java.math.*
import java.util.*
import net.servicestack.client.*
open class SupportfallErstellenRequest
{
var guid:String? = null
var ZeileIndexes:ArrayList<Int> = ArrayList<Int>()
var FileGuids:ArrayList<String> = ArrayList<String>()
var SelectedTreffertyp:Int? = null
}
open class SupportfallErstellenResponse
{
var onlineHandelModel:ArrayList<OnlinehandelModel> = ArrayList<OnlinehandelModel>()
var result:Boolean? = null
var errors:String? = null
}
open class OnlinehandelModel
{
var Zahlbetrag:BigDecimal? = null
var Datum:Date? = null
var Treffertyp:String? = null
var OrderID:String? = null
var lstTreffer:ArrayList<OnlinehandelModel> = ArrayList<OnlinehandelModel>()
var ID:String? = null
var ID1:String? = null
var Buchungstext:String? = null
var Zahlsystem:String? = null
var Sonstiges:String? = null
var Treffer:String? = null
var ÜbrigeDaten:String? = null
var hasTreffer:Boolean? = null
var Geparsed_guid:String? = null
var Fileguid:String? = null
var OnlinehandelDateiID:Long? = null
var OnlinehandelTalkID:Long? = null
var DateiName:String? = null
var ZeilNummer:Long? = null
var Dateiname:String? = null
var dateitype:String? = null
var DBDateitype:Int? = null
var LetzteDateiId:Long? = null
var TrefferStelle:Int? = null
var TrefferInfo:String? = null
var Volltext:String? = null
}
Kotlin SupportfallErstellenRequest 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/SupportfallErstellen HTTP/1.1
Host: ws4.fibudata.net
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
guid: String,
ZeileIndexes:
[
0
],
FileGuids:
[
String
],
SelectedTreffertyp: 0
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
onlineHandelModel:
[
{
Zahlbetrag: 0,
Datum: 0001-01-01,
Treffertyp: String,
OrderID: String,
lstTreffer:
[
{
Zahlbetrag: 0,
Datum: 0001-01-01,
Treffertyp: String,
OrderID: String,
lstTreffer:
[
{
Zahlbetrag: 0,
Datum: 0001-01-01,
Treffertyp: String,
OrderID: String,
ID: String,
ID1: String,
Buchungstext: String,
Zahlsystem: String,
Sonstiges: String,
Treffer: String,
ÜbrigeDaten: String,
hasTreffer: False,
Geparsed_guid: String,
Fileguid: String,
OnlinehandelDateiID: 0,
OnlinehandelTalkID: 0,
DateiName: String,
ZeilNummer: 0,
Dateiname: String,
dateitype: String,
DBDateitype: 0,
LetzteDateiId: 0,
TrefferStelle: 0,
TrefferInfo: String,
Volltext: String
}
],
ID: String,
ID1: String,
Buchungstext: String,
Zahlsystem: String,
Sonstiges: String,
Treffer: String,
ÜbrigeDaten: String,
hasTreffer: False,
Geparsed_guid: String,
Fileguid: String,
OnlinehandelDateiID: 0,
OnlinehandelTalkID: 0,
DateiName: String,
ZeilNummer: 0,
Dateiname: String,
dateitype: String,
DBDateitype: 0,
LetzteDateiId: 0,
TrefferStelle: 0,
TrefferInfo: String,
Volltext: String
}
],
ID: String,
ID1: String,
Buchungstext: String,
Zahlsystem: String,
Sonstiges: String,
Treffer: String,
ÜbrigeDaten: String,
hasTreffer: False,
Geparsed_guid: String,
Fileguid: String,
OnlinehandelDateiID: 0,
OnlinehandelTalkID: 0,
DateiName: String,
ZeilNummer: 0,
Dateiname: String,
dateitype: String,
DBDateitype: 0,
LetzteDateiId: 0,
TrefferStelle: 0,
TrefferInfo: String,
Volltext: String
}
],
result: False,
errors: String
}