| GET, POST | /fibuscan/Onlinehandel/AbrechnungUebersicht |
|---|
import java.math.*;
import java.util.*;
import net.servicestack.client.*;
public class dtos
{
public static class OnlinehandelAbrechnungUebersichtRequest
{
}
public static class OnlinehandelAbrechnungUebersichtResponse
{
public ArrayList<onlinehandel_abrechnung> Liste = null;
public ArrayList<onlinehandel_abrechnung> getListe() { return Liste; }
public OnlinehandelAbrechnungUebersichtResponse setListe(ArrayList<onlinehandel_abrechnung> value) { this.Liste = value; return this; }
}
public static class onlinehandel_abrechnung extends onlinehandel_abrechnung_light
{
public byte[] geparste_results_keys = null;
public byte[] geparste_results_values = null;
public byte[] getGeparsteResultsKeys() { return geparste_results_keys; }
public onlinehandel_abrechnung setGeparsteResultsKeys(byte[] value) { this.geparste_results_keys = value; return this; }
public byte[] getGeparsteResultsValues() { return geparste_results_values; }
public onlinehandel_abrechnung setGeparsteResultsValues(byte[] value) { this.geparste_results_values = value; return this; }
}
public static class onlinehandel_abrechnung_light implements IPrimaryKey, IMandnr, IDel, ITableBase
{
public Long id = null;
public Long mandant = null;
public Long del = null;
public String bezeichnung = null;
public String guid = null;
public String parent_guid = null;
public Date _erstellt = null;
public Date _aenderung = null;
public Long nutzer_id = null;
public Long in_arbeit = null;
public String ausgewaehlte_treffertypen = null;
public String ausgewaehlte_zahlsysteme = null;
public String zip_dateiname = null;
public Date exportdatum = null;
@Ignore()
public Long PrimaryKey = null;
public Long getId() { return id; }
public onlinehandel_abrechnung_light setId(Long value) { this.id = value; return this; }
public Long getMandant() { return mandant; }
public onlinehandel_abrechnung_light setMandant(Long value) { this.mandant = value; return this; }
public Long getDel() { return del; }
public onlinehandel_abrechnung_light setDel(Long value) { this.del = value; return this; }
public String getBezeichnung() { return bezeichnung; }
public onlinehandel_abrechnung_light setBezeichnung(String value) { this.bezeichnung = value; return this; }
public String getGuid() { return guid; }
public onlinehandel_abrechnung_light setGuid(String value) { this.guid = value; return this; }
public String getParentGuid() { return parent_guid; }
public onlinehandel_abrechnung_light setParentGuid(String value) { this.parent_guid = value; return this; }
public Date getErstellt() { return _erstellt; }
public onlinehandel_abrechnung_light setErstellt(Date value) { this._erstellt = value; return this; }
public Date getAenderung() { return _aenderung; }
public onlinehandel_abrechnung_light setAenderung(Date value) { this._aenderung = value; return this; }
public Long getNutzerId() { return nutzer_id; }
public onlinehandel_abrechnung_light setNutzerId(Long value) { this.nutzer_id = value; return this; }
public Long getInArbeit() { return in_arbeit; }
public onlinehandel_abrechnung_light setInArbeit(Long value) { this.in_arbeit = value; return this; }
public String getAusgewaehlteTreffertypen() { return ausgewaehlte_treffertypen; }
public onlinehandel_abrechnung_light setAusgewaehlteTreffertypen(String value) { this.ausgewaehlte_treffertypen = value; return this; }
public String getAusgewaehlteZahlsysteme() { return ausgewaehlte_zahlsysteme; }
public onlinehandel_abrechnung_light setAusgewaehlteZahlsysteme(String value) { this.ausgewaehlte_zahlsysteme = value; return this; }
public String getZipDateiname() { return zip_dateiname; }
public onlinehandel_abrechnung_light setZipDateiname(String value) { this.zip_dateiname = value; return this; }
public Date getExportdatum() { return exportdatum; }
public onlinehandel_abrechnung_light setExportdatum(Date value) { this.exportdatum = value; return this; }
public Long getPrimaryKey() { return PrimaryKey; }
public onlinehandel_abrechnung_light setPrimaryKey(Long value) { this.PrimaryKey = value; return this; }
}
}
Java OnlinehandelAbrechnungUebersichtRequest 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/AbrechnungUebersicht HTTP/1.1
Host: ws4.fibudata.net
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
Liste:
[
{
geparste_results_keys: AA==,
geparste_results_values: AA==,
id: 0,
mandant: 0,
del: 0,
bezeichnung: String,
guid: String,
parent_guid: String,
_erstellt: 0001-01-01,
_aenderung: 0001-01-01,
nutzer_id: 0,
in_arbeit: 0,
ausgewaehlte_treffertypen: String,
ausgewaehlte_zahlsysteme: String,
zip_dateiname: String,
exportdatum: 0001-01-01,
PrimaryKey: 0
}
]
}