FIBUdataServiceStack

<back to all web services

setOHParserFortschrittsDetailsRequest

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

public class dtos
{

    public static class setOHParserFortschrittsDetailsRequest
    {
        public onlinehandel_parser_details details = null;
        public String vorgang_guid = null;
        public String server_name = null;
        public Boolean ist_del = null;
        
        public onlinehandel_parser_details getDetails() { return details; }
        public setOHParserFortschrittsDetailsRequest setDetails(onlinehandel_parser_details value) { this.details = value; return this; }
        public String getVorgangGuid() { return vorgang_guid; }
        public setOHParserFortschrittsDetailsRequest setVorgangGuid(String value) { this.vorgang_guid = value; return this; }
        public String getServerName() { return server_name; }
        public setOHParserFortschrittsDetailsRequest setServerName(String value) { this.server_name = value; return this; }
        public Boolean getIstDel() { return ist_del; }
        public setOHParserFortschrittsDetailsRequest setIstDel(Boolean value) { this.ist_del = value; return this; }
    }

    public static class onlinehandel_parser_details implements IPrimaryKey, IMandnr, IDel, ITableBase
    {
        public Long id = null;
        public Long mandant = null;
        public Long del = null;
        public Long abrechnung_id = null;
        public Date von = null;
        public Date bis = null;
        public String server_name = null;
        public String vorgang_guid = null;
        public Date _erstellt = null;
        public Date _aenderung = null;
        public BigDecimal gesamte_zeit = null;
        public BigDecimal dauer = null;
        public BigDecimal prozent = null;
        public String regel = null;
        public String details = null;
        @Ignore()
        public Long PrimaryKey = null;
        
        public Long getId() { return id; }
        public onlinehandel_parser_details setId(Long value) { this.id = value; return this; }
        public Long getMandant() { return mandant; }
        public onlinehandel_parser_details setMandant(Long value) { this.mandant = value; return this; }
        public Long getDel() { return del; }
        public onlinehandel_parser_details setDel(Long value) { this.del = value; return this; }
        public Long getAbrechnungId() { return abrechnung_id; }
        public onlinehandel_parser_details setAbrechnungId(Long value) { this.abrechnung_id = value; return this; }
        public Date getVon() { return von; }
        public onlinehandel_parser_details setVon(Date value) { this.von = value; return this; }
        public Date getBis() { return bis; }
        public onlinehandel_parser_details setBis(Date value) { this.bis = value; return this; }
        public String getServerName() { return server_name; }
        public onlinehandel_parser_details setServerName(String value) { this.server_name = value; return this; }
        public String getVorgangGuid() { return vorgang_guid; }
        public onlinehandel_parser_details setVorgangGuid(String value) { this.vorgang_guid = value; return this; }
        public Date getErstellt() { return _erstellt; }
        public onlinehandel_parser_details setErstellt(Date value) { this._erstellt = value; return this; }
        public Date getAenderung() { return _aenderung; }
        public onlinehandel_parser_details setAenderung(Date value) { this._aenderung = value; return this; }
        public BigDecimal getGesamteZeit() { return gesamte_zeit; }
        public onlinehandel_parser_details setGesamteZeit(BigDecimal value) { this.gesamte_zeit = value; return this; }
        public BigDecimal getDauer() { return dauer; }
        public onlinehandel_parser_details setDauer(BigDecimal value) { this.dauer = value; return this; }
        public BigDecimal getProzent() { return prozent; }
        public onlinehandel_parser_details setProzent(BigDecimal value) { this.prozent = value; return this; }
        public String getRegel() { return regel; }
        public onlinehandel_parser_details setRegel(String value) { this.regel = value; return this; }
        public String getDetails() { return details; }
        public onlinehandel_parser_details setDetails(String value) { this.details = value; return this; }
        public Long getPrimaryKey() { return PrimaryKey; }
        public onlinehandel_parser_details setPrimaryKey(Long value) { this.PrimaryKey = value; return this; }
    }

    public static class setOHParserFortschrittsDetailsResponse
    {
        public Boolean result = null;
        
        public Boolean isResult() { return result; }
        public setOHParserFortschrittsDetailsResponse setResult(Boolean value) { this.result = value; return this; }
    }

}

Java setOHParserFortschrittsDetailsRequest DTOs

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

HTTP + CSV

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

POST /fibuscan/Onlinehandel/setOHParserFortschrittsDetails HTTP/1.1 
Host: ws4.fibudata.net 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"details":{"id":0,"mandant":0,"del":0,"abrechnung_id":0,"von":"\/Date(-62135596800000-0000)\/","bis":"\/Date(-62135596800000-0000)\/","server_name":"String","vorgang_guid":"String","_erstellt":"\/Date(-62135596800000-0000)\/","_aenderung":"\/Date(-62135596800000-0000)\/","gesamte_zeit":0,"dauer":0,"prozent":0,"regel":"String","details":"String","PrimaryKey":0},"vorgang_guid":"String","server_name":"String","ist_del":false}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"result":false}