| GET, POST | /fibuscan/Onlinehandel/SupportfallErstellen |
|---|
import java.math.*;
import java.util.*;
import net.servicestack.client.*;
public class dtos
{
public static class SupportfallErstellenRequest
{
public String guid = null;
public ArrayList<Integer> ZeileIndexes = null;
public ArrayList<String> FileGuids = null;
public Integer SelectedTreffertyp = null;
public String getGuid() { return guid; }
public SupportfallErstellenRequest setGuid(String value) { this.guid = value; return this; }
public ArrayList<Integer> getZeileIndexes() { return ZeileIndexes; }
public SupportfallErstellenRequest setZeileIndexes(ArrayList<Integer> value) { this.ZeileIndexes = value; return this; }
public ArrayList<String> getFileGuids() { return FileGuids; }
public SupportfallErstellenRequest setFileGuids(ArrayList<String> value) { this.FileGuids = value; return this; }
public Integer getSelectedTreffertyp() { return SelectedTreffertyp; }
public SupportfallErstellenRequest setSelectedTreffertyp(Integer value) { this.SelectedTreffertyp = value; return this; }
}
public static class SupportfallErstellenResponse
{
public ArrayList<OnlinehandelModel> onlineHandelModel = null;
public Boolean result = null;
public String errors = null;
public ArrayList<OnlinehandelModel> getOnlineHandelModel() { return onlineHandelModel; }
public SupportfallErstellenResponse setOnlineHandelModel(ArrayList<OnlinehandelModel> value) { this.onlineHandelModel = value; return this; }
public Boolean isResult() { return result; }
public SupportfallErstellenResponse setResult(Boolean value) { this.result = value; return this; }
public String getErrors() { return errors; }
public SupportfallErstellenResponse setErrors(String value) { this.errors = value; return this; }
}
public static class OnlinehandelModel
{
public BigDecimal Zahlbetrag = null;
public Date Datum = null;
public String Treffertyp = null;
public String OrderID = null;
public ArrayList<OnlinehandelModel> lstTreffer = null;
public String ID = null;
public String ID1 = null;
public String Buchungstext = null;
public String Zahlsystem = null;
public String Sonstiges = null;
public String Treffer = null;
public String ÜbrigeDaten = null;
public Boolean hasTreffer = null;
public String Geparsed_guid = null;
public String Fileguid = null;
public Long OnlinehandelDateiID = null;
public Long OnlinehandelTalkID = null;
public String DateiName = null;
public Long ZeilNummer = null;
public String Dateiname = null;
public String dateitype = null;
public Integer DBDateitype = null;
public Long LetzteDateiId = null;
public Integer TrefferStelle = null;
public String TrefferInfo = null;
public String Volltext = null;
public BigDecimal getZahlbetrag() { return Zahlbetrag; }
public OnlinehandelModel setZahlbetrag(BigDecimal value) { this.Zahlbetrag = value; return this; }
public Date getDatum() { return Datum; }
public OnlinehandelModel setDatum(Date value) { this.Datum = value; return this; }
public String getTreffertyp() { return Treffertyp; }
public OnlinehandelModel setTreffertyp(String value) { this.Treffertyp = value; return this; }
public String getOrderID() { return OrderID; }
public OnlinehandelModel setOrderID(String value) { this.OrderID = value; return this; }
public ArrayList<OnlinehandelModel> getLstTreffer() { return lstTreffer; }
public OnlinehandelModel setLstTreffer(ArrayList<OnlinehandelModel> value) { this.lstTreffer = value; return this; }
public String getId() { return ID; }
public OnlinehandelModel setId(String value) { this.ID = value; return this; }
public String getID1() { return ID1; }
public OnlinehandelModel setID1(String value) { this.ID1 = value; return this; }
public String getBuchungstext() { return Buchungstext; }
public OnlinehandelModel setBuchungstext(String value) { this.Buchungstext = value; return this; }
public String getZahlsystem() { return Zahlsystem; }
public OnlinehandelModel setZahlsystem(String value) { this.Zahlsystem = value; return this; }
public String getSonstiges() { return Sonstiges; }
public OnlinehandelModel setSonstiges(String value) { this.Sonstiges = value; return this; }
public String getTreffer() { return Treffer; }
public OnlinehandelModel setTreffer(String value) { this.Treffer = value; return this; }
public String getÜbrigeDaten() { return ÜbrigeDaten; }
public OnlinehandelModel setÜbrigeDaten(String value) { this.ÜbrigeDaten = value; return this; }
public Boolean isHasTreffer() { return hasTreffer; }
public OnlinehandelModel setHasTreffer(Boolean value) { this.hasTreffer = value; return this; }
public String getGeparsedGuid() { return Geparsed_guid; }
public OnlinehandelModel setGeparsedGuid(String value) { this.Geparsed_guid = value; return this; }
public String getFileguid() { return Fileguid; }
public OnlinehandelModel setFileguid(String value) { this.Fileguid = value; return this; }
public Long getOnlinehandelDateiID() { return OnlinehandelDateiID; }
public OnlinehandelModel setOnlinehandelDateiID(Long value) { this.OnlinehandelDateiID = value; return this; }
public Long getOnlinehandelTalkID() { return OnlinehandelTalkID; }
public OnlinehandelModel setOnlinehandelTalkID(Long value) { this.OnlinehandelTalkID = value; return this; }
public String getDateiName() { return DateiName; }
public OnlinehandelModel setDateiName(String value) { this.DateiName = value; return this; }
public Long getZeilNummer() { return ZeilNummer; }
public OnlinehandelModel setZeilNummer(Long value) { this.ZeilNummer = value; return this; }
public String getDateiname() { return Dateiname; }
public OnlinehandelModel setDateiname(String value) { this.Dateiname = value; return this; }
public String getDateitype() { return dateitype; }
public OnlinehandelModel setDateitype(String value) { this.dateitype = value; return this; }
public Integer getDbDateitype() { return DBDateitype; }
public OnlinehandelModel setDbDateitype(Integer value) { this.DBDateitype = value; return this; }
public Long getLetzteDateiId() { return LetzteDateiId; }
public OnlinehandelModel setLetzteDateiId(Long value) { this.LetzteDateiId = value; return this; }
public Integer getTrefferStelle() { return TrefferStelle; }
public OnlinehandelModel setTrefferStelle(Integer value) { this.TrefferStelle = value; return this; }
public String getTrefferInfo() { return TrefferInfo; }
public OnlinehandelModel setTrefferInfo(String value) { this.TrefferInfo = value; return this; }
public String getVolltext() { return Volltext; }
public OnlinehandelModel setVolltext(String value) { this.Volltext = value; return this; }
}
}
Java SupportfallErstellenRequest 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/Onlinehandel/SupportfallErstellen HTTP/1.1
Host: ws4.fibudata.net
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length
{"guid":"String","ZeileIndexes":[0],"FileGuids":["String"],"SelectedTreffertyp":0}
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length
{"onlineHandelModel":[{"Zahlbetrag":0,"Datum":"\/Date(-62135596800000-0000)\/","Treffertyp":"String","OrderID":"String","lstTreffer":[{"Zahlbetrag":0,"Datum":"\/Date(-62135596800000-0000)\/","Treffertyp":"String","OrderID":"String","lstTreffer":[{"Zahlbetrag":0,"Datum":"\/Date(-62135596800000-0000)\/","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"}