FIBUdataServiceStack

<back to all web services

MandloginListeRequest

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

public class dtos
{

    public static class MandloginListeRequest
    {
        
    }

    public static class MandloginListeResponse
    {
        public ArrayList<mandlogin> Liste = null;
        
        public ArrayList<mandlogin> getListe() { return Liste; }
        public MandloginListeResponse setListe(ArrayList<mandlogin> value) { this.Liste = 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 MandloginListeRequest DTOs

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

HTTP + XML

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

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

<MandloginListeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FIBUdataServiceStack.ServiceModel.Messages" />
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<MandloginListeResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FIBUdataServiceStack.ServiceModel.Messages">
  <Liste xmlns:d2p1="http://schemas.datacontract.org/2004/07/FIBUdataServiceStack.ServiceModel.Models">
    <d2p1:mandlogin>
      <d2p1:Altern>String</d2p1:Altern>
      <d2p1:BLZ>0</d2p1:BLZ>
      <d2p1:BMid>0</d2p1:BMid>
      <d2p1:Bank>String</d2p1:Bank>
      <d2p1:BerMandantNr>0</d2p1:BerMandantNr>
      <d2p1:Beraternr>0</d2p1:Beraternr>
      <d2p1:Bernrind>0</d2p1:Bernrind>
      <d2p1:Bnr>0</d2p1:Bnr>
      <d2p1:Briefkasten>0</d2p1:Briefkasten>
      <d2p1:Dbnr>0</d2p1:Dbnr>
      <d2p1:Einzug>0</d2p1:Einzug>
      <d2p1:Email>String</d2p1:Email>
      <d2p1:IMGSec>0</d2p1:IMGSec>
      <d2p1:Kne>String</d2p1:Kne>
      <d2p1:Konto>0</d2p1:Konto>
      <d2p1:Kurzbezeichnung>String</d2p1:Kurzbezeichnung>
      <d2p1:Land>String</d2p1:Land>
      <d2p1:Mandnr>0</d2p1:Mandnr>
      <d2p1:Mustermandant>0</d2p1:Mustermandant>
      <d2p1:Name>String</d2p1:Name>
      <d2p1:Ort>String</d2p1:Ort>
      <d2p1:Passw>String</d2p1:Passw>
      <d2p1:PasswMD5>String</d2p1:PasswMD5>
      <d2p1:Plz>String</d2p1:Plz>
      <d2p1:Post>0</d2p1:Post>
      <d2p1:PrimaryKey>0</d2p1:PrimaryKey>
      <d2p1:Pwberater>String</d2p1:Pwberater>
      <d2p1:Pwberater_ALT>String</d2p1:Pwberater_ALT>
      <d2p1:Speicherzeit>0</d2p1:Speicherzeit>
      <d2p1:Strasse>String</d2p1:Strasse>
      <d2p1:Updatedatei>String</d2p1:Updatedatei>
      <d2p1:Ver>0</d2p1:Ver>
      <d2p1:Version>0</d2p1:Version>
      <d2p1:Zugriffdat>0001-01-01T00:00:00</d2p1:Zugriffdat>
      <d2p1:_aenderung>0001-01-01T00:00:00</d2p1:_aenderung>
      <d2p1:_erstellt>0001-01-01T00:00:00</d2p1:_erstellt>
      <d2p1:abrechnung>0</d2p1:abrechnung>
      <d2p1:auth_email>String</d2p1:auth_email>
      <d2p1:auth_token>String</d2p1:auth_token>
      <d2p1:bd_anzahl1>0</d2p1:bd_anzahl1>
      <d2p1:berater_zugriffsrechte_ids>String</d2p1:berater_zugriffsrechte_ids>
      <d2p1:beraternummer_export>String</d2p1:beraternummer_export>
      <d2p1:briefkastenArbeitsanweisung>String</d2p1:briefkastenArbeitsanweisung>
      <d2p1:buchhaltungstyp>String</d2p1:buchhaltungstyp>
      <d2p1:datev_wj>String</d2p1:datev_wj>
      <d2p1:demo>0</d2p1:demo>
      <d2p1:demo_gueltig_bis>0001-01-01T00:00:00</d2p1:demo_gueltig_bis>
      <d2p1:demo_reg_am>0001-01-01T00:00:00</d2p1:demo_reg_am>
      <d2p1:elster_steuernummer>String</d2p1:elster_steuernummer>
      <d2p1:ersterlogin>0001-01-01T00:00:00</d2p1:ersterlogin>
      <d2p1:fakt_text>String</d2p1:fakt_text>
      <d2p1:fakt_uni1_bez>String</d2p1:fakt_uni1_bez>
      <d2p1:fakt_uni1_regex>String</d2p1:fakt_uni1_regex>
      <d2p1:fakt_uni2_bez>String</d2p1:fakt_uni2_bez>
      <d2p1:fakt_uni2_regex>String</d2p1:fakt_uni2_regex>
      <d2p1:fibu_ext_login>String</d2p1:fibu_ext_login>
      <d2p1:fibu_interface>String</d2p1:fibu_interface>
      <d2p1:freiFeld>String</d2p1:freiFeld>
      <d2p1:freigabe>0001-01-01T00:00:00</d2p1:freigabe>
      <d2p1:freigabe10>0</d2p1:freigabe10>
      <d2p1:fremd_ID>String</d2p1:fremd_ID>
      <d2p1:gesamtrecht>0</d2p1:gesamtrecht>
      <d2p1:gutschein>0</d2p1:gutschein>
      <d2p1:hardlock>String</d2p1:hardlock>
      <d2p1:hashtags>String</d2p1:hashtags>
      <d2p1:iban_zugferd>String</d2p1:iban_zugferd>
      <d2p1:isSkontoImmer>0</d2p1:isSkontoImmer>
      <d2p1:is_kne_nur_personen>0</d2p1:is_kne_nur_personen>
      <d2p1:is_ust_erfassung>0</d2p1:is_ust_erfassung>
      <d2p1:kontaktEmail>String</d2p1:kontaktEmail>
      <d2p1:kontaktTelefon>String</d2p1:kontaktTelefon>
      <d2p1:kuerzel>String</d2p1:kuerzel>
      <d2p1:letzterlogin>0001-01-01T00:00:00</d2p1:letzterlogin>
      <d2p1:mahngebuer>String</d2p1:mahngebuer>
      <d2p1:mahntage>String</d2p1:mahntage>
      <d2p1:mahnzins>String</d2p1:mahnzins>
      <d2p1:mail_adresse>String</d2p1:mail_adresse>
      <d2p1:mail_passwort>String</d2p1:mail_passwort>
      <d2p1:mail_passwort_aes>String</d2p1:mail_passwort_aes>
      <d2p1:mail_user>String</d2p1:mail_user>
      <d2p1:mandant>0</d2p1:mandant>
      <d2p1:mobil>String</d2p1:mobil>
      <d2p1:plus_digifibu>0</d2p1:plus_digifibu>
      <d2p1:plusbearbeitung>0</d2p1:plusbearbeitung>
      <d2p1:sepa_gl_id>String</d2p1:sepa_gl_id>
      <d2p1:skontozuordnung>String</d2p1:skontozuordnung>
      <d2p1:skr_typ>0</d2p1:skr_typ>
      <d2p1:sstelle>String</d2p1:sstelle>
      <d2p1:sstelle_stamm>String</d2p1:sstelle_stamm>
      <d2p1:steuerid>String</d2p1:steuerid>
      <d2p1:steuernummer>String</d2p1:steuernummer>
      <d2p1:umstellung>0</d2p1:umstellung>
      <d2p1:universal>String</d2p1:universal>
      <d2p1:ustva_fertig>0</d2p1:ustva_fertig>
      <d2p1:ustva_typ>0</d2p1:ustva_typ>
    </d2p1:mandlogin>
  </Liste>
</MandloginListeResponse>