FIBUdataServiceStack

<back to all web services

OEMMandantenRequest

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

public class dtos
{

    public static class OEMMandantenRequest
    {
        
    }

    public static class OEMMandantenResponse
    {
        public ArrayList<mandlogin> Liste = null;
        public HashMap<Long,String> BeraterNamen = null;
        public HashMap<Long,String> Mandanten4_3 = null;
        
        public ArrayList<mandlogin> getListe() { return Liste; }
        public OEMMandantenResponse setListe(ArrayList<mandlogin> value) { this.Liste = value; return this; }
        public HashMap<Long,String> getBeraterNamen() { return BeraterNamen; }
        public OEMMandantenResponse setBeraterNamen(HashMap<Long,String> value) { this.BeraterNamen = value; return this; }
        public HashMap<Long,String> getMandanten43() { return Mandanten4_3; }
        public OEMMandantenResponse setMandanten43(HashMap<Long,String> value) { this.Mandanten4_3 = value; return this; }
    }

    public static class mandlogin implements IMandnr, IPrimaryKey, ITableBaseErstelltAenderung
    {
        public Long Mandnr = null;
        public Date _erstellt = null;
        public Date _aenderung = null;
        public Long Bnr = null;
        public String Passw = null;
        public String Email = null;
        public String PasswMD5 = null;
        public String Kurzbezeichnung = null;
        public Long IMGSec = null;
        public String auth_email = null;
        public String auth_token = null;
        public Long Beraternr = null;
        public Long BerMandantNr = null;
        public Long Dbnr = null;
        public BigDecimal Ver = null;
        public String Altern = null;
        public String Updatedatei = null;
        public Date Zugriffdat = null;
        public BigDecimal Version = null;
        public String Pwberater_ALT = null;
        public String Pwberater = null;
        public Long Post = null;
        public String Name = null;
        public String Strasse = null;
        public String Ort = null;
        public Long Briefkasten = null;
        public Long Mustermandant = null;
        public Long Einzug = null;
        public Long Konto = null;
        public Long BLZ = null;
        public String Bank = null;
        public String Plz = null;
        public String Land = null;
        public Long BMid = null;
        public Long Bernrind = null;
        public Long Speicherzeit = null;
        public String Kne = null;
        public String berater_zugriffsrechte_ids = null;
        public Integer plus_digifibu = null;
        public Date ersterlogin = null;
        public Date letzterlogin = null;
        public Integer abrechnung = null;
        public Integer gesamtrecht = null;
        public String datev_wj = null;
        public Integer skr_typ = null;
        public String skontozuordnung = null;
        public Long gutschein = null;
        public String briefkastenArbeitsanweisung = null;
        public String kontaktTelefon = null;
        public String kontaktEmail = null;
        public Integer demo = null;
        public Date demo_reg_am = null;
        public Date demo_gueltig_bis = null;
        public String fibu_ext_login = null;
        public Integer isSkontoImmer = null;
        public Integer is_kne_nur_personen = null;
        public Integer is_ust_erfassung = null;
        public String mail_user = null;
        public String mail_adresse = null;
        public String mail_passwort = null;
        public String mail_passwort_aes = null;
        public String steuernummer = null;
        public String steuerid = null;
        public Integer ustva_typ = null;
        public Integer ustva_fertig = null;
        public String elster_steuernummer = null;
        public String fakt_uni1_bez = null;
        public String fakt_uni2_bez = null;
        public String fakt_uni1_regex = null;
        public String fakt_uni2_regex = null;
        public String fakt_text = null;
        public String sepa_gl_id = null;
        public Integer umstellung = null;
        public String hardlock = null;
        public String mahngebuer = null;
        public String mahnzins = null;
        public String mahntage = null;
        public Integer freigabe10 = null;
        public Integer plusbearbeitung = null;
        public String iban_zugferd = null;
        public String universal = null;
        public String fremd_ID = null;
        public String freiFeld = null;
        public String kuerzel = null;
        public String buchhaltungstyp = null;
        public Date freigabe = null;
        public String mobil = null;
        public String hashtags = null;
        public String sstelle = null;
        public String sstelle_stamm = null;
        public String beraternummer_export = null;
        public String fibu_interface = null;
        @Ignore()
        public Long mandant = null;

        @Ignore()
        public Long PrimaryKey = null;

        @Ignore()
        public Long bd_anzahl1 = null;
        
        public Long getMandnr() { return Mandnr; }
        public mandlogin setMandnr(Long value) { this.Mandnr = value; return this; }
        public Date getErstellt() { return _erstellt; }
        public mandlogin setErstellt(Date value) { this._erstellt = value; return this; }
        public Date getAenderung() { return _aenderung; }
        public mandlogin setAenderung(Date value) { this._aenderung = value; return this; }
        public Long getBnr() { return Bnr; }
        public mandlogin setBnr(Long value) { this.Bnr = value; return this; }
        public String getPassw() { return Passw; }
        public mandlogin setPassw(String value) { this.Passw = value; return this; }
        public String getEmail() { return Email; }
        public mandlogin setEmail(String value) { this.Email = value; return this; }
        public String getPasswMD5() { return PasswMD5; }
        public mandlogin setPasswMD5(String value) { this.PasswMD5 = value; return this; }
        public String getKurzbezeichnung() { return Kurzbezeichnung; }
        public mandlogin setKurzbezeichnung(String value) { this.Kurzbezeichnung = value; return this; }
        public Long getImgSec() { return IMGSec; }
        public mandlogin setImgSec(Long value) { this.IMGSec = value; return this; }
        public String getAuthEmail() { return auth_email; }
        public mandlogin setAuthEmail(String value) { this.auth_email = value; return this; }
        public String getAuthToken() { return auth_token; }
        public mandlogin setAuthToken(String value) { this.auth_token = value; return this; }
        public Long getBeraternr() { return Beraternr; }
        public mandlogin setBeraternr(Long value) { this.Beraternr = value; return this; }
        public Long getBerMandantNr() { return BerMandantNr; }
        public mandlogin setBerMandantNr(Long value) { this.BerMandantNr = value; return this; }
        public Long getDbnr() { return Dbnr; }
        public mandlogin setDbnr(Long value) { this.Dbnr = value; return this; }
        public BigDecimal getVer() { return Ver; }
        public mandlogin setVer(BigDecimal value) { this.Ver = value; return this; }
        public String getAltern() { return Altern; }
        public mandlogin setAltern(String value) { this.Altern = value; return this; }
        public String getUpdatedatei() { return Updatedatei; }
        public mandlogin setUpdatedatei(String value) { this.Updatedatei = value; return this; }
        public Date getZugriffdat() { return Zugriffdat; }
        public mandlogin setZugriffdat(Date value) { this.Zugriffdat = value; return this; }
        public BigDecimal getVersion() { return Version; }
        public mandlogin setVersion(BigDecimal value) { this.Version = value; return this; }
        public String getPwberaterAlt() { return Pwberater_ALT; }
        public mandlogin setPwberaterAlt(String value) { this.Pwberater_ALT = value; return this; }
        public String getPwberater() { return Pwberater; }
        public mandlogin setPwberater(String value) { this.Pwberater = value; return this; }
        public Long getPost() { return Post; }
        public mandlogin setPost(Long value) { this.Post = value; return this; }
        public String getName() { return Name; }
        public mandlogin setName(String value) { this.Name = value; return this; }
        public String getStrasse() { return Strasse; }
        public mandlogin setStrasse(String value) { this.Strasse = value; return this; }
        public String getOrt() { return Ort; }
        public mandlogin setOrt(String value) { this.Ort = value; return this; }
        public Long getBriefkasten() { return Briefkasten; }
        public mandlogin setBriefkasten(Long value) { this.Briefkasten = value; return this; }
        public Long getMustermandant() { return Mustermandant; }
        public mandlogin setMustermandant(Long value) { this.Mustermandant = value; return this; }
        public Long getEinzug() { return Einzug; }
        public mandlogin setEinzug(Long value) { this.Einzug = value; return this; }
        public Long getKonto() { return Konto; }
        public mandlogin setKonto(Long value) { this.Konto = value; return this; }
        public Long getBlz() { return BLZ; }
        public mandlogin setBlz(Long value) { this.BLZ = value; return this; }
        public String getBank() { return Bank; }
        public mandlogin setBank(String value) { this.Bank = value; return this; }
        public String getPlz() { return Plz; }
        public mandlogin setPlz(String value) { this.Plz = value; return this; }
        public String getLand() { return Land; }
        public mandlogin setLand(String value) { this.Land = value; return this; }
        public Long getBMid() { return BMid; }
        public mandlogin setBMid(Long value) { this.BMid = value; return this; }
        public Long getBernrind() { return Bernrind; }
        public mandlogin setBernrind(Long value) { this.Bernrind = value; return this; }
        public Long getSpeicherzeit() { return Speicherzeit; }
        public mandlogin setSpeicherzeit(Long value) { this.Speicherzeit = value; return this; }
        public String getKne() { return Kne; }
        public mandlogin setKne(String value) { this.Kne = value; return this; }
        public String getBeraterZugriffsrechteIds() { return berater_zugriffsrechte_ids; }
        public mandlogin setBeraterZugriffsrechteIds(String value) { this.berater_zugriffsrechte_ids = value; return this; }
        public Integer getPlusDigifibu() { return plus_digifibu; }
        public mandlogin setPlusDigifibu(Integer value) { this.plus_digifibu = value; return this; }
        public Date getErsterlogin() { return ersterlogin; }
        public mandlogin setErsterlogin(Date value) { this.ersterlogin = value; return this; }
        public Date getLetzterlogin() { return letzterlogin; }
        public mandlogin setLetzterlogin(Date value) { this.letzterlogin = value; return this; }
        public Integer getAbrechnung() { return abrechnung; }
        public mandlogin setAbrechnung(Integer value) { this.abrechnung = value; return this; }
        public Integer getGesamtrecht() { return gesamtrecht; }
        public mandlogin setGesamtrecht(Integer value) { this.gesamtrecht = value; return this; }
        public String getDatevWj() { return datev_wj; }
        public mandlogin setDatevWj(String value) { this.datev_wj = value; return this; }
        public Integer getSkrTyp() { return skr_typ; }
        public mandlogin setSkrTyp(Integer value) { this.skr_typ = value; return this; }
        public String getSkontozuordnung() { return skontozuordnung; }
        public mandlogin setSkontozuordnung(String value) { this.skontozuordnung = value; return this; }
        public Long getGutschein() { return gutschein; }
        public mandlogin setGutschein(Long value) { this.gutschein = value; return this; }
        public String getBriefkastenArbeitsanweisung() { return briefkastenArbeitsanweisung; }
        public mandlogin setBriefkastenArbeitsanweisung(String value) { this.briefkastenArbeitsanweisung = value; return this; }
        public String getKontaktTelefon() { return kontaktTelefon; }
        public mandlogin setKontaktTelefon(String value) { this.kontaktTelefon = value; return this; }
        public String getKontaktEmail() { return kontaktEmail; }
        public mandlogin setKontaktEmail(String value) { this.kontaktEmail = value; return this; }
        public Integer getDemo() { return demo; }
        public mandlogin setDemo(Integer value) { this.demo = value; return this; }
        public Date getDemoRegAm() { return demo_reg_am; }
        public mandlogin setDemoRegAm(Date value) { this.demo_reg_am = value; return this; }
        public Date getDemoGueltigBis() { return demo_gueltig_bis; }
        public mandlogin setDemoGueltigBis(Date value) { this.demo_gueltig_bis = value; return this; }
        public String getFibuExtLogin() { return fibu_ext_login; }
        public mandlogin setFibuExtLogin(String value) { this.fibu_ext_login = value; return this; }
        public Integer getIsSkontoImmer() { return isSkontoImmer; }
        public mandlogin setIsSkontoImmer(Integer value) { this.isSkontoImmer = value; return this; }
        public Integer getIsKneNurPersonen() { return is_kne_nur_personen; }
        public mandlogin setIsKneNurPersonen(Integer value) { this.is_kne_nur_personen = value; return this; }
        public Integer getIsUstErfassung() { return is_ust_erfassung; }
        public mandlogin setIsUstErfassung(Integer value) { this.is_ust_erfassung = value; return this; }
        public String getMailUser() { return mail_user; }
        public mandlogin setMailUser(String value) { this.mail_user = value; return this; }
        public String getMailAdresse() { return mail_adresse; }
        public mandlogin setMailAdresse(String value) { this.mail_adresse = value; return this; }
        public String getMailPasswort() { return mail_passwort; }
        public mandlogin setMailPasswort(String value) { this.mail_passwort = value; return this; }
        public String getMailPasswortAes() { return mail_passwort_aes; }
        public mandlogin setMailPasswortAes(String value) { this.mail_passwort_aes = value; return this; }
        public String getSteuernummer() { return steuernummer; }
        public mandlogin setSteuernummer(String value) { this.steuernummer = value; return this; }
        public String getSteuerid() { return steuerid; }
        public mandlogin setSteuerid(String value) { this.steuerid = value; return this; }
        public Integer getUstvaTyp() { return ustva_typ; }
        public mandlogin setUstvaTyp(Integer value) { this.ustva_typ = value; return this; }
        public Integer getUstvaFertig() { return ustva_fertig; }
        public mandlogin setUstvaFertig(Integer value) { this.ustva_fertig = value; return this; }
        public String getElsterSteuernummer() { return elster_steuernummer; }
        public mandlogin setElsterSteuernummer(String value) { this.elster_steuernummer = value; return this; }
        public String getFaktUni1Bez() { return fakt_uni1_bez; }
        public mandlogin setFaktUni1Bez(String value) { this.fakt_uni1_bez = value; return this; }
        public String getFaktUni2Bez() { return fakt_uni2_bez; }
        public mandlogin setFaktUni2Bez(String value) { this.fakt_uni2_bez = value; return this; }
        public String getFaktUni1Regex() { return fakt_uni1_regex; }
        public mandlogin setFaktUni1Regex(String value) { this.fakt_uni1_regex = value; return this; }
        public String getFaktUni2Regex() { return fakt_uni2_regex; }
        public mandlogin setFaktUni2Regex(String value) { this.fakt_uni2_regex = value; return this; }
        public String getFaktText() { return fakt_text; }
        public mandlogin setFaktText(String value) { this.fakt_text = value; return this; }
        public String getSepaGlId() { return sepa_gl_id; }
        public mandlogin setSepaGlId(String value) { this.sepa_gl_id = value; return this; }
        public Integer getUmstellung() { return umstellung; }
        public mandlogin setUmstellung(Integer value) { this.umstellung = value; return this; }
        public String getHardlock() { return hardlock; }
        public mandlogin setHardlock(String value) { this.hardlock = value; return this; }
        public String getMahngebuer() { return mahngebuer; }
        public mandlogin setMahngebuer(String value) { this.mahngebuer = value; return this; }
        public String getMahnzins() { return mahnzins; }
        public mandlogin setMahnzins(String value) { this.mahnzins = value; return this; }
        public String getMahntage() { return mahntage; }
        public mandlogin setMahntage(String value) { this.mahntage = value; return this; }
        public Integer getFreigabe10() { return freigabe10; }
        public mandlogin setFreigabe10(Integer value) { this.freigabe10 = value; return this; }
        public Integer getPlusbearbeitung() { return plusbearbeitung; }
        public mandlogin setPlusbearbeitung(Integer value) { this.plusbearbeitung = value; return this; }
        public String getIbanZugferd() { return iban_zugferd; }
        public mandlogin setIbanZugferd(String value) { this.iban_zugferd = value; return this; }
        public String getUniversal() { return universal; }
        public mandlogin setUniversal(String value) { this.universal = value; return this; }
        public String getFremdId() { return fremd_ID; }
        public mandlogin setFremdId(String value) { this.fremd_ID = value; return this; }
        public String getFreiFeld() { return freiFeld; }
        public mandlogin setFreiFeld(String value) { this.freiFeld = value; return this; }
        public String getKuerzel() { return kuerzel; }
        public mandlogin setKuerzel(String value) { this.kuerzel = value; return this; }
        public String getBuchhaltungstyp() { return buchhaltungstyp; }
        public mandlogin setBuchhaltungstyp(String value) { this.buchhaltungstyp = value; return this; }
        public Date getFreigabe() { return freigabe; }
        public mandlogin setFreigabe(Date value) { this.freigabe = value; return this; }
        public String getMobil() { return mobil; }
        public mandlogin setMobil(String value) { this.mobil = value; return this; }
        public String getHashtags() { return hashtags; }
        public mandlogin setHashtags(String value) { this.hashtags = value; return this; }
        public String getSstelle() { return sstelle; }
        public mandlogin setSstelle(String value) { this.sstelle = value; return this; }
        public String getSstelleStamm() { return sstelle_stamm; }
        public mandlogin setSstelleStamm(String value) { this.sstelle_stamm = value; return this; }
        public String getBeraternummerExport() { return beraternummer_export; }
        public mandlogin setBeraternummerExport(String value) { this.beraternummer_export = value; return this; }
        public String getFibuInterface() { return fibu_interface; }
        public mandlogin setFibuInterface(String value) { this.fibu_interface = value; return this; }
        public Long getMandant() { return mandant; }
        public mandlogin setMandant(Long value) { this.mandant = value; return this; }
        public Long getPrimaryKey() { return PrimaryKey; }
        public mandlogin setPrimaryKey(Long value) { this.PrimaryKey = value; return this; }
        public Long getBdAnzahl1() { return bd_anzahl1; }
        public mandlogin setBdAnzahl1(Long value) { this.bd_anzahl1 = value; return this; }
    }

}

Java OEMMandantenRequest DTOs

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

HTTP + JSV

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

POST /fibuscan/OEMMandanten 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: 
	[
		{
			Mandnr: 0,
			_erstellt: 0001-01-01,
			_aenderung: 0001-01-01,
			Bnr: 0,
			Passw: String,
			Email: String,
			PasswMD5: String,
			Kurzbezeichnung: String,
			IMGSec: 0,
			auth_email: String,
			auth_token: String,
			Beraternr: 0,
			BerMandantNr: 0,
			Dbnr: 0,
			Ver: 0,
			Altern: String,
			Updatedatei: String,
			Zugriffdat: 0001-01-01,
			Version: 0,
			Pwberater_ALT: String,
			Pwberater: String,
			Post: 0,
			Name: String,
			Strasse: String,
			Ort: String,
			Briefkasten: 0,
			Mustermandant: 0,
			Einzug: 0,
			Konto: 0,
			BLZ: 0,
			Bank: String,
			Plz: String,
			Land: String,
			BMid: 0,
			Bernrind: 0,
			Speicherzeit: 0,
			Kne: String,
			berater_zugriffsrechte_ids: String,
			plus_digifibu: 0,
			ersterlogin: 0001-01-01,
			letzterlogin: 0001-01-01,
			abrechnung: 0,
			gesamtrecht: 0,
			datev_wj: String,
			skr_typ: 0,
			skontozuordnung: String,
			gutschein: 0,
			briefkastenArbeitsanweisung: String,
			kontaktTelefon: String,
			kontaktEmail: String,
			demo: 0,
			demo_reg_am: 0001-01-01,
			demo_gueltig_bis: 0001-01-01,
			fibu_ext_login: String,
			isSkontoImmer: 0,
			is_kne_nur_personen: 0,
			is_ust_erfassung: 0,
			mail_user: String,
			mail_adresse: String,
			mail_passwort: String,
			mail_passwort_aes: String,
			steuernummer: String,
			steuerid: String,
			ustva_typ: 0,
			ustva_fertig: 0,
			elster_steuernummer: String,
			fakt_uni1_bez: String,
			fakt_uni2_bez: String,
			fakt_uni1_regex: String,
			fakt_uni2_regex: String,
			fakt_text: String,
			sepa_gl_id: String,
			umstellung: 0,
			hardlock: String,
			mahngebuer: String,
			mahnzins: String,
			mahntage: String,
			freigabe10: 0,
			plusbearbeitung: 0,
			iban_zugferd: String,
			universal: String,
			fremd_ID: String,
			freiFeld: String,
			kuerzel: String,
			buchhaltungstyp: String,
			freigabe: 0001-01-01,
			mobil: String,
			hashtags: String,
			sstelle: String,
			sstelle_stamm: String,
			beraternummer_export: String,
			fibu_interface: String,
			mandant: 0,
			PrimaryKey: 0,
			bd_anzahl1: 0
		}
	],
	BeraterNamen: 
	{
		0: String
	},
	Mandanten4_3: 
	{
		0: String
	}
}