FIBUdataServiceStack

<back to all web services

OnlinehandelTreffertypenRequest

The following routes are available for this service:
GET, POST/fibuscan/OnlinehandelTreffertypen
import java.math.*;
import java.util.*;
import net.servicestack.client.*;

public class dtos
{

    public static class OnlinehandelTreffertypenRequest
    {
        public String expression = null;
        public Integer limit = null;
        
        public String getExpression() { return expression; }
        public OnlinehandelTreffertypenRequest setExpression(String value) { this.expression = value; return this; }
        public Integer getLimit() { return limit; }
        public OnlinehandelTreffertypenRequest setLimit(Integer value) { this.limit = value; return this; }
    }

    public static class OnlinehandelTreffertypenResponse
    {
        public ArrayList<onlinehandel_treffertypen> Liste = null;
        
        public ArrayList<onlinehandel_treffertypen> getListe() { return Liste; }
        public OnlinehandelTreffertypenResponse setListe(ArrayList<onlinehandel_treffertypen> value) { this.Liste = value; return this; }
    }

    public static class onlinehandel_treffertypen implements IPrimaryKey, IMandnr, IDel, ITableBase
    {
        public Long id = null;
        public String guid = null;
        public Long mandant = null;
        public Long del = null;
        public Long parent_id = null;
        public Long soll_parsen = null;
        public String bezeichnung = null;
        public Date _erstellt = null;
        public Date _aenderung = null;
        public Long suchfeld1 = null;
        public String suchfeld1_text = null;
        public Long suchfeld2 = null;
        public String suchfeld2_text = null;
        @Ignore()
        public Long PrimaryKey = null;
        
        public Long getId() { return id; }
        public onlinehandel_treffertypen setId(Long value) { this.id = value; return this; }
        public String getGuid() { return guid; }
        public onlinehandel_treffertypen setGuid(String value) { this.guid = value; return this; }
        public Long getMandant() { return mandant; }
        public onlinehandel_treffertypen setMandant(Long value) { this.mandant = value; return this; }
        public Long getDel() { return del; }
        public onlinehandel_treffertypen setDel(Long value) { this.del = value; return this; }
        public Long getParentId() { return parent_id; }
        public onlinehandel_treffertypen setParentId(Long value) { this.parent_id = value; return this; }
        public Long getSollParsen() { return soll_parsen; }
        public onlinehandel_treffertypen setSollParsen(Long value) { this.soll_parsen = value; return this; }
        public String getBezeichnung() { return bezeichnung; }
        public onlinehandel_treffertypen setBezeichnung(String value) { this.bezeichnung = value; return this; }
        public Date getErstellt() { return _erstellt; }
        public onlinehandel_treffertypen setErstellt(Date value) { this._erstellt = value; return this; }
        public Date getAenderung() { return _aenderung; }
        public onlinehandel_treffertypen setAenderung(Date value) { this._aenderung = value; return this; }
        public Long getSuchfeld1() { return suchfeld1; }
        public onlinehandel_treffertypen setSuchfeld1(Long value) { this.suchfeld1 = value; return this; }
        public String getSuchfeld1Text() { return suchfeld1_text; }
        public onlinehandel_treffertypen setSuchfeld1Text(String value) { this.suchfeld1_text = value; return this; }
        public Long getSuchfeld2() { return suchfeld2; }
        public onlinehandel_treffertypen setSuchfeld2(Long value) { this.suchfeld2 = value; return this; }
        public String getSuchfeld2Text() { return suchfeld2_text; }
        public onlinehandel_treffertypen setSuchfeld2Text(String value) { this.suchfeld2_text = value; return this; }
        public Long getPrimaryKey() { return PrimaryKey; }
        public onlinehandel_treffertypen setPrimaryKey(Long value) { this.PrimaryKey = value; return this; }
    }

}

Java OnlinehandelTreffertypenRequest DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /fibuscan/OnlinehandelTreffertypen HTTP/1.1 
Host: ws4.fibudata.net 
Accept: application/json
Content-Type: application/json
Content-Length: length

{"expression":"String","limit":0}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"Liste":[{"id":0,"guid":"String","mandant":0,"del":0,"parent_id":0,"soll_parsen":0,"bezeichnung":"String","_erstellt":"\/Date(-62135596800000-0000)\/","_aenderung":"\/Date(-62135596800000-0000)\/","suchfeld1":0,"suchfeld1_text":"String","suchfeld2":0,"suchfeld2_text":"String","PrimaryKey":0}]}