FIBUdataServiceStack

<back to all web services

OnlinehandelAbrechnungUebersichtRequest

The following routes are available for this service:
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 .xml suffix or ?format=xml

HTTP + XML

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: application/xml
Content-Type: application/xml
Content-Length: length

<OnlinehandelAbrechnungUebersichtRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FIBUdataServiceStack.ServiceModel.Messages" />
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<OnlinehandelAbrechnungUebersichtResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FIBUdataServiceStack.ServiceModel.Messages">
  <Liste xmlns:d2p1="http://schemas.datacontract.org/2004/07/FIBUdataServiceStack.ServiceModel.Models">
    <d2p1:onlinehandel_abrechnung>
      <d2p1:PrimaryKey>0</d2p1:PrimaryKey>
      <d2p1:_aenderung>0001-01-01T00:00:00</d2p1:_aenderung>
      <d2p1:_erstellt>0001-01-01T00:00:00</d2p1:_erstellt>
      <d2p1:ausgewaehlte_treffertypen>String</d2p1:ausgewaehlte_treffertypen>
      <d2p1:ausgewaehlte_zahlsysteme>String</d2p1:ausgewaehlte_zahlsysteme>
      <d2p1:bezeichnung>String</d2p1:bezeichnung>
      <d2p1:del>0</d2p1:del>
      <d2p1:exportdatum>0001-01-01T00:00:00</d2p1:exportdatum>
      <d2p1:guid>String</d2p1:guid>
      <d2p1:id>0</d2p1:id>
      <d2p1:in_arbeit>0</d2p1:in_arbeit>
      <d2p1:mandant>0</d2p1:mandant>
      <d2p1:nutzer_id>0</d2p1:nutzer_id>
      <d2p1:parent_guid>String</d2p1:parent_guid>
      <d2p1:zip_dateiname>String</d2p1:zip_dateiname>
      <d2p1:geparste_results_keys>AA==</d2p1:geparste_results_keys>
      <d2p1:geparste_results_values>AA==</d2p1:geparste_results_values>
    </d2p1:onlinehandel_abrechnung>
  </Liste>
</OnlinehandelAbrechnungUebersichtResponse>