| 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 .xml suffix or ?format=xml
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: application/xml
Content-Type: application/xml
Content-Length: length
<setOHParserFortschrittsDetailsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FIBUdataServiceStack.ServiceModel.Messages">
<details xmlns:d2p1="http://schemas.datacontract.org/2004/07/FIBUdataServiceStack.ServiceModel.Models">
<d2p1:PrimaryKey>0</d2p1:PrimaryKey>
<d2p1:_aenderung>0001-01-01T00:00:00</d2p1:_aenderung>
<d2p1:_erstellt>0001-01-01T00:00:00</d2p1:_erstellt>
<d2p1:abrechnung_id>0</d2p1:abrechnung_id>
<d2p1:bis>0001-01-01T00:00:00</d2p1:bis>
<d2p1:dauer>0</d2p1:dauer>
<d2p1:del>0</d2p1:del>
<d2p1:details>String</d2p1:details>
<d2p1:gesamte_zeit>0</d2p1:gesamte_zeit>
<d2p1:id>0</d2p1:id>
<d2p1:mandant>0</d2p1:mandant>
<d2p1:prozent>0</d2p1:prozent>
<d2p1:regel>String</d2p1:regel>
<d2p1:server_name>String</d2p1:server_name>
<d2p1:von>0001-01-01T00:00:00</d2p1:von>
<d2p1:vorgang_guid>String</d2p1:vorgang_guid>
</details>
<ist_del>false</ist_del>
<server_name>String</server_name>
<vorgang_guid>String</vorgang_guid>
</setOHParserFortschrittsDetailsRequest>
HTTP/1.1 200 OK Content-Type: application/xml Content-Length: length <setOHParserFortschrittsDetailsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FIBUdataServiceStack.ServiceModel.Messages"> <result>false</result> </setOHParserFortschrittsDetailsResponse>