FIBUdataServiceStack

<back to all web services

AbrechnungsChatListeLadenRequest

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

public class dtos
{

    public static class AbrechnungsChatListeLadenRequest
    {
        public String Fileguid = null;
        public Integer ZeilNummer = null;
        public String AbrechnungsGuid = null;
        
        public String getFileguid() { return Fileguid; }
        public AbrechnungsChatListeLadenRequest setFileguid(String value) { this.Fileguid = value; return this; }
        public Integer getZeilNummer() { return ZeilNummer; }
        public AbrechnungsChatListeLadenRequest setZeilNummer(Integer value) { this.ZeilNummer = value; return this; }
        public String getAbrechnungsGuid() { return AbrechnungsGuid; }
        public AbrechnungsChatListeLadenRequest setAbrechnungsGuid(String value) { this.AbrechnungsGuid = value; return this; }
    }

    public static class AbrechnungsChatListeLadenResponse
    {
        public Boolean result = null;
        public String error_msg = null;
        public Long OnlinehandelDateiId = null;
        public ArrayList<mandtalk_chat> chats = null;
        public ArrayList<mandtalk_kontakt> kontakte = null;
        public ArrayList<zugriffsrechte> ZugriffsrechteListe = null;
        public ArrayList<dokumente> dokumente = null;
        
        public Boolean isResult() { return result; }
        public AbrechnungsChatListeLadenResponse setResult(Boolean value) { this.result = value; return this; }
        public String getErrorMsg() { return error_msg; }
        public AbrechnungsChatListeLadenResponse setErrorMsg(String value) { this.error_msg = value; return this; }
        public Long getOnlinehandelDateiId() { return OnlinehandelDateiId; }
        public AbrechnungsChatListeLadenResponse setOnlinehandelDateiId(Long value) { this.OnlinehandelDateiId = value; return this; }
        public ArrayList<mandtalk_chat> getChats() { return chats; }
        public AbrechnungsChatListeLadenResponse setChats(ArrayList<mandtalk_chat> value) { this.chats = value; return this; }
        public ArrayList<mandtalk_kontakt> getKontakte() { return kontakte; }
        public AbrechnungsChatListeLadenResponse setKontakte(ArrayList<mandtalk_kontakt> value) { this.kontakte = value; return this; }
        public ArrayList<zugriffsrechte> getZugriffsrechteListe() { return ZugriffsrechteListe; }
        public AbrechnungsChatListeLadenResponse setZugriffsrechteListe(ArrayList<zugriffsrechte> value) { this.ZugriffsrechteListe = value; return this; }
        public ArrayList<dokumente> getDokumente() { return dokumente; }
        public AbrechnungsChatListeLadenResponse setDokumente(ArrayList<dokumente> value) { this.dokumente = value; return this; }
    }

    public static class mandtalk_chat implements IPrimaryKey, ITableBase, IMandnr, IDel, INutzerid
    {
        public Long id = null;
        public Date _erstellt = null;
        public Date _aenderung = null;
        public Long mandant = null;
        public Long benutzer_id = null;
        public Long mandtalk_id = null;
        public Berater_mandant berater_mandant = null;
        @Ignore()
        public String dateiName = null;

        @Ignore()
        public byte[] dok_bin = null;

        public String meldung = null;
        public String dokumente_guid = null;
        public Long del = null;
        public String guid = null;
        public Integer intern = null;
        public String mandtalk_guid = null;
        public Date gelesen = null;
        public Date geschickt = null;
        public Long antwort_chat_Id = null;
        public Long weitergeleitet_an = null;
        public Long email_id = null;
        @Ignore()
        public Long PrimaryKey = null;

        @Ignore()
        public Long nutzerid = null;
        
        public Long getId() { return id; }
        public mandtalk_chat setId(Long value) { this.id = value; return this; }
        public Date getErstellt() { return _erstellt; }
        public mandtalk_chat setErstellt(Date value) { this._erstellt = value; return this; }
        public Date getAenderung() { return _aenderung; }
        public mandtalk_chat setAenderung(Date value) { this._aenderung = value; return this; }
        public Long getMandant() { return mandant; }
        public mandtalk_chat setMandant(Long value) { this.mandant = value; return this; }
        public Long getBenutzerId() { return benutzer_id; }
        public mandtalk_chat setBenutzerId(Long value) { this.benutzer_id = value; return this; }
        public Long getMandtalkId() { return mandtalk_id; }
        public mandtalk_chat setMandtalkId(Long value) { this.mandtalk_id = value; return this; }
        public Berater_mandant getBeraterMandant() { return berater_mandant; }
        public mandtalk_chat setBeraterMandant(Berater_mandant value) { this.berater_mandant = value; return this; }
        public String getDateiName() { return dateiName; }
        public mandtalk_chat setDateiName(String value) { this.dateiName = value; return this; }
        public byte[] getDokBin() { return dok_bin; }
        public mandtalk_chat setDokBin(byte[] value) { this.dok_bin = value; return this; }
        public String getMeldung() { return meldung; }
        public mandtalk_chat setMeldung(String value) { this.meldung = value; return this; }
        public String getDokumenteGuid() { return dokumente_guid; }
        public mandtalk_chat setDokumenteGuid(String value) { this.dokumente_guid = value; return this; }
        public Long getDel() { return del; }
        public mandtalk_chat setDel(Long value) { this.del = value; return this; }
        public String getGuid() { return guid; }
        public mandtalk_chat setGuid(String value) { this.guid = value; return this; }
        public Integer getIntern() { return intern; }
        public mandtalk_chat setIntern(Integer value) { this.intern = value; return this; }
        public String getMandtalkGuid() { return mandtalk_guid; }
        public mandtalk_chat setMandtalkGuid(String value) { this.mandtalk_guid = value; return this; }
        public Date getGelesen() { return gelesen; }
        public mandtalk_chat setGelesen(Date value) { this.gelesen = value; return this; }
        public Date getGeschickt() { return geschickt; }
        public mandtalk_chat setGeschickt(Date value) { this.geschickt = value; return this; }
        public Long getAntwortChatId() { return antwort_chat_Id; }
        public mandtalk_chat setAntwortChatId(Long value) { this.antwort_chat_Id = value; return this; }
        public Long getWeitergeleitetAn() { return weitergeleitet_an; }
        public mandtalk_chat setWeitergeleitetAn(Long value) { this.weitergeleitet_an = value; return this; }
        public Long getEmailId() { return email_id; }
        public mandtalk_chat setEmailId(Long value) { this.email_id = value; return this; }
        public Long getPrimaryKey() { return PrimaryKey; }
        public mandtalk_chat setPrimaryKey(Long value) { this.PrimaryKey = value; return this; }
        public Long getNutzerid() { return nutzerid; }
        public mandtalk_chat setNutzerid(Long value) { this.nutzerid = value; return this; }
    }

    public static enum Berater_mandant
    {
        M,
        B;
    }

    public static class mandtalk_kontakt implements IPrimaryKey, ITableBase, IMandnr, IDel
    {
        public Long id = null;
        public Date _erstellt = null;
        public Date _aenderung = null;
        public Long mandant = null;
        public Long del = null;
        public Long mandtalk_id = null;
        public Long benutzer_id = null;
        @Ignore()
        public Long PrimaryKey = null;
        
        public Long getId() { return id; }
        public mandtalk_kontakt setId(Long value) { this.id = value; return this; }
        public Date getErstellt() { return _erstellt; }
        public mandtalk_kontakt setErstellt(Date value) { this._erstellt = value; return this; }
        public Date getAenderung() { return _aenderung; }
        public mandtalk_kontakt setAenderung(Date value) { this._aenderung = value; return this; }
        public Long getMandant() { return mandant; }
        public mandtalk_kontakt setMandant(Long value) { this.mandant = value; return this; }
        public Long getDel() { return del; }
        public mandtalk_kontakt setDel(Long value) { this.del = value; return this; }
        public Long getMandtalkId() { return mandtalk_id; }
        public mandtalk_kontakt setMandtalkId(Long value) { this.mandtalk_id = value; return this; }
        public Long getBenutzerId() { return benutzer_id; }
        public mandtalk_kontakt setBenutzerId(Long value) { this.benutzer_id = value; return this; }
        public Long getPrimaryKey() { return PrimaryKey; }
        public mandtalk_kontakt setPrimaryKey(Long value) { this.PrimaryKey = value; return this; }
    }

    public static class zugriffsrechte implements IMandnr, IPrimaryKey, INutzerid, ITableBaseErstelltAenderung, IPKindex
    {
        public Long ID = null;
        public Date _erstellt = null;
        public Date _aenderung = null;
        public Long Mandnr = null;
        public String PasswMD5 = null;
        public String Name = null;
        public String Vorname = null;
        public String EMail = null;
        public String EMail_tax = null;
        public String auth_token = null;
        public String auth_email = null;
        public Long Rechte = null;
        public Long Gruppe = null;
        public Integer Aktiv = null;
        public Integer Admin = null;
        public Date Anlagedatum = null;
        public String guid = null;
        public Integer pers_typ = null;
        public String hardlock = null;
        public BigDecimal stundensatz = null;
        public Long freigabeberechtigter = null;
        public Long vertretung = null;
        public Long genehmiger = null;
        public Date eintritt = null;
        public Date austritt = null;
        public String abteilung_guid = null;
        public Boolean negativurlaub = null;
        public Boolean Alturlaub = null;
        public Integer bundesland = null;
        public byte[] bild = null;
        public String mobil = null;
        public Date geburtstag = null;
        public Integer privatsspaehre = null;
        public Integer intern = null;
        public String strasse = null;
        public String plz = null;
        public String ort = null;
        public Boolean isAcc = null;
        public String email_abruf = null;
        public String email_abruf_tax = null;
        public String recht_taetigkeittyp = null;
        public String rechte_acc = null;
        public String bemerkung = null;
        public Integer is_main_mail = null;
        public Integer two_factor_method = null;
        public Integer two_factor_enabled = null;
        public String two_factor_secret = null;
        public String two_factor_backup_codes = null;
        public Date two_factor_enabled_date = null;
        public Integer two_factor_failed_attempts = null;
        public Date two_factor_last_failure = null;
        public Integer two_factor_is_lockedout = null;
        public Integer default_ja = null;
        public Integer default_fibu = null;
        public Integer default_lohn = null;
        public Integer default_acc = null;
        public Integer default_vw = null;
        public Boolean rechte_intern_mandanten = null;
        public Long PKIndex = null;
        @Ignore()
        public Long mandant = null;

        @Ignore()
        public Long PrimaryKey = null;

        @Ignore()
        public Long nutzerid = null;
        
        public Long getId() { return ID; }
        public zugriffsrechte setId(Long value) { this.ID = value; return this; }
        public Date getErstellt() { return _erstellt; }
        public zugriffsrechte setErstellt(Date value) { this._erstellt = value; return this; }
        public Date getAenderung() { return _aenderung; }
        public zugriffsrechte setAenderung(Date value) { this._aenderung = value; return this; }
        public Long getMandnr() { return Mandnr; }
        public zugriffsrechte setMandnr(Long value) { this.Mandnr = value; return this; }
        public String getPasswMD5() { return PasswMD5; }
        public zugriffsrechte setPasswMD5(String value) { this.PasswMD5 = value; return this; }
        public String getName() { return Name; }
        public zugriffsrechte setName(String value) { this.Name = value; return this; }
        public String getVorname() { return Vorname; }
        public zugriffsrechte setVorname(String value) { this.Vorname = value; return this; }
        public String getEMail() { return EMail; }
        public zugriffsrechte setEMail(String value) { this.EMail = value; return this; }
        public String getEMailTax() { return EMail_tax; }
        public zugriffsrechte setEMailTax(String value) { this.EMail_tax = value; return this; }
        public String getAuthToken() { return auth_token; }
        public zugriffsrechte setAuthToken(String value) { this.auth_token = value; return this; }
        public String getAuthEmail() { return auth_email; }
        public zugriffsrechte setAuthEmail(String value) { this.auth_email = value; return this; }
        public Long getRechte() { return Rechte; }
        public zugriffsrechte setRechte(Long value) { this.Rechte = value; return this; }
        public Long getGruppe() { return Gruppe; }
        public zugriffsrechte setGruppe(Long value) { this.Gruppe = value; return this; }
        public Integer getAktiv() { return Aktiv; }
        public zugriffsrechte setAktiv(Integer value) { this.Aktiv = value; return this; }
        public Integer getAdmin() { return Admin; }
        public zugriffsrechte setAdmin(Integer value) { this.Admin = value; return this; }
        public Date getAnlagedatum() { return Anlagedatum; }
        public zugriffsrechte setAnlagedatum(Date value) { this.Anlagedatum = value; return this; }
        public String getGuid() { return guid; }
        public zugriffsrechte setGuid(String value) { this.guid = value; return this; }
        public Integer getPersTyp() { return pers_typ; }
        public zugriffsrechte setPersTyp(Integer value) { this.pers_typ = value; return this; }
        public String getHardlock() { return hardlock; }
        public zugriffsrechte setHardlock(String value) { this.hardlock = value; return this; }
        public BigDecimal getStundensatz() { return stundensatz; }
        public zugriffsrechte setStundensatz(BigDecimal value) { this.stundensatz = value; return this; }
        public Long getFreigabeberechtigter() { return freigabeberechtigter; }
        public zugriffsrechte setFreigabeberechtigter(Long value) { this.freigabeberechtigter = value; return this; }
        public Long getVertretung() { return vertretung; }
        public zugriffsrechte setVertretung(Long value) { this.vertretung = value; return this; }
        public Long getGenehmiger() { return genehmiger; }
        public zugriffsrechte setGenehmiger(Long value) { this.genehmiger = value; return this; }
        public Date getEintritt() { return eintritt; }
        public zugriffsrechte setEintritt(Date value) { this.eintritt = value; return this; }
        public Date getAustritt() { return austritt; }
        public zugriffsrechte setAustritt(Date value) { this.austritt = value; return this; }
        public String getAbteilungGuid() { return abteilung_guid; }
        public zugriffsrechte setAbteilungGuid(String value) { this.abteilung_guid = value; return this; }
        public Boolean isNegativurlaub() { return negativurlaub; }
        public zugriffsrechte setNegativurlaub(Boolean value) { this.negativurlaub = value; return this; }
        public Boolean isAlturlaub() { return Alturlaub; }
        public zugriffsrechte setAlturlaub(Boolean value) { this.Alturlaub = value; return this; }
        public Integer getBundesland() { return bundesland; }
        public zugriffsrechte setBundesland(Integer value) { this.bundesland = value; return this; }
        public byte[] getBild() { return bild; }
        public zugriffsrechte setBild(byte[] value) { this.bild = value; return this; }
        public String getMobil() { return mobil; }
        public zugriffsrechte setMobil(String value) { this.mobil = value; return this; }
        public Date getGeburtstag() { return geburtstag; }
        public zugriffsrechte setGeburtstag(Date value) { this.geburtstag = value; return this; }
        public Integer getPrivatsspaehre() { return privatsspaehre; }
        public zugriffsrechte setPrivatsspaehre(Integer value) { this.privatsspaehre = value; return this; }
        public Integer getIntern() { return intern; }
        public zugriffsrechte setIntern(Integer value) { this.intern = value; return this; }
        public String getStrasse() { return strasse; }
        public zugriffsrechte setStrasse(String value) { this.strasse = value; return this; }
        public String getPlz() { return plz; }
        public zugriffsrechte setPlz(String value) { this.plz = value; return this; }
        public String getOrt() { return ort; }
        public zugriffsrechte setOrt(String value) { this.ort = value; return this; }
        public Boolean getIsAcc() { return isAcc; }
        public zugriffsrechte setIsAcc(Boolean value) { this.isAcc = value; return this; }
        public String getEmailAbruf() { return email_abruf; }
        public zugriffsrechte setEmailAbruf(String value) { this.email_abruf = value; return this; }
        public String getEmailAbrufTax() { return email_abruf_tax; }
        public zugriffsrechte setEmailAbrufTax(String value) { this.email_abruf_tax = value; return this; }
        public String getRechtTaetigkeittyp() { return recht_taetigkeittyp; }
        public zugriffsrechte setRechtTaetigkeittyp(String value) { this.recht_taetigkeittyp = value; return this; }
        public String getRechteAcc() { return rechte_acc; }
        public zugriffsrechte setRechteAcc(String value) { this.rechte_acc = value; return this; }
        public String getBemerkung() { return bemerkung; }
        public zugriffsrechte setBemerkung(String value) { this.bemerkung = value; return this; }
        public Integer getIsMainMail() { return is_main_mail; }
        public zugriffsrechte setIsMainMail(Integer value) { this.is_main_mail = value; return this; }
        public Integer getTwoFactorMethod() { return two_factor_method; }
        public zugriffsrechte setTwoFactorMethod(Integer value) { this.two_factor_method = value; return this; }
        public Integer getTwoFactorEnabled() { return two_factor_enabled; }
        public zugriffsrechte setTwoFactorEnabled(Integer value) { this.two_factor_enabled = value; return this; }
        public String getTwoFactorSecret() { return two_factor_secret; }
        public zugriffsrechte setTwoFactorSecret(String value) { this.two_factor_secret = value; return this; }
        public String getTwoFactorBackupCodes() { return two_factor_backup_codes; }
        public zugriffsrechte setTwoFactorBackupCodes(String value) { this.two_factor_backup_codes = value; return this; }
        public Date getTwoFactorEnabledDate() { return two_factor_enabled_date; }
        public zugriffsrechte setTwoFactorEnabledDate(Date value) { this.two_factor_enabled_date = value; return this; }
        public Integer getTwoFactorFailedAttempts() { return two_factor_failed_attempts; }
        public zugriffsrechte setTwoFactorFailedAttempts(Integer value) { this.two_factor_failed_attempts = value; return this; }
        public Date getTwoFactorLastFailure() { return two_factor_last_failure; }
        public zugriffsrechte setTwoFactorLastFailure(Date value) { this.two_factor_last_failure = value; return this; }
        public Integer getTwoFactorIsLockedout() { return two_factor_is_lockedout; }
        public zugriffsrechte setTwoFactorIsLockedout(Integer value) { this.two_factor_is_lockedout = value; return this; }
        public Integer getDefaultJa() { return default_ja; }
        public zugriffsrechte setDefaultJa(Integer value) { this.default_ja = value; return this; }
        public Integer getDefaultFibu() { return default_fibu; }
        public zugriffsrechte setDefaultFibu(Integer value) { this.default_fibu = value; return this; }
        public Integer getDefaultLohn() { return default_lohn; }
        public zugriffsrechte setDefaultLohn(Integer value) { this.default_lohn = value; return this; }
        public Integer getDefaultAcc() { return default_acc; }
        public zugriffsrechte setDefaultAcc(Integer value) { this.default_acc = value; return this; }
        public Integer getDefaultVw() { return default_vw; }
        public zugriffsrechte setDefaultVw(Integer value) { this.default_vw = value; return this; }
        public Boolean isRechteInternMandanten() { return rechte_intern_mandanten; }
        public zugriffsrechte setRechteInternMandanten(Boolean value) { this.rechte_intern_mandanten = value; return this; }
        public Long getPkIndex() { return PKIndex; }
        public zugriffsrechte setPkIndex(Long value) { this.PKIndex = value; return this; }
        public Long getMandant() { return mandant; }
        public zugriffsrechte setMandant(Long value) { this.mandant = value; return this; }
        public Long getPrimaryKey() { return PrimaryKey; }
        public zugriffsrechte setPrimaryKey(Long value) { this.PrimaryKey = value; return this; }
        public Long getNutzerid() { return nutzerid; }
        public zugriffsrechte setNutzerid(Long value) { this.nutzerid = value; return this; }
    }

    public static class dokumente implements IPrimaryKey, IMandnr, IDel, ITableBaseErstelltAenderung
    {
        public Long ID = null;
        public Date _erstellt = null;
        public Date _aenderung = null;
        public Long mandant = null;
        public Long Datenindex = null;
        public String Dateiname = null;
        public String zip_dateiname = null;
        public String SubPfad = null;
        public Integer Upload = null;
        public Integer DownloadExt = null;
        public Date Datum = null;
        public String Link = null;
        public String anlagen = null;
        public String metadaten = null;
        public Integer dateityp = null;
        public Long del = null;
        public String hash = null;
        public String guid = null;
        @Ignore()
        public String server_hash = null;

        @Ignore()
        public Long PrimaryKey = null;
        
        public Long getId() { return ID; }
        public dokumente setId(Long value) { this.ID = value; return this; }
        public Date getErstellt() { return _erstellt; }
        public dokumente setErstellt(Date value) { this._erstellt = value; return this; }
        public Date getAenderung() { return _aenderung; }
        public dokumente setAenderung(Date value) { this._aenderung = value; return this; }
        public Long getMandant() { return mandant; }
        public dokumente setMandant(Long value) { this.mandant = value; return this; }
        public Long getDatenindex() { return Datenindex; }
        public dokumente setDatenindex(Long value) { this.Datenindex = value; return this; }
        public String getDateiname() { return Dateiname; }
        public dokumente setDateiname(String value) { this.Dateiname = value; return this; }
        public String getZipDateiname() { return zip_dateiname; }
        public dokumente setZipDateiname(String value) { this.zip_dateiname = value; return this; }
        public String getSubPfad() { return SubPfad; }
        public dokumente setSubPfad(String value) { this.SubPfad = value; return this; }
        public Integer getUpload() { return Upload; }
        public dokumente setUpload(Integer value) { this.Upload = value; return this; }
        public Integer getDownloadExt() { return DownloadExt; }
        public dokumente setDownloadExt(Integer value) { this.DownloadExt = value; return this; }
        public Date getDatum() { return Datum; }
        public dokumente setDatum(Date value) { this.Datum = value; return this; }
        public String getLink() { return Link; }
        public dokumente setLink(String value) { this.Link = value; return this; }
        public String getAnlagen() { return anlagen; }
        public dokumente setAnlagen(String value) { this.anlagen = value; return this; }
        public String getMetadaten() { return metadaten; }
        public dokumente setMetadaten(String value) { this.metadaten = value; return this; }
        public Integer getDateityp() { return dateityp; }
        public dokumente setDateityp(Integer value) { this.dateityp = value; return this; }
        public Long getDel() { return del; }
        public dokumente setDel(Long value) { this.del = value; return this; }
        public String getHash() { return hash; }
        public dokumente setHash(String value) { this.hash = value; return this; }
        public String getGuid() { return guid; }
        public dokumente setGuid(String value) { this.guid = value; return this; }
        public String getServerHash() { return server_hash; }
        public dokumente setServerHash(String value) { this.server_hash = value; return this; }
        public Long getPrimaryKey() { return PrimaryKey; }
        public dokumente setPrimaryKey(Long value) { this.PrimaryKey = value; return this; }
    }

}

Java AbrechnungsChatListeLadenRequest 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/Onlinehandel/AbrechnungsChatListeLaden HTTP/1.1 
Host: ws4.fibudata.net 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	Fileguid: String,
	ZeilNummer: 0,
	AbrechnungsGuid: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	result: False,
	error_msg: String,
	OnlinehandelDateiId: 0,
	chats: 
	[
		{
			id: 0,
			_erstellt: 0001-01-01,
			_aenderung: 0001-01-01,
			mandant: 0,
			benutzer_id: 0,
			mandtalk_id: 0,
			berater_mandant: M,
			dateiName: String,
			dok_bin: AA==,
			meldung: String,
			dokumente_guid: String,
			del: 0,
			guid: String,
			intern: 0,
			mandtalk_guid: String,
			gelesen: 0001-01-01,
			geschickt: 0001-01-01,
			antwort_chat_Id: 0,
			weitergeleitet_an: 0,
			email_id: 0,
			PrimaryKey: 0,
			nutzerid: 0
		}
	],
	kontakte: 
	[
		{
			id: 0,
			_erstellt: 0001-01-01,
			_aenderung: 0001-01-01,
			mandant: 0,
			del: 0,
			mandtalk_id: 0,
			benutzer_id: 0,
			PrimaryKey: 0
		}
	],
	ZugriffsrechteListe: 
	[
		{
			ID: 0,
			_erstellt: 0001-01-01,
			_aenderung: 0001-01-01,
			Mandnr: 0,
			PasswMD5: String,
			Name: String,
			Vorname: String,
			EMail: String,
			EMail_tax: String,
			auth_token: String,
			auth_email: String,
			Rechte: 0,
			Gruppe: 0,
			Aktiv: 0,
			Admin: 0,
			Anlagedatum: 0001-01-01,
			guid: String,
			pers_typ: 0,
			hardlock: String,
			stundensatz: 0,
			freigabeberechtigter: 0,
			vertretung: 0,
			genehmiger: 0,
			eintritt: 0001-01-01,
			austritt: 0001-01-01,
			abteilung_guid: String,
			negativurlaub: False,
			Alturlaub: False,
			bundesland: 0,
			bild: AA==,
			mobil: String,
			geburtstag: 0001-01-01,
			privatsspaehre: 0,
			intern: 0,
			strasse: String,
			plz: String,
			ort: String,
			isAcc: False,
			email_abruf: String,
			email_abruf_tax: String,
			recht_taetigkeittyp: String,
			rechte_acc: String,
			bemerkung: String,
			is_main_mail: 0,
			two_factor_method: 0,
			two_factor_enabled: 0,
			two_factor_secret: String,
			two_factor_backup_codes: String,
			two_factor_enabled_date: 0001-01-01,
			two_factor_failed_attempts: 0,
			two_factor_last_failure: 0001-01-01,
			two_factor_is_lockedout: 0,
			default_ja: 0,
			default_fibu: 0,
			default_lohn: 0,
			default_acc: 0,
			default_vw: 0,
			rechte_intern_mandanten: False,
			PKIndex: 0,
			mandant: 0,
			PrimaryKey: 0,
			nutzerid: 0
		}
	],
	dokumente: 
	[
		{
			ID: 0,
			_erstellt: 0001-01-01,
			_aenderung: 0001-01-01,
			mandant: 0,
			Datenindex: 0,
			Dateiname: String,
			zip_dateiname: String,
			SubPfad: String,
			Upload: 0,
			DownloadExt: 0,
			Datum: 0001-01-01,
			Link: String,
			anlagen: String,
			metadaten: String,
			dateityp: 0,
			del: 0,
			hash: String,
			guid: String,
			server_hash: String,
			PrimaryKey: 0
		}
	]
}