Tax Filing Service

<back to all web services

SubmitUStDv2022AsEntrepreneur

SyncUmsatzsteuerDauerfristverlängerungBearbeiteVorgangValidiereAuthentifiziereSendeDrucke2022

A synchronous service to submit an VAT long-term extension (Umsatzsteuer-Dauerfristverlängerung) as an Entrepreneur for 2022.

Requires Authentication
The following routes are available for this service:
POST/SubmitUStDv2022AsEntrepreneurA synchronous service to submit xml content that represents the VAT long-term extension (Umsatzsteuer-Dauerfristverlängerung) as an Entrepreneur for 2022
namespace PwC.DigitalHub.Utilities.IO.Concretes.Models

open System
open System.Collections
open System.Collections.Generic
open System.Runtime.Serialization
open ServiceStack
open ServiceStack.DataAnnotations

    ///<summary>
    ///Specifies a service response from an ERiC service operation.
    ///</summary>
    [<Api(Description="Specifies a service response from an ERiC service operation.")>]
    [<AllowNullLiteral>]
    type ServiceReponseBase() = 
        ///<summary>
        ///The unique identifier of the response.
        ///</summary>
        [<ApiMember(Description="The unique identifier of the response.", Name="Id")>]
        member val Id:String = null with get,set

        ///<summary>
        ///The position of the response element in an indexed collection.
        ///</summary>
        [<ApiMember(Description="The position of the response element in an indexed collection.", Name="Index")>]
        member val Index:Int32 = new Int32() with get,set

        ///<summary>
        ///Metadata that contains structured error information on the service response.
        ///</summary>
        [<ApiMember(Description="Metadata that contains structured error information on the service response.", Name="ResponseStatus")>]
        member val ResponseStatus:ResponseStatus = null with get,set

    ///<summary>
    ///Enumeration of ERiC API error codes.
    ///</summary>
    type EricFehlerCode =
        | ERIC_OK = 0
        | ERIC_GLOBAL_UNKNOWN = 610001001
        | ERIC_GLOBAL_PRUEF_FEHLER = 610001002
        | ERIC_GLOBAL_HINWEISE = 610001003
        | ERIC_GLOBAL_FEHLERMELDUNG_NICHT_VORHANDEN = 610001007
        | ERIC_GLOBAL_KEINE_DATEN_VORHANDEN = 610001008
        | ERIC_GLOBAL_NICHT_GENUEGEND_ARBEITSSPEICHER = 610001013
        | ERIC_GLOBAL_DATEI_NICHT_GEFUNDEN = 610001014
        | ERIC_GLOBAL_HERSTELLER_ID_NICHT_ERLAUBT = 610001016
        | ERIC_GLOBAL_ILLEGAL_STATE = 610001017
        | ERIC_GLOBAL_FUNKTION_NICHT_ERLAUBT = 610001018
        | ERIC_GLOBAL_ECHTFALL_NICHT_ERLAUBT = 610001019
        | ERIC_GLOBAL_NO_VERSAND_IN_BETA_VERSION = 610001020
        | ERIC_GLOBAL_TESTMERKER_UNGUELTIG = 610001025
        | ERIC_GLOBAL_DATENSATZ_ZU_GROSS = 610001026
        | ERIC_GLOBAL_VERSCHLUESSELUNGS_PARAMETER_NICHT_ERLAUBT = 610001027
        | ERIC_GLOBAL_NUR_PORTALZERTIFIKAT_ERLAUBT = 610001028
        | ERIC_GLOBAL_ABRUFCODE_NICHT_ERLAUBT = 610001029
        | ERIC_GLOBAL_ERROR_XML_CREATE = 610001030
        | ERIC_GLOBAL_TEXTPUFFERGROESSE_FIX = 610001031
        | ERIC_GLOBAL_INTERNER_FEHLER = 610001032
        | ERIC_GLOBAL_ARITHMETIKFEHLER = 610001033
        | ERIC_GLOBAL_STEUERNUMMER_UNGUELTIG = 610001034
        | ERIC_GLOBAL_STEUERNUMMER_FALSCHE_LAENGE = 610001035
        | ERIC_GLOBAL_STEUERNUMMER_NICHT_NUMERISCH = 610001036
        | ERIC_GLOBAL_LANDESNUMMER_UNBEKANNT = 610001037
        | ERIC_GLOBAL_BUFANR_UNBEKANNT = 610001038
        | ERIC_GLOBAL_LANDESNUMMER_BUFANR = 610001039
        | ERIC_GLOBAL_PUFFER_ZUGRIFFSKONFLIKT = 610001040
        | ERIC_GLOBAL_PUFFER_UEBERLAUF = 610001041
        | ERIC_GLOBAL_DATENARTVERSION_UNBEKANNT = 610001042
        | ERIC_GLOBAL_DATENARTVERSION_XML_INKONSISTENT = 610001044
        | ERIC_GLOBAL_COMMONDATA_NICHT_VERFUEGBAR = 610001045
        | ERIC_GLOBAL_LOG_EXCEPTION = 610001046
        | ERIC_GLOBAL_TRANSPORTSCHLUESSEL_NICHT_ERLAUBT = 610001047
        | ERIC_GLOBAL_OEFFENTLICHER_SCHLUESSEL_UNGUELTIG = 610001048
        | ERIC_GLOBAL_TRANSPORTSCHLUESSEL_TYP_FALSCH = 610001049
        | ERIC_GLOBAL_PUFFER_UNGLEICHER_INSTANZ = 610001050
        | ERIC_GLOBAL_VORSATZ_UNGUELTIG = 610001051
        | ERIC_GLOBAL_DATEIZUGRIFF_VERWEIGERT = 610001053
        | ERIC_GLOBAL_UNGUELTIGE_INSTANZ = 610001080
        | ERIC_GLOBAL_NICHT_INITIALISIERT = 610001081
        | ERIC_GLOBAL_MEHRFACHE_INITIALISIERUNG = 610001082
        | ERIC_GLOBAL_FEHLER_INITIALISIERUNG = 610001083
        | ERIC_GLOBAL_UNKNOWN_PARAMETER_ERROR = 610001102
        | ERIC_GLOBAL_CHECK_CORRUPTED_NDS = 610001108
        | ERIC_GLOBAL_VERSCHLUESSELUNGS_PARAMETER_NICHT_ANGEGEBEN = 610001206
        | ERIC_GLOBAL_SEND_FLAG_MEHR_ALS_EINES = 610001209
        | ERIC_GLOBAL_UNGUELTIGE_FLAG_KOMBINATION = 610001218
        | ERIC_GLOBAL_ERSTE_SEITE_DRUCK_NICHT_UNTERSTUETZT = 610001220
        | ERIC_GLOBAL_UNGUELTIGER_PARAMETER = 610001222
        | ERIC_GLOBAL_DRUCK_FUER_VERFAHREN_NICHT_ERLAUBT = 610001224
        | ERIC_GLOBAL_VERSAND_ART_NICHT_UNTERSTUETZT = 610001225
        | ERIC_GLOBAL_UNGUELTIGE_PARAMETER_VERSION = 610001226
        | ERIC_GLOBAL_TRANSFERHANDLE = 610001227
        | ERIC_GLOBAL_PLUGININITIALISIERUNG = 610001228
        | ERIC_GLOBAL_INKOMPATIBLE_VERSIONEN = 610001229
        | ERIC_GLOBAL_VERSCHLUESSELUNGSVERFAHREN_NICHT_UNTERSTUETZT = 610001230
        | ERIC_GLOBAL_MEHRFACHAUFRUFE_NICHT_UNTERSTUETZT = 610001231
        | ERIC_GLOBAL_UTI_COUNTRY_NOT_SUPPORTED = 610001404
        | ERIC_GLOBAL_IBAN_FORMALER_FEHLER = 610001501
        | ERIC_GLOBAL_IBAN_LAENDERCODE_FEHLER = 610001502
        | ERIC_GLOBAL_IBAN_LANDESFORMAT_FEHLER = 610001503
        | ERIC_GLOBAL_IBAN_PRUEFZIFFER_FEHLER = 610001504
        | ERIC_GLOBAL_BIC_FORMALER_FEHLER = 610001510
        | ERIC_GLOBAL_BIC_LAENDERCODE_FEHLER = 610001511
        | ERIC_GLOBAL_ZULASSUNGSNUMMER_ZU_LANG = 610001519
        | ERIC_GLOBAL_IDNUMMER_UNGUELTIG = 610001525
        | ERIC_GLOBAL_NULL_PARAMETER = 610001526
        | ERIC_GLOBAL_EWAZ_UNGUELTIG = 610001527
        | ERIC_GLOBAL_EWAZ_LANDESKUERZEL_UNBEKANNT = 610001528
        | ERIC_GLOBAL_UPDATE_NECESSARY = 610001851
        | ERIC_GLOBAL_EINSTELLUNG_NAME_UNGUELTIG = 610001860
        | ERIC_GLOBAL_EINSTELLUNG_WERT_UNGUELTIG = 610001861
        | ERIC_GLOBAL_ERR_DEKODIEREN = 610001862
        | ERIC_GLOBAL_FUNKTION_NICHT_UNTERSTUETZT = 610001863
        | ERIC_GLOBAL_NUTZDATENTICKETS_NICHT_EINDEUTIG = 610001865
        | ERIC_GLOBAL_NUTZDATENHEADERVERSIONEN_UNEINHEITLICH = 610001866
        | ERIC_GLOBAL_BUNDESLAENDER_UNEINHEITLICH = 610001867
        | ERIC_GLOBAL_ZEITRAEUME_UNEINHEITLICH = 610001868
        | ERIC_GLOBAL_NUTZDATENHEADER_EMPFAENGER_NICHT_KORREKT = 610001869
        | ERIC_TRANSFER_COM_ERROR = 610101200
        | ERIC_TRANSFER_VORGANG_NICHT_UNTERSTUETZT = 610101201
        | ERIC_TRANSFER_ERR_XML_THEADER = 610101210
        | ERIC_TRANSFER_ERR_PARAM = 610101251
        | ERIC_TRANSFER_ERR_DATENTEILENDNOTFOUND = 610101253
        | ERIC_TRANSFER_ERR_BEGINDATENLIEFERANT = 610101255
        | ERIC_TRANSFER_ERR_ENDDATENLIEFERANT = 610101256
        | ERIC_TRANSFER_ERR_BEGINTRANSPORTSCHLUESSEL = 610101257
        | ERIC_TRANSFER_ERR_ENDTRANSPORTSCHLUESSEL = 610101258
        | ERIC_TRANSFER_ERR_BEGINDATENGROESSE = 610101259
        | ERIC_TRANSFER_ERR_ENDDATENGROESSE = 610101260
        | ERIC_TRANSFER_ERR_SEND = 610101271
        | ERIC_TRANSFER_ERR_NOTENCRYPTED = 610101274
        | ERIC_TRANSFER_ERR_PROXYCONNECT = 610101276
        | ERIC_TRANSFER_ERR_CONNECTSERVER = 610101278
        | ERIC_TRANSFER_ERR_NORESPONSE = 610101279
        | ERIC_TRANSFER_ERR_PROXYAUTH = 610101280
        | ERIC_TRANSFER_ERR_SEND_INIT = 610101282
        | ERIC_TRANSFER_ERR_TIMEOUT = 610101283
        | ERIC_TRANSFER_ERR_PROXYPORT_INVALID = 610101284
        | ERIC_TRANSFER_ERR_OTHER = 610101291
        | ERIC_TRANSFER_ERR_XML_NHEADER = 610101292
        | ERIC_TRANSFER_ERR_XML_ENCODING = 610101293
        | ERIC_TRANSFER_ERR_ENDSIGUSER = 610101294
        | ERIC_TRANSFER_ERR_XMLTAG_NICHT_GEFUNDEN = 610101295
        | ERIC_TRANSFER_ERR_DATENTEILFEHLER = 610101297
        | ERIC_TRANSFER_EID_ZERTIFIKATFEHLER = 610101500
        | ERIC_TRANSFER_EID_KEINKONTO = 610101510
        | ERIC_TRANSFER_EID_IDNRNICHTEINDEUTIG = 610101511
        | ERIC_TRANSFER_EID_SERVERFEHLER = 610101512
        | ERIC_TRANSFER_EID_KEINCLIENT = 610101520
        | ERIC_TRANSFER_EID_CLIENTFEHLER = 610101521
        | ERIC_TRANSFER_EID_FEHLENDEFELDER = 610101522
        | ERIC_TRANSFER_EID_IDENTIFIKATIONABGEBROCHEN = 610101523
        | ERIC_TRANSFER_EID_NPABLOCKIERT = 610101524
        | ERIC_CRYPT_ERROR_CREATE_KEY = 610201016
        | ERIC_CRYPT_E_INVALID_HANDLE = 610201101
        | ERIC_CRYPT_E_MAX_SESSION = 610201102
        | ERIC_CRYPT_E_BUSY = 610201103
        | ERIC_CRYPT_E_OUT_OF_MEM = 610201104
        | ERIC_CRYPT_E_PSE_PATH = 610201105
        | ERIC_CRYPT_E_PIN_WRONG = 610201106
        | ERIC_CRYPT_E_PIN_LOCKED = 610201107
        | ERIC_CRYPT_E_P7_READ = 610201108
        | ERIC_CRYPT_E_P7_DECODE = 610201109
        | ERIC_CRYPT_E_P7_RECIPIENT = 610201110
        | ERIC_CRYPT_E_P12_READ = 610201111
        | ERIC_CRYPT_E_P12_DECODE = 610201112
        | ERIC_CRYPT_E_P12_SIG_KEY = 610201113
        | ERIC_CRYPT_E_P12_ENC_KEY = 610201114
        | ERIC_CRYPT_E_P11_SIG_KEY = 610201115
        | ERIC_CRYPT_E_P11_ENC_KEY = 610201116
        | ERIC_CRYPT_E_XML_PARSE = 610201117
        | ERIC_CRYPT_E_XML_SIG_ADD = 610201118
        | ERIC_CRYPT_E_XML_SIG_TAG = 610201119
        | ERIC_CRYPT_E_XML_SIG_SIGN = 610201120
        | ERIC_CRYPT_E_ENCODE_UNKNOWN = 610201121
        | ERIC_CRYPT_E_ENCODE_ERROR = 610201122
        | ERIC_CRYPT_E_XML_INIT = 610201123
        | ERIC_CRYPT_E_ENCRYPT = 610201124
        | ERIC_CRYPT_E_DECRYPT = 610201125
        | ERIC_CRYPT_E_P11_SLOT_EMPTY = 610201126
        | ERIC_CRYPT_E_NO_SIG_ENC_KEY = 610201127
        | ERIC_CRYPT_E_LOAD_DLL = 610201128
        | ERIC_CRYPT_E_NO_SERVICE = 610201129
        | ERIC_CRYPT_E_ESICL_EXCEPTION = 610201130
        | ERIC_CRYPT_E_TOKEN_TYPE_MISMATCH = 610201144
        | ERIC_CRYPT_E_P12_CREATE = 610201146
        | ERIC_CRYPT_E_VERIFY_CERT_CHAIN = 610201147
        | ERIC_CRYPT_E_P11_ENGINE_LOADED = 610201148
        | ERIC_CRYPT_E_USER_CANCEL = 610201149
        | ERIC_CRYPT_ZERTIFIKAT = 610201200
        | ERIC_CRYPT_SIGNATUR = 610201201
        | ERIC_CRYPT_NICHT_UNTERSTUETZTES_PSE_FORMAT = 610201203
        | ERIC_CRYPT_PIN_BENOETIGT = 610201205
        | ERIC_CRYPT_PIN_STAERKE_NICHT_AUSREICHEND = 610201206
        | ERIC_CRYPT_E_INTERN = 610201208
        | ERIC_CRYPT_ZERTIFIKATSPFAD_KEIN_VERZEICHNIS = 610201209
        | ERIC_CRYPT_ZERTIFIKATSDATEI_EXISTIERT_BEREITS = 610201210
        | ERIC_CRYPT_PIN_ENTHAELT_UNGUELTIGE_ZEICHEN = 610201211
        | ERIC_CRYPT_E_INVALID_PARAM_ABC = 610201212
        | ERIC_CRYPT_CORRUPTED = 610201213
        | ERIC_CRYPT_EIDKARTE_NICHT_UNTERSTUETZT = 610201214
        | ERIC_CRYPT_E_SC_SLOT_EMPTY = 610201215
        | ERIC_CRYPT_E_SC_NO_APPLET = 610201216
        | ERIC_CRYPT_E_SC_SESSION = 610201217
        | ERIC_CRYPT_E_P11_NO_SIG_CERT = 610201218
        | ERIC_CRYPT_E_P11_INIT_FAILED = 610201219
        | ERIC_CRYPT_E_P11_NO_ENC_CERT = 610201220
        | ERIC_CRYPT_E_P12_NO_SIG_CERT = 610201221
        | ERIC_CRYPT_E_P12_NO_ENC_CERT = 610201222
        | ERIC_CRYPT_E_SC_ENC_KEY = 610201223
        | ERIC_CRYPT_E_SC_NO_SIG_CERT = 610201224
        | ERIC_CRYPT_E_SC_NO_ENC_CERT = 610201225
        | ERIC_CRYPT_E_SC_INIT_FAILED = 610201226
        | ERIC_CRYPT_E_SC_SIG_KEY = 610201227
        | ERIC_IO_FEHLER = 610301001
        | ERIC_IO_DATEI_INKORREKT = 610301005
        | ERIC_IO_PARSE_FEHLER = 610301006
        | ERIC_IO_NDS_GENERIERUNG_FEHLGESCHLAGEN = 610301007
        | ERIC_IO_MASTERDATENSERVICE_NICHT_VERFUEGBAR = 610301010
        | ERIC_IO_STEUERZEICHEN_IM_NDS = 610301014
        | ERIC_IO_VERSIONSINFORMATIONEN_NICHT_GEFUNDEN = 610301031
        | ERIC_IO_FALSCHES_VERFAHREN = 610301104
        | ERIC_IO_READER_MEHRFACHE_STEUERFAELLE = 610301105
        | ERIC_IO_READER_UNERWARTETE_ELEMENTE = 610301106
        | ERIC_IO_READER_FORMALE_FEHLER = 610301107
        | ERIC_IO_READER_FALSCHES_ENCODING = 610301108
        | ERIC_IO_READER_MEHRFACHE_NUTZDATEN_ELEMENTE = 610301109
        | ERIC_IO_READER_MEHRFACHE_NUTZDATENBLOCK_ELEMENTE = 610301110
        | ERIC_IO_UNBEKANNTE_DATENART = 610301111
        | ERIC_IO_READER_UNTERSACHBEREICH_UNGUELTIG = 610301114
        | ERIC_IO_READER_ZU_VIELE_NUTZDATENBLOCK_ELEMENTE = 610301115
        | ERIC_IO_READER_STEUERZEICHEN_IM_TRANSFERHEADER = 610301150
        | ERIC_IO_READER_STEUERZEICHEN_IM_NUTZDATENHEADER = 610301151
        | ERIC_IO_READER_STEUERZEICHEN_IN_DEN_NUTZDATEN = 610301152
        | ERIC_IO_READER_ZU_VIELE_ANHAENGE = 610301190
        | ERIC_IO_READER_ANHANG_ZU_GROSS = 610301191
        | ERIC_IO_READER_ANHAENGE_ZU_GROSS = 610301192
        | ERIC_IO_READER_SCHEMA_VALIDIERUNGSFEHLER = 610301200
        | ERIC_IO_READER_UNBEKANNTE_XML_ENTITY = 610301201
        | ERIC_IO_DATENTEILNOTFOUND = 610301252
        | ERIC_IO_DATENTEILENDNOTFOUND = 610301253
        | ERIC_IO_UEBERGABEPARAMETER_FEHLERHAFT = 610301300
        | ERIC_IO_UNGUELTIGE_UTF8_SEQUENZ = 610301400
        | ERIC_IO_UNGUELTIGE_ZEICHEN_IN_PARAMETER = 610301401
        | ERIC_PRINT_INTERNER_FEHLER = 610501001
        | ERIC_PRINT_DRUCKVORLAGE_NICHT_GEFUNDEN = 610501002
        | ERIC_PRINT_UNGUELTIGER_DATEI_PFAD = 610501004
        | ERIC_PRINT_INITIALISIERUNG_FEHLERHAFT = 610501007
        | ERIC_PRINT_AUSGABEZIEL_UNBEKANNT = 610501008
        | ERIC_PRINT_ABBRUCH_DRUCKVORBEREITUNG = 610501009
        | ERIC_PRINT_ABBRUCH_GENERIERUNG = 610501010
        | ERIC_PRINT_STEUERFALL_NICHT_UNTERSTUETZT = 610501011
        | ERIC_PRINT_FUSSTEXT_ZU_LANG = 610501012

    ///<summary>
    ///Represent a base response that encapsulate any ERiC API function return value.
    ///</summary>
    [<Api(Description="Represent a base response that encapsulate any ERiC API function return value.")>]
    [<AllowNullLiteral>]
    type EricFehlerCodeResponse() = 
        inherit ServiceReponseBase()
        ///<summary>
        ///The status code that the ERiC API function returns.
        ///</summary>
        [<ApiMember(Description="The status code that the ERiC API function returns.", Name="StatusCode")>]
        member val StatusCode:EricFehlerCode = new EricFehlerCode() with get,set

        ///<summary>
        ///The status message that the ERiC API function returns.
        ///</summary>
        [<ApiMember(Description="The status message that the ERiC API function returns.", Name="StatusText")>]
        member val StatusText:String = null with get,set

        ///<summary>
        ///The unique identifier of the response.
        ///</summary>
        [<ApiMember(Description="The unique identifier of the response.", Name="Id")>]
        member val Id:String = null with get,set

        ///<summary>
        ///The position of the response element in an indexed collection.
        ///</summary>
        [<ApiMember(Description="The position of the response element in an indexed collection.", Name="Index")>]
        member val Index:Int32 = new Int32() with get,set

        ///<summary>
        ///Metadata that contains structured error information on the service response.
        ///</summary>
        [<ApiMember(Description="Metadata that contains structured error information on the service response.", Name="ResponseStatus")>]
        member val ResponseStatus:ResponseStatus = null with get,set

    ///<summary>
    ///Represents information returned from a successful tax declaration process.
    ///</summary>
    [<Api(Description="Represents information returned from a successful tax declaration process.")>]
    [<AllowNullLiteral>]
    type Erfolg() = 
        ///<summary>
        ///The generated tele-number for the successful tax declaration process.
        ///</summary>
        [<ApiMember(Description="The generated tele-number for the successful tax declaration process.")>]
        member val Telenummer:ResizeArray<String> = new ResizeArray<String>() with get,set

        ///<summary>
        ///The classification key for the successful tax declaration process.
        ///</summary>
        [<ApiMember(Description="The classification key for the successful tax declaration process.")>]
        member val Ordnungsbegriffe:ResizeArray<String> = new ResizeArray<String>() with get,set

    ///<summary>
    ///Represents information on the delivery.
    ///</summary>
    [<Api(Description="Represents information on the delivery.")>]
    [<AllowNullLiteral>]
    type Transfer() = 
        ///<summary>
        ///The ticket of the transfer.
        ///</summary>
        [<ApiMember(Description="The ticket of the transfer.")>]
        member val TransferTicket:String = null with get,set

    ///<summary>
    ///Represents information on all data deliveries, including deliveries that have not been confirmed by the server. For more information, see the ERiC developer manual in the 'TransferTicket' section.
    ///</summary>
    [<Api(Description="Represents information on all data deliveries, including deliveries that have not been confirmed by the server. For more information, see the ERiC developer manual in the 'TransferTicket' section.")>]
    [<AllowNullLiteral>]
    type Transfers() = 
        ///<summary>
        ///Contains information on all data deliveries, including deliveries that have not been confirmed by the server.
        ///</summary>
        [<ApiMember(Description="Contains information on all data deliveries, including deliveries that have not been confirmed by the server.")>]
        member val TransferList:ResizeArray<Transfer> = new ResizeArray<Transfer>() with get,set

    ///<summary>
    ///Represents value of an index field, which identfies the context about an error message.
    ///</summary>
    [<Api(Description="Represents value of an index field, which identfies the context about an error message.")>]
    [<AllowNullLiteral>]
    type SemantischerIndex() = 
        ///<summary>
        ///The name of the index field.
        ///</summary>
        [<ApiMember(Description="The name of the index field.")>]
        member val Name:String = null with get,set

        ///<summary>
        ///The value of the index field.
        ///</summary>
        [<ApiMember(Description="The value of the index field.")>]
        member val Value:String = null with get,set

    ///<summary>
    ///Represents information on an ERiC reference.
    ///</summary>
    [<Api(Description="Represents information on an ERiC reference.")>]
    [<AllowNullLiteral>]
    type FehlerRegelpruefung() = 
        ///<summary>
        ///The user data ticket of the reference.
        ///</summary>
        [<ApiMember(Description="The user data ticket of the reference.")>]
        member val Nutzdatenticket:String = null with get,set

        ///<summary>
        ///The field identifier of the reference.
        ///</summary>
        [<ApiMember(Description="The field identifier of the reference.")>]
        member val Feldidentifikator:String = null with get,set

        ///<summary>
        ///The multi-line index of the reference.
        ///</summary>
        [<ApiMember(Description="The multi-line index of the reference.")>]
        member val Mehrfachzeilenindex:String = null with get,set

        ///<summary>
        ///The delivery number form of the reference.
        ///</summary>
        [<ApiMember(Description="The delivery number form of the reference.")>]
        member val LfdNrVordruck:String = null with get,set

        ///<summary>
        ///Indicates the line number of the error field mentioned in the form.
        ///</summary>
        [<ApiMember(Description="Indicates the line number of the error field mentioned in the form.")>]
        member val VordruckZeilennummer:String = null with get,set

        ///<summary>
        ///Specifies the value of one or more index fields that identify the context of error messages.
        ///</summary>
        [<ApiMember(Description="Specifies the value of one or more index fields that identify the context of error messages.")>]
        member val SemantischeIndexes:ResizeArray<SemantischerIndex> = new ResizeArray<SemantischerIndex>() with get,set

        ///<summary>
        ///The sub-subject-area of the reference.
        ///</summary>
        [<ApiMember(Description="The sub-subject-area of the reference.")>]
        member val Untersachbereich:String = null with get,set

        ///<summary>
        ///The private identification number of the reference.
        ///</summary>
        [<ApiMember(Description="The private identification number of the reference.")>]
        member val PrivateKennnummer:String = null with get,set

        ///<summary>
        ///The name of the rule that applies to the reference.
        ///</summary>
        [<ApiMember(Description="The name of the rule that applies to the reference.")>]
        member val RegelName:String = null with get,set

        ///<summary>
        ///The technical error identifier of the reference.
        ///</summary>
        [<ApiMember(Description="The technical error identifier of the reference.")>]
        member val FachlicheFehlerId:String = null with get,set

        ///<summary>
        ///The textual details of the reference.
        ///</summary>
        [<ApiMember(Description="The textual details of the reference.")>]
        member val Text:String = null with get,set

    [<AllowNullLiteral>]
    type Hinweis() = 
        ///<summary>
        ///The user data ticket of the reference.
        ///</summary>
        [<ApiMember(Description="The user data ticket of the reference.")>]
        member val Nutzdatenticket:String = null with get,set

        ///<summary>
        ///The field identifier of the reference.
        ///</summary>
        [<ApiMember(Description="The field identifier of the reference.")>]
        member val Feldidentifikator:String = null with get,set

        ///<summary>
        ///The multi-line index of the reference.
        ///</summary>
        [<ApiMember(Description="The multi-line index of the reference.")>]
        member val Mehrfachzeilenindex:String = null with get,set

        ///<summary>
        ///The delivery number form of the reference.
        ///</summary>
        [<ApiMember(Description="The delivery number form of the reference.")>]
        member val LfdNrVordruck:String = null with get,set

        ///<summary>
        ///Indicates the line number of the error field mentioned in the form.
        ///</summary>
        [<ApiMember(Description="Indicates the line number of the error field mentioned in the form.")>]
        member val VordruckZeilennummer:String = null with get,set

        ///<summary>
        ///Specifies the value of one or more index fields that identify the context of error messages.
        ///</summary>
        [<ApiMember(Description="Specifies the value of one or more index fields that identify the context of error messages.")>]
        member val SemantischeIndexes:ResizeArray<SemantischerIndex> = new ResizeArray<SemantischerIndex>() with get,set

        ///<summary>
        ///The sub-subject-area of the reference.
        ///</summary>
        [<ApiMember(Description="The sub-subject-area of the reference.")>]
        member val Untersachbereich:String = null with get,set

        ///<summary>
        ///The private identification number of the reference.
        ///</summary>
        [<ApiMember(Description="The private identification number of the reference.")>]
        member val PrivateKennnummer:String = null with get,set

        ///<summary>
        ///The name of the rule that applies to the reference.
        ///</summary>
        [<ApiMember(Description="The name of the rule that applies to the reference.")>]
        member val RegelName:String = null with get,set

        ///<summary>
        ///The technical note identifier of the reference.
        ///</summary>
        [<ApiMember(Description="The technical note identifier of the reference.")>]
        member val FachlicheHinweisId:String = null with get,set

        ///<summary>
        ///The textual details of the reference.
        ///</summary>
        [<ApiMember(Description="The textual details of the reference.")>]
        member val Text:String = null with get,set

    ///<summary>
    ///Represents a structure that contains the first output of the ERiC tax data submission process.
    ///</summary>
    [<Api(Description="Represents a structure that contains the first output of the ERiC tax data submission process.")>]
    [<AllowNullLiteral>]
    type EricBearbeiteVorgang() = 
        ///<summary>
        ///Information from the successful processing a tax declaration.
        ///</summary>
        [<ApiMember(Description="Information from the successful processing a tax declaration.")>]
        member val Erfolg:Erfolg = null with get,set

        ///<summary>
        ///Gets or sets information on all data deliveries, including deliveries that have not been confirmed by the server.
        ///</summary>
        [<ApiMember(Description="Gets or sets information on all data deliveries, including deliveries that have not been confirmed by the server.")>]
        member val Transfers:Transfers = null with get,set

        ///<summary>
        ///Error rules that result from the processing of a tax declaration.
        ///</summary>
        [<ApiMember(Description="Error rules that result from the processing of a tax declaration.")>]
        member val FehlerRegelpruefungen:ResizeArray<FehlerRegelpruefung> = new ResizeArray<FehlerRegelpruefung>() with get,set

        ///<summary>
        ///Hints that result the processing of a tax declaration.
        ///</summary>
        [<ApiMember(Description="Hints that result the processing of a tax declaration.")>]
        member val Hinweise:ResizeArray<Hinweis> = new ResizeArray<Hinweis>() with get,set

    ///<summary>
    ///Auflistung der gültigen Verfahren
    ///</summary>
    type Verfahren =
        | ElsterAnmeldung = 0
        | ElsterBereitstellung = 1
        | ElsterBilanz = 2
        | ElsterBRM = 3
        | ElsterBRMOrg = 4
        | ElsterDatenabholung = 5
        | ElsterErklaerung = 6
        | ElsterExtern = 7
        | ElsterFSE = 8
        | ElsterKapESt = 9
        | ElsterKMV = 10
        | ElsterKontoabfrage = 11
        | ElsterLavendel = 12
        | ElsterLohn = 13
        | ElsterLohn2 = 14
        | ElsterNachricht = 15
        | ElsterSignatur = 16
        | ElsterVollmachtDB = 17

    ///<summary>
    ///Auflistung aller gültigen Datenarten.
    ///</summary>
    type Datenart =
        | Anlage34a = 0
        | AnpassungVorauszahlung = 1
        | AntragUStVerguetung4a = 2
        | AbrufcodeAntrag = 3
        | AenderungAdresse = 4
        | AbrufcodeStorno = 5
        | AbrufvollmachtAnlage = 6
        | AbrufvollmachtUpdate = 7
        | AenderungBankverbindung = 8
        | AntraegeRechteLoeschen = 9
        | AntraegeUndRechte = 10
        | Aufzeichnung146a = 11
        | BetPG = 12
        | Bilanz = 13
        | Belegnachreichung = 14
        | BSBMitteilung = 15
        | BZSt2 = 16
        | C19Mitteilung = 17
        | DUeAbmelden = 18
        | DUeAnmelden = 19
        | DUeUmmelden = 20
        | Einspruch = 21
        | EinspruchNachtrag = 22
        | EinspruchRuecknahme = 23
        | ELeVAntragELStAM = 24
        | ELeVErmaessigung = 25
        | ELeVGetrenntlebend = 26
        | ELeVSteuerklassenwechsel = 27
        | ELeVWiederaufnahmeEhe = 28
        | EPAntwort = 29
        | EPBescheid = 30
        | EPMitteilung = 31
        | EPKurzmitteilung = 32
        | ElsterErklaerungDaten = 33
        | ElsterKMVDaten = 34
        | ElsterLohn2Daten = 35
        | ElsterLohnDaten = 36
        | ElsterVaStDaten = 37
        | ElsterDIVADaten = 38
        | ElsterDIVDaten = 39
        | ElsterEPBescheidDaten = 40
        | ElsterEPMitteilungDaten = 41
        | EPStBescheidAbholung = 42
        | EPStMitteilungAbholung = 43
        | Erbschaftsteuer = 44
        | ESt = 45
        | EStbeschraenkt = 46
        | EUER = 47
        | EUn = 48
        | FEIN = 49
        | ForschungZulAntrag = 50
        | KStAntragOptionPersG = 51
        | FLHMitteilung = 52
        | FreistellungKapitalertraegeBV = 53
        | Fristverlaengerung = 54
        | FsEVerein = 55
        | Gewerbemeldung = 56
        | GDBMitteilung = 57
        | Gewinnermittlung13aEStG = 58
        | GewSt = 59
        | GewStZ = 60
        | GrundsteuerBW = 61
        | GrundsteuerBY = 62
        | GrundsteuerHE = 63
        | GrundsteuerHH = 64
        | GrundsteuerNI = 65
        | Grundsteuerwert = 66
        | InvStG56Abs5 = 67
        | InvStG51Feststellung = 68
        | KapEStA = 69
        | KapEStInvStG = 70
        | KapG = 71
        | KapGAus = 72
        | KKVMitteilung = 73
        | Kontoabfrage = 74
        | Kontoinformation = 75
        | KSt = 76
        | KStZ = 77
        | KTTAnmeldungHH = 78
        | KTTAnzeigeHH = 79
        | Lohnersatzleistung = 80
        | LohnersatzMitteilung = 81
        | LStA = 82
        | LStB = 83
        | LStHVVMAnlage = 84
        | LStHVVMUpdate = 85
        | OGHMitteilung = 86
        | VermoegenswirksameLeistung = 87
        | VMWiderruf = 88
        | VollmachtDetails = 89
        | VNoVMVRegistrierung = 90
        | VNoVMVUpdate = 91
        | VNoVMVLoeschung = 92
        | VollfAAnlage = 93
        | VollfAUpdate = 94
        | VMoVMVStBAnlage = 95
        | VMoVMVStBUpdate = 96
        | VMoVMVFreischaltung = 97
        | VAGMitteilung = 98
        | DIVADatenBZSt = 99
        | DivaEinwilligungAnlageBRM = 100
        | DivaEinwilligungFreisch = 101
        | DivaEinwilligungUpdateBRM = 102
        | DivaWiderrufBRM = 103
        | DivaErgebnisliste = 104
        | LStHVDivaAdresseBRM = 105
        | VMErgebnisListeVNSicht = 106
        | PersG = 107
        | PostfachAnfrage = 108
        | PostfachStatus = 109
        | ProtokollAnforderung = 110
        | Registrierung = 111
        | Schenkungsteuer = 112
        | SonstigeNachrichten = 113
        | SpezRechtAntrag = 114
        | SpezRechtFreischaltung = 115
        | SpezRechtListe = 116
        | SpezRechtStorno = 117
        | SpezRechtTeilnahme = 118
        | StAb50a = 119
        | Statusabfrage = 120
        | UnentgeltlicheDepotuebertragung = 121
        | UENSTAnmeldungBE = 122
        | UENSTAnzeigeBE = 123
        | USt = 124
        | UStVA = 125
        | UStDV = 126
        | UStSV = 127
        | VGNAnmeldungHB = 128
        | VGNAnmeldungBE = 129
        | VGNAnmeldungHH = 130
        | VGNAnzeigeHH = 131
        | WTBAnmeldungHB = 132
        | ZMDO = 133
        | ElsterVollmachtDaten = 134
        | MitteilungAbholung = 135

    ///<summary>
    ///Hauptinformation ob die Daten authentifiziert wurden (send-Auth) oder nicht (send-NoSig)
    ///</summary>
    type Vorgang =
        | Send_Auth = 0
        | Send_Auth_Part = 1
        | Send_NoSig = 2
        | Send_NoSig_Part = 3

    ///<summary>
    ///Kennzeichnung der Datenlieferung ob es sich um einen Testfall handelt, gilt fuer die gesamte Datenlieferung. Ein Echtfall enthält dieses Element nicht. Ein Testfall muss mit einem Testmerker versehen werden, damit er nicht wie ein Echtfall verarbeitet wird. Handelt es sich um Daten, die nur zum Testen des Frontends versendet wurden, müssen sie nicht mehr weiter verarbeitet werden.
    ///</summary>
    type Testmerker =
        | TM010000001 = 10000001
        | TM080000001 = 80000001
        | TM160000001 = 160000001
        | TM160000002 = 160000002
        | TM220000000 = 220000000
        | TM220002000 = 220002000
        | TM230000001 = 230000001
        | TM240000000 = 240000000
        | TM370000001 = 370000001
        | TM520000000 = 520000000
        | TM700000001 = 700000001
        | TM700000004 = 700000004

    ///<summary>
    ///Represents the signature and associated information of the compressed, encrypted, base64-encoded content of the data part of the tax declaration/statement.
    ///</summary>
    [<Api(Description="Represents the signature and associated information of the compressed, encrypted, base64-encoded content of the data part of the tax declaration/statement.")>]
    [<AllowNullLiteral>]
    type SigUser() = 
        ///<summary>
        ///The content of the data. Currently supported: Raw XML (text), XElement or IXmlSerializable
        ///</summary>
        [<ApiMember(Description="The content of the data. Currently supported: Raw XML (text), XElement or IXmlSerializable")>]
        member val Inhalt:Object = null with get,set

    ///<summary>
    ///Einheitliche Abkürzungen fuer die Bundesländer bzw. alternative Empfänger
    ///</summary>
    type Bundesland =
        | BW = 0
        | BY = 1
        | BE = 2
        | BB = 3
        | HB = 4
        | HH = 5
        | HE = 6
        | MV = 7
        | NI = 8
        | NW = 9
        | RP = 10
        | SL = 11
        | SN = 12
        | ST = 13
        | SH = 14
        | TH = 15
        | EC = 16
        | BF = 17
        | CS = 18
        | CD = 19
        | CM = 20
        | CN = 21
        | DS = 22
        | OP = 23
        | TK = 24
        | ZF = 25

    ///<summary>
    ///Represents a receiver of tax data.
    ///</summary>
    [<Api(Description="Represents a receiver of tax data.")>]
    [<AllowNullLiteral>]
    type Empfaenger() = 
        ///<summary>
        ///The identifier of the receiver.
        ///</summary>
        [<ApiMember(Description="The identifier of the receiver.")>]
        member val Id:String = null with get,set

        ///<summary>
        ///The destination of the receiver.
        ///</summary>
        [<ApiMember(Description="The destination of the receiver.")>]
        member val Ziel:Nullable<Bundesland> = new Nullable<Bundesland>() with get,set

    ///<summary>
    ///Protokoll der Verschluesselung. Es kann vorkommen, dass verschieden Verschluesselungsarten eingesetzt werden, eine Unterscheidung ist hier nötig, um das richtige Entschluesselungstool anzusteuern. Mit welcher Verschluesselungsart wurden die Inhalte von den Elementen 'DatenLieferant' und ggf. 'SigUser' im TransferHeader und dem Element 'DatenTeil' verschluesselt
    ///</summary>
    type Verschluesselungsart =
        | PKCS_7v1_5 = 0
        | PKCS_7v1_5enveloped = 1
        | NO_BASE64 = 2
        | CMSEncryptedData = 3
        | CMSEnvelopedData = 4
        | EnvelopedData__RSA_OAEP__AES_128__GZip__B64 = 5

    ///<summary>
    ///Mit welcher Kompression wurden die Inhalte von den Elementen DatenLieferant und ggf. SigUser im TransferHeader und dem Element DatenTeil komprimiert.
    ///</summary>
    type Kompression =
        | GZIP = 0
        | NO_BASE64 = 1

    ///<summary>
    ///[Documentation unavailable]
    ///</summary>
    [<Api(Description="[Documentation unavailable]")>]
    [<AllowNullLiteral>]
    type EricTyp() = 
        ///<summary>
        ///The content of the data. Currently supported: Raw XML (text), XmlElement, XElement or IXmlSerializable
        ///</summary>
        [<ApiMember(Description="The content of the data. Currently supported: Raw XML (text), XmlElement, XElement or IXmlSerializable")>]
        member val Inhalt:Object = null with get,set

    ///<summary>
    ///[Documentation unavailable]
    ///</summary>
    [<Api(Description="[Documentation unavailable]")>]
    [<AllowNullLiteral>]
    type Erstellung() = 
        ///<summary>
        ///[Documentation unavailable]
        ///</summary>
        [<ApiMember(Description="[Documentation unavailable]")>]
        member val Eric:EricTyp = null with get,set

    ///<summary>
    ///Represents information on the encryption of tax data.
    ///</summary>
    [<Api(Description="Represents information on the encryption of tax data.")>]
    [<AllowNullLiteral>]
    type Datei() = 
        ///<summary>
        ///The type of data encryption used.
        ///</summary>
        [<ApiMember(Description="The type of data encryption used.")>]
        member val Verschluesselung:Verschluesselungsart = new Verschluesselungsart() with get,set

        ///<summary>
        ///The type of data compression used.
        ///</summary>
        [<ApiMember(Description="The type of data compression used.")>]
        member val Kompression:Kompression = new Kompression() with get,set

        ///<summary>
        ///The transport key used in the encryption.
        ///</summary>
        [<ApiMember(Description="The transport key used in the encryption.")>]
        member val TransportSchluessel:String = null with get,set

        ///<summary>
        ///[Documentation unavailable]
        ///</summary>
        [<ApiMember(Description="[Documentation unavailable]")>]
        member val Erstellung:Erstellung = null with get,set

    ///<summary>
    ///Represents an external error stack.
    ///</summary>
    [<Api(Description="Represents an external error stack.")>]
    [<AllowNullLiteral>]
    type Rueckgabe() = 
        ///<summary>
        ///The external error code. Either a zero (0) if no external errors occurred; otherwise an error number.
        ///</summary>
        [<ApiMember(Description="The external error code. Either a zero (0) if no external errors occurred; otherwise an error number.")>]
        member val Code:String = null with get,set

        ///<summary>
        ///The external error message.
        ///</summary>
        [<ApiMember(Description="The external error message.")>]
        member val Text:String = null with get,set

    ///<summary>
    ///Represents an internal error stack.
    ///</summary>
    [<Api(Description="Represents an internal error stack.")>]
    [<AllowNullLiteral>]
    type Stack() = 
        ///<summary>
        ///The internal error code. Either a zero (0) if no internal errors occurred; otherwise an error number.
        ///</summary>
        [<ApiMember(Description="The internal error code. Either a zero (0) if no internal errors occurred; otherwise an error number.")>]
        member val Code:String = null with get,set

        ///<summary>
        ///The external error message.
        ///</summary>
        [<ApiMember(Description="The external error message.")>]
        member val Text:String = null with get,set

    ///<summary>
    ///Represents an ERiC return code.
    ///</summary>
    [<Api(Description="Represents an ERiC return code.")>]
    [<AllowNullLiteral>]
    type RC() = 
        ///<summary>
        ///The return value of the return code.
        ///</summary>
        [<ApiMember(Description="The return value of the return code.")>]
        member val Rueckgabe:Rueckgabe = null with get,set

        ///<summary>
        ///The internal value of the return code.
        ///</summary>
        [<ApiMember(Description="The internal value of the return code.")>]
        member val Stack:Stack = null with get,set

    ///<summary>
    ///Represents an ERiC extension.
    ///</summary>
    [<Api(Description="Represents an ERiC extension.")>]
    [<AllowNullLiteral>]
    type Zusatz() = 
        ///<summary>
        ///The user-customizable items for the extension. Data providers can use these items for their own extensions/information.
        ///</summary>
        [<ApiMember(Description="The user-customizable items for the extension. Data providers can use these items for their own extensions/information.")>]
        member val Infos:ResizeArray<String> = new ResizeArray<String>() with get,set

        ///<summary>
        ///The ELSTER items for the extension. They can be included in the response XML from the ELSTER server, if special information must be returned to the user after data submission. For example, for authenticated submission, information about impending certificate expiration etc. It must not be supplied by the data provider (even when empty).
        ///</summary>
        [<ApiMember(Description="The ELSTER items for the extension. They can be included in the response XML from the ELSTER server, if special information must be returned to the user after data submission. For example, for authenticated submission, information about impending certificate expiration etc. It must not be supplied by the data provider (even when empty).")>]
        member val ElsterInfos:ResizeArray<String> = new ResizeArray<String>() with get,set

    ///<summary>
    ///Represents the transfer header part of an ELSTER document.
    ///</summary>
    [<Api(Description="Represents the transfer header part of an ELSTER document.")>]
    [<AllowNullLiteral>]
    type TransferHeader() = 
        ///<summary>
        ///The version of the transfer header.
        ///</summary>
        [<ApiMember(Description="The version of the transfer header.", IsRequired=true)>]
        member val Version:String = null with get,set

        ///<summary>
        ///The tax operation used in the ELSTER process.
        ///</summary>
        [<ApiMember(Description="The tax operation used in the ELSTER process.", IsRequired=true)>]
        member val Verfahren:Verfahren = new Verfahren() with get,set

        ///<summary>
        ///The tax data type of the ELSTER process.
        ///</summary>
        [<ApiMember(Description="The tax data type of the ELSTER process.", IsRequired=true)>]
        member val DatenArt:Datenart = new Datenart() with get,set

        ///<summary>
        ///The authentification procedure of the ELSTER process.
        ///</summary>
        [<ApiMember(Description="The authentification procedure of the ELSTER process.", IsRequired=true)>]
        member val Vorgang:Vorgang = new Vorgang() with get,set

        ///<summary>
        ///The ticket identifier after a successful ELSTER process.
        ///</summary>
        [<ApiMember(Description="The ticket identifier after a successful ELSTER process.")>]
        member val TransferTicket:String = null with get,set

        ///<summary>
        ///The flag that indicates whether the tax declaration or filing is a test case. For production purposes, this value should not be set.
        ///</summary>
        [<ApiMember(Description="The flag that indicates whether the tax declaration or filing is a test case. For production purposes, this value should not be set.")>]
        member val Testmerker:Nullable<Testmerker> = new Nullable<Testmerker>() with get,set

        ///<summary>
        ///The signature and associated information on the compressed, encrypted, base64-encoded content of the the data part of a tax declaration / statement.
        ///</summary>
        [<ApiMember(Description="The signature and associated information on the compressed, encrypted, base64-encoded content of the the data part of a tax declaration / statement.")>]
        member val SigUser:SigUser = null with get,set

        ///<summary>
        ///The receiving ELSTER server.
        ///</summary>
        [<ApiMember(Description="The receiving ELSTER server.")>]
        member val Empfaenger:Empfaenger = null with get,set

        ///<summary>
        ///The identifier of the software manufacturer, through whose software the tax declaration is filed.
        ///</summary>
        [<ApiMember(Description="The identifier of the software manufacturer, through whose software the tax declaration is filed.", IsRequired=true)>]
        member val HerstellerID:String = null with get,set

        ///<summary>
        ///The details of the provider that submits tax data.
        ///</summary>
        [<ApiMember(Description="The details of the provider that submits tax data.", IsRequired=true)>]
        member val DatenLieferant:String = null with get,set

        ///<summary>
        ///The date of receipt of the tax data.
        ///</summary>
        [<ApiMember(Description="The date of receipt of the tax data.")>]
        member val EingangsDatum:Nullable<DateTime> = new Nullable<DateTime>() with get,set

        ///<summary>
        ///The encryption data required for authenticated transmission of tax data.
        ///</summary>
        [<ApiMember(Description="The encryption data required for authenticated transmission of tax data.")>]
        member val Datei:Datei = null with get,set

        ///<summary>
        ///The return code of the transfer header and is included in the response XML of the ELSTER server. The value should never be set by the data provider.
        ///</summary>
        [<ApiMember(Description="The return code of the transfer header and is included in the response XML of the ELSTER server. The value should never be set by the data provider.")>]
        member val RC:RC = null with get,set

        ///<summary>
        ///The details of the software that submits the tax data.
        ///</summary>
        [<ApiMember(Description="The details of the software that submits the tax data.")>]
        member val VersionClient:String = null with get,set

        ///<summary>
        ///Data extensions to the transfer header.
        ///</summary>
        [<ApiMember(Description="Data extensions to the transfer header.")>]
        member val Zusatz:Zusatz = null with get,set

    ///<summary>
    ///Represents a receriver ID
    ///</summary>
    type EmpfaengerID =
        | L = 0
        | F = 1

    ///<summary>
    ///Represents a receiver of tax data.
    ///</summary>
    [<Api(Description="Represents a receiver of tax data.")>]
    [<AllowNullLiteral>]
    type NDHEmpfaenger() = 
        ///<summary>
        ///The identifier of the receiver.
        ///</summary>
        [<ApiMember(Description="The identifier of the receiver.")>]
        member val Id:EmpfaengerID = new EmpfaengerID() with get,set

        ///<summary>
        ///The value of the receiver.
        ///</summary>
        [<ApiMember(Description="The value of the receiver.")>]
        member val Value:String = null with get,set

    ///<summary>
    ///Represents a manufacturer/vendor of tax software.
    ///</summary>
    [<Api(Description="Represents a manufacturer/vendor of tax software.")>]
    [<AllowNullLiteral>]
    type Hersteller() = 
        ///<summary>
        ///The product name of the tax software produced by the manufacturer.
        ///</summary>
        [<ApiMember(Description="The product name of the tax software produced by the manufacturer.")>]
        member val ProduktName:String = null with get,set

        ///<summary>
        ///The product version of the tax software produced by the manufacturer.
        ///</summary>
        [<ApiMember(Description="The product version of the tax software produced by the manufacturer.")>]
        member val ProduktVersion:String = null with get,set

    ///<summary>
    ///Represents the header of a tax data.
    ///</summary>
    [<Api(Description="Represents the header of a tax data.")>]
    [<AllowNullLiteral>]
    type NutzdatenHeader() = 
        ///<summary>
        ///The version of the header.
        ///</summary>
        [<ApiMember(Description="The version of the header.", IsRequired=true)>]
        member val Version:String = null with get,set

        ///<summary>
        ///The ticket identifier of the header.
        ///</summary>
        [<ApiMember(Description="The ticket identifier of the header.", IsRequired=true)>]
        member val NutzdatenTicket:String = null with get,set

        ///<summary>
        ///The receiver of the header.
        ///</summary>
        [<ApiMember(Description="The receiver of the header.", IsRequired=true)>]
        member val Empfaenger:NDHEmpfaenger = null with get,set

        ///<summary>
        ///The software manufacturer, through whose software the tax declaration or filing is submitted.
        ///</summary>
        [<ApiMember(Description="The software manufacturer, through whose software the tax declaration or filing is submitted.", IsRequired=true)>]
        member val Hersteller:Hersteller = null with get,set

        ///<summary>
        ///The details of the data provider (e.g. taxpayer, tax consulant or firm), who produced the tax data and it must not necessarily be the same person declared in the TransferHeader section.
        ///</summary>
        [<ApiMember(Description="The details of the data provider (e.g. taxpayer, tax consulant or firm), who produced the tax data and it must not necessarily be the same person declared in the TransferHeader section.")>]
        member val DatenLieferant:String = null with get,set

        ///<summary>
        ///The return code of the header.
        ///</summary>
        [<ApiMember(Description="The return code of the header.")>]
        member val RC:RC = null with get,set

        ///<summary>
        ///The data extensions of the header.
        ///</summary>
        [<ApiMember(Description="The data extensions of the header.")>]
        member val Zusatz:Zusatz = null with get,set

    ///<summary>
    ///Represents an encapsulation of tax data content.
    ///</summary>
    [<Api(Description="Represents an encapsulation of tax data content.")>]
    [<AllowNullLiteral>]
    type Nutzdaten() = 
        ///<summary>
        ///The content of the tax data. This varies by tax declaration. Currently supported formats: Raw XML (text), XElement, and IXmlSerializable
        ///</summary>
        [<ApiMember(Description="The content of the tax data. This varies by tax declaration. Currently supported formats: Raw XML (text), XElement, and IXmlSerializable", IsRequired=true)>]
        member val Inhalt:Object = null with get,set

    ///<summary>
    ///Represents a block of tax data.
    ///</summary>
    [<Api(Description="Represents a block of tax data.")>]
    [<AllowNullLiteral>]
    type Nutzdatenblock() = 
        ///<summary>
        ///The header part of the block.
        ///</summary>
        [<ApiMember(Description="The header part of the block.", IsRequired=true)>]
        member val NutzdatenHeader:NutzdatenHeader = null with get,set

        ///<summary>
        ///The data part of the block.
        ///</summary>
        [<ApiMember(Description="The data part of the block.", IsRequired=true)>]
        member val Nutzdaten:Nutzdaten = null with get,set

    ///<summary>
    ///Represents the data part of an ELSTER document.
    ///</summary>
    [<Api(Description="Represents the data part of an ELSTER document.")>]
    [<AllowNullLiteral>]
    type DatenTeil() = 
        ///<summary>
        ///The blocks of tax data of the ELSTER document.
        ///</summary>
        [<ApiMember(Description="The blocks of tax data of the ELSTER document.", IsRequired=true)>]
        member val Nutzdatenbloecke:ResizeArray<Nutzdatenblock> = new ResizeArray<Nutzdatenblock>() with get,set

    ///<summary>
    ///Represents an ELSTER document.
    ///</summary>
    [<Api(Description="Represents an ELSTER document.")>]
    [<AllowNullLiteral>]
    type Elster() = 
        ///<summary>
        ///The transfer header part of the ELSTER document.
        ///</summary>
        [<ApiMember(Description="The transfer header part of the ELSTER document.", IsRequired=true)>]
        member val TransferHeader:TransferHeader = null with get,set

        ///<summary>
        ///The data (facts) part of the ELSTER document.
        ///</summary>
        [<ApiMember(Description="The data (facts) part of the ELSTER document.")>]
        member val DatenTeil:DatenTeil = null with get,set

    ///<summary>
    ///Represents a base class for a file with raw data.
    ///</summary>
    [<Api(Description="Represents a base class for a file with raw data.")>]
    [<AllowNullLiteral>]
    type FileBase() = 
        ///<summary>
        ///The raw data content of the file.
        ///</summary>
        [<ApiMember(Description="The raw data content of the file.", Name="Content")>]
        member val Content:Byte[] = [||] with get,set

    ///<summary>
    ///Represents information about a file or directory.
    ///</summary>
    [<Api(Description="Represents information about a file or directory.")>]
    [<AllowNullLiteral>]
    type FileMetadata() = 
        ///<summary>
        ///The name of the file.For files, gets the name of the file.For directories, gets the name of the last directory in the hierarchy if a hierarchy exists; otherwise, the name of the directory.
        ///</summary>
        [<ApiMember(Description="The name of the file.\nFor files, gets the name of the file.\nFor directories, gets the name of the last directory in the hierarchy if a hierarchy exists; otherwise, the name of the directory.", Name="Name")>]
        member val Name:String = null with get,set

        ///<summary>
        ///The full path of the directory or file.
        ///</summary>
        [<ApiMember(Description="The full path of the directory or file.", Name="FullName")>]
        member val FullName:String = null with get,set

        ///<summary>
        ///The time the current file or directory was last accessed.
        ///</summary>
        [<ApiMember(Description="The time the current file or directory was last accessed.", Name="LastAccessTime")>]
        member val LastAccessTime:DateTime = new DateTime() with get,set

        ///<summary>
        ///The name of the file.
        ///</summary>
        [<ApiMember(Description="The name of the file.", Name="LastAccessTimeUtc")>]
        member val LastAccessTimeUtc:DateTime = new DateTime() with get,set

        ///<summary>
        ///The time when the current file or directory was last written to.
        ///</summary>
        [<ApiMember(Description="The time when the current file or directory was last written to.", Name="LastAccessTime")>]
        member val LastWriteTime:DateTime = new DateTime() with get,set

        ///<summary>
        ///The time, in coordinated universal time (UTC), when the current file or directory was last written to.
        ///</summary>
        [<ApiMember(Description="The time, in coordinated universal time (UTC), when the current file or directory was last written to.", Name="LastWriteTimeUtc")>]
        member val LastWriteTimeUtc:DateTime = new DateTime() with get,set

        ///<summary>
        ///The size, in bytes, of the current file.
        ///</summary>
        [<ApiMember(Description="The size, in bytes, of the current file.", Name="Length")>]
        member val Length:Int64 = new Int64() with get,set

        ///<summary>
        ///The size, in bytes, of the current file.
        ///</summary>
        [<ApiMember(Description="The size, in bytes, of the current file.", Name="UserId")>]
        member val UserId:Int32 = new Int32() with get,set

        ///<summary>
        ///The file group id.
        ///</summary>
        [<ApiMember(Description="The file group id.", Name="GroupId")>]
        member val GroupId:Int32 = new Int32() with get,set

        ///<summary>
        ///A value that indicates whether the others can read from this file.
        ///</summary>
        [<ApiMember(Description="A value that indicates whether the others can read from this file.", Name="OthersCanRead")>]
        member val OthersCanRead:Boolean = new Boolean() with get,set

        ///<summary>
        ///A value that indicates whether the group members can execute this file.
        ///</summary>
        [<ApiMember(Description="A value that indicates whether the group members can execute this file.", Name="GroupCanExecute")>]
        member val GroupCanExecute:Boolean = new Boolean() with get,set

        ///<summary>
        ///A value that indicates whether the group members can write into this file.
        ///</summary>
        [<ApiMember(Description="A value that indicates whether the group members can write into this file.", Name="GroupCanWrite")>]
        member val GroupCanWrite:Boolean = new Boolean() with get,set

        ///<summary>
        ///A value that indicates whether the group members can read from this file.
        ///</summary>
        [<ApiMember(Description="A value that indicates whether the group members can read from this file.", Name="GroupCanRead")>]
        member val GroupCanRead:Boolean = new Boolean() with get,set

        ///<summary>
        ///A value that indicates whether the owner can execute this file.
        ///</summary>
        [<ApiMember(Description="A value that indicates whether the owner can execute this file.", Name="OwnerCanExecute")>]
        member val OwnerCanExecute:Boolean = new Boolean() with get,set

        ///<summary>
        ///A value that indicates whether the owner can write into this file.
        ///</summary>
        [<ApiMember(Description="A value that indicates whether the owner can write into this file.", Name="OwnerCanWrite")>]
        member val OwnerCanWrite:Boolean = new Boolean() with get,set

        ///<summary>
        ///A value that indicates whether the owner can read from this file.
        ///</summary>
        [<ApiMember(Description="A value that indicates whether the owner can read from this file.", Name="OthersCanRead")>]
        member val OwnerCanRead:Boolean = new Boolean() with get,set

        ///<summary>
        ///A value that indicates whether others can read from this file.
        ///</summary>
        [<ApiMember(Description="A value that indicates whether others can read from this file.", Name="OthersCanExecute")>]
        member val OthersCanExecute:Boolean = new Boolean() with get,set

        ///<summary>
        ///A value that indicates whether others can write into this file.
        ///</summary>
        [<ApiMember(Description="A value that indicates whether others can write into this file.", Name="OthersCanWrite")>]
        member val OthersCanWrite:Boolean = new Boolean() with get,set

        ///<summary>
        ///Extensions to the file attributes.
        ///</summary>
        [<ApiMember(Description="Extensions to the file attributes.", Name="Extensions")>]
        member val Extensions:Dictionary<String, String> = new Dictionary<String, String>() with get,set

    ///<summary>
    ///Represents a file that contains raw data content in bytes
    ///</summary>
    [<Api(Description="Represents a file that contains raw data content in bytes")>]
    [<AllowNullLiteral>]
    type BinaryFile() = 
        inherit FileBase()
        ///<summary>
        ///The attributes of the file.
        ///</summary>
        [<ApiMember(Description="The attributes of the file.", Name="Metadata")>]
        member val Metadata:FileMetadata = null with get,set

        ///<summary>
        ///The name of the file without information on its directory path.
        ///</summary>
        [<ApiMember(Description="The name of the file without information on its directory path.", Name="Name")>]
        member val Name:String = null with get,set

        ///<summary>
        ///The raw data content of the file.
        ///</summary>
        [<ApiMember(Description="The raw data content of the file.", Name="Content")>]
        member val Content:Byte[] = [||] with get,set

    ///<summary>
    ///A type that encapsulates the return values from the ERiC API function that processes tax data.
    ///</summary>
    [<Api(Description="A type that encapsulates the return values from the ERiC API function that processes tax data.")>]
    [<AllowNullLiteral>]
    type BearbeiteVorgangResponse() = 
        inherit EricFehlerCodeResponse()
        ///<summary>
        ///The return value of the process.
        ///</summary>
        [<ApiMember(Description="The return value of the process.")>]
        member val Rueckgabe:EricBearbeiteVorgang = null with get,set

        ///<summary>
        ///The server response of the process.
        ///</summary>
        [<ApiMember(Description="The server response of the process.")>]
        member val Serverantwort:Elster = null with get,set

        ///<summary>
        ///If available, the PDF-based files to represent generated transfer prototocols.
        ///</summary>
        [<ApiMember(Description="If available, the PDF-based files to represent generated transfer prototocols.")>]
        member val TransferProtocols:ResizeArray<BinaryFile> = new ResizeArray<BinaryFile>() with get,set

        ///<summary>
        ///The status code that the ERiC API function returns.
        ///</summary>
        [<ApiMember(Description="The status code that the ERiC API function returns.", Name="StatusCode")>]
        member val StatusCode:EricFehlerCode = new EricFehlerCode() with get,set

        ///<summary>
        ///The status message that the ERiC API function returns.
        ///</summary>
        [<ApiMember(Description="The status message that the ERiC API function returns.", Name="StatusText")>]
        member val StatusText:String = null with get,set

        ///<summary>
        ///The unique identifier of the response.
        ///</summary>
        [<ApiMember(Description="The unique identifier of the response.", Name="Id")>]
        member val Id:String = null with get,set

        ///<summary>
        ///The position of the response element in an indexed collection.
        ///</summary>
        [<ApiMember(Description="The position of the response element in an indexed collection.", Name="Index")>]
        member val Index:Int32 = new Int32() with get,set

        ///<summary>
        ///Metadata that contains structured error information on the service response.
        ///</summary>
        [<ApiMember(Description="Metadata that contains structured error information on the service response.", Name="ResponseStatus")>]
        member val ResponseStatus:ResponseStatus = null with get,set

    ///<summary>
    ///Beim DatenLieferanten handelt es sich um diejenige natürliche Person, welche die Software bedient, bzw. in deren Namen die Software bedient wird,um die Daten zu übersenden (auf den Sendeknopf drückt - NICHT jedoch ein etwaiger Erfüllungsgehilfe).
    ///</summary>
    [<Api(Description="Beim DatenLieferanten handelt es sich um diejenige natürliche Person, welche die Software bedient, bzw. in deren Namen die Software bedient wird,um die Daten zu übersenden (auf den Sendeknopf drückt - NICHT jedoch ein etwaiger Erfüllungsgehilfe).")>]
    [<AllowNullLiteral>]
    type DatenLieferant() = 
        ///<summary>
        ///Der Name des Datenlieferants.
        ///</summary>
        [<ApiMember(Description="Der Name des Datenlieferants.", IsRequired=true, Name="Name")>]
        member val Name:String = null with get,set

        ///<summary>
        ///Der Straßenname des Datenlieferants.
        ///</summary>
        [<ApiMember(Description="Der Straßenname des Datenlieferants.", IsRequired=true, Name="Strasse")>]
        member val Strasse:String = null with get,set

        ///<summary>
        ///Die Postleitzahl des Datenlieferants.
        ///</summary>
        [<ApiMember(Description="Die Postleitzahl des Datenlieferants.", IsRequired=true, Name="PLZ")>]
        member val PLZ:String = null with get,set

        ///<summary>
        ///Der Ort des Datenlieferants.
        ///</summary>
        [<ApiMember(Description="Der Ort des Datenlieferants.", IsRequired=true, Name="Ort")>]
        member val Ort:String = null with get,set

        ///<summary>
        ///Die Telefonnummer (optional) des Datenlieferants.
        ///</summary>
        [<ApiMember(Description="Die Telefonnummer (optional) des Datenlieferants.", Name="Telefon")>]
        member val Telefon:String = null with get,set

        ///<summary>
        ///Die Email-Adresse (optional) des Datenlieferant.
        ///</summary>
        [<ApiMember(Description="Die Email-Adresse (optional) des Datenlieferant.", Name="Email")>]
        member val Email:String = null with get,set

    ///<summary>
    ///Stellt einen Unternehmer dar.
    ///</summary>
    [<Api(Description="Stellt einen Unternehmer dar.")>]
    [<AllowNullLiteral>]
    type Unternehmer() = 
        ///<summary>
        ///Der Bezeichnung (optional) des Unternehmers (normalerweise der Name des Unternehmers Unternehmen).
        ///</summary>
        [<ApiMember(Description="Der Bezeichnung (optional) des Unternehmers (normalerweise der Name des Unternehmers Unternehmen).", Name="Bezeichnung")>]
        member val Bezeichnung:String = null with get,set

        ///<summary>
        ///Der Name (optional) des Unternehmers.
        ///</summary>
        [<ApiMember(Description="Der Name (optional) des Unternehmers.", Name="Name")>]
        member val Name:String = null with get,set

        ///<summary>
        ///Der Vorname (optional) des Unternehmers.
        ///</summary>
        [<ApiMember(Description="Der Vorname (optional) des Unternehmers.", Name="Vorname")>]
        member val Vorname:String = null with get,set

        ///<summary>
        ///Der Namenvorsatz (optional) des Unternehmers.
        ///</summary>
        [<ApiMember(Description="Der Namenvorsatz (optional) des Unternehmers.", Name="Namensvorsatz")>]
        member val Namensvorsatz:String = null with get,set

        ///<summary>
        ///Der Namenzusatz (optional) des Unternehmers.
        ///</summary>
        [<ApiMember(Description="Der Namenzusatz (optional) des Unternehmers.", Name="Namenszusatz")>]
        member val Namenszusatz:String = null with get,set

        ///<summary>
        ///Der Straßenname (optional) des Unternehmers.
        ///</summary>
        [<ApiMember(Description="Der Straßenname (optional) des Unternehmers.", Name="Str")>]
        member val Str:String = null with get,set

        ///<summary>
        ///Die Hausnummer (optional) des Unternehmers.
        ///</summary>
        [<ApiMember(Description="Die Hausnummer (optional) des Unternehmers.", Name="Hausnummer")>]
        member val Hausnummer:String = null with get,set

        ///<summary>
        ///Der Hausnummernzusatz (optional) des Unternehmers.
        ///</summary>
        [<ApiMember(Description="Der Hausnummernzusatz (optional) des Unternehmers.", Name="HNrZusatz")>]
        member val HNrZusatz:String = null with get,set

        ///<summary>
        ///Der Anschriftenzusatz (optional) des Unternehmers.
        ///</summary>
        [<ApiMember(Description="Der Anschriftenzusatz (optional) des Unternehmers.", Name="AnschriftenZusatz")>]
        member val AnschriftenZusatz:String = null with get,set

        ///<summary>
        ///Der Ort (optional) des Unternehmers.
        ///</summary>
        [<ApiMember(Description="Der Ort (optional) des Unternehmers.", Name="Ort")>]
        member val Ort:String = null with get,set

        ///<summary>
        ///Die Postleitzahl (optional) des Unternehmers.
        ///</summary>
        [<ApiMember(Description="Die Postleitzahl (optional) des Unternehmers.", Name="PLZ")>]
        member val PLZ:String = null with get,set

        ///<summary>
        ///Die Auslandspostleitzahl (optional) des Unternehmers.
        ///</summary>
        [<ApiMember(Description="Die Auslandspostleitzahl (optional) des Unternehmers.", Name="AuslandsPLZ")>]
        member val AuslandsPLZ:String = null with get,set

        ///<summary>
        ///Der Ländername (falls Anschrift im Ausland) des Unternehmers - optional. Der Ländername des Unternehmers kann mit 1-20 alphanumerischen Zeichen geliefert werden.
        ///</summary>
        [<ApiMember(Description="Der Ländername (falls Anschrift im Ausland) des Unternehmers - optional. \nDer Ländername des Unternehmers kann mit 1-20 alphanumerischen Zeichen geliefert werden.", Name="Land")>]
        member val Land:String = null with get,set

        ///<summary>
        ///Der Ort des Postfaches (optional) des Unternehmers.
        ///</summary>
        [<ApiMember(Description="Der Ort des Postfaches (optional) des Unternehmers.", Name="PostfachOrt")>]
        member val PostfachOrt:String = null with get,set

        ///<summary>
        ///Das Postfach (optional) des Unternehmers.
        ///</summary>
        [<ApiMember(Description="Das Postfach (optional) des Unternehmers.", Name="Postfach")>]
        member val Postfach:String = null with get,set

        ///<summary>
        ///Die Postleitzahl (optional) des Unternehmers.
        ///</summary>
        [<ApiMember(Description="Die Postleitzahl (optional) des Unternehmers.", Name="PostfachPLZ")>]
        member val PostfachPLZ:String = null with get,set

        ///<summary>
        ///Die Großkundenpostleitzahl (optional) des Unternehmers.
        ///</summary>
        [<ApiMember(Description="Die Großkundenpostleitzahl (optional) des Unternehmers.", Name="GKPLZ")>]
        member val GKPLZ:String = null with get,set

        ///<summary>
        ///Die Telefonnummer (optional) des Unternehmers.
        ///</summary>
        [<ApiMember(Description="Die Telefonnummer (optional) des Unternehmers.", Name="Telefon")>]
        member val Telefon:String = null with get,set

        ///<summary>
        ///Die Emailadresse (optional) des Unternehmers.
        ///</summary>
        [<ApiMember(Description="Die Emailadresse (optional) des Unternehmers.", Name="Email")>]
        member val Email:String = null with get,set

    ///<summary>
    ///Stellt eine Anbindung zum ELSTER Online Portal (EOP) dar.
    ///</summary>
    [<Api(Description="Stellt eine Anbindung zum ELSTER Online Portal (EOP) dar.")>]
    [<AllowNullLiteral>]
    type EOP() = 
        member val Transferausgabe:String = null with get,set

    ///<summary>
    ///Represents a portal certificate that is protected by a password.
    ///</summary>
    [<Api(Description="Represents a portal certificate that is protected by a password.")>]
    [<AllowNullLiteral>]
    type PortalCertificate() = 
        inherit FileBase()
        ///<summary>
        ///The unique identifier of the certificate.
        ///</summary>
        [<ApiMember(Description="The unique identifier of the certificate.")>]
        member val Id:Guid = new Guid() with get,set

        ///<summary>
        ///The position of the certificate element in an indexed collection of certificates.
        ///</summary>
        [<ApiMember(Description="The position of the certificate element in an indexed collection of certificates.")>]
        member val Index:Int32 = new Int32() with get,set

        ///<summary>
        ///The password to protect the certificate from unauthorized access.
        ///</summary>
        [<StringLength(255)>]
        [<ApiMember(Description="The password to protect the certificate from unauthorized access.")>]
        member val Pin:String = null with get,set

        ///<summary>
        ///The description of the certificate.
        ///</summary>
        [<StringLength(Int32.MaxValue)>]
        [<ApiMember(Description="The description of the certificate.")>]
        member val Description:String = null with get,set

        ///<summary>
        ///Tags that can be used to label or identify the certificate.
        ///</summary>
        [<ApiMember(Description="Tags that can be used to label or identify the certificate.")>]
        member val Tags:ResizeArray<String> = new ResizeArray<String>() with get,set

        ///<summary>
        ///Gets or sets the file name of the certificate.
        ///</summary>
        [<ApiMember(Description="Gets or sets the file name of the certificate.")>]
        member val Name:String = null with get,set

        ///<summary>
        ///The raw data content of the file.
        ///</summary>
        [<ApiMember(Description="The raw data content of the file.", Name="Content")>]
        member val Content:Byte[] = [||] with get,set

    ///<summary>
    ///Submits a VAT registration (Umsatzsteueranmeldung) for 2022 and files in the XML content as an Entrepreneur
    ///</summary>
    [<Api(Description="Submits a VAT registration (Umsatzsteueranmeldung) for 2022 and files in the XML content as an Entrepreneur")>]
    [<AllowNullLiteral>]
    type SubmitUmsatzsteueranmeldung2022AsEntrepreneurBase() = 
        interface IPost
        ///<summary>
        ///Natürliche Person, welche die Software bedient, bzw. in deren Namen die Software bedient wird, um die Daten zu übersenden (Natural person who operates the software or under whose name the software is operated in order to transmit the data).
        ///</summary>
        [<ApiMember(Description="Natürliche Person, welche die Software bedient, bzw. in deren Namen die Software bedient wird, um die Daten zu übersenden (Natural person who operates the software or under whose name the software is operated in order to transmit the data).", IsRequired=true, Name="DatenLieferant")>]
        member val DatenLieferant:DatenLieferant = null with get,set

        ///<summary>
        ///Der natürliche oder jüritische Person, der den Steuerfall bearbeitet und abgibt (The natural or legal person who processes and submits the tax case).
        ///</summary>
        [<ApiMember(Description="Der natürliche oder jüritische Person, der den Steuerfall bearbeitet und abgibt (The natural or legal person who processes and submits the tax case).", Name="Unternehmer")>]
        member val Unternehmer:Unternehmer = null with get,set

        ///<summary>
        ///Das Datum der Erstellung (Date of creation).
        ///</summary>
        [<ApiMember(Description="Das Datum der Erstellung (Date of creation).", IsRequired=true, Name="Erstellungsdatum")>]
        member val Erstellungsdatum:Nullable<DateTime> = new Nullable<DateTime>() with get,set

        ///<summary>
        ///Die vierstellige Bundesfinanzamtsnummer des empfangenden Finanzamtes (The four-digit federal tax office number of the receiving tax office).
        ///</summary>
        [<ApiMember(Description="Die vierstellige Bundesfinanzamtsnummer des empfangenden Finanzamtes (The four-digit federal tax office number of the receiving tax office).", IsRequired=true, Name="Bundesfinanzamtsnummer")>]
        member val Bundesfinanzamtsnummer:String = null with get,set

        ///<summary>
        ///Die Anbindung zum ELSTER Online Portal (EOP).
        ///</summary>
        [<ApiMember(Description="Die Anbindung zum ELSTER Online Portal (EOP).", Name="EOP")>]
        member val EOP:EOP = null with get,set

        ///<summary>
        ///Should the PDF file be prepared for a double-sided printout with a margin for punching?.  True: The straight sides are indented to the left for a stitching margin for punching. False: There is no indentation of the straight sides. The created PDF is only intended for printing pages page by page.
        ///</summary>
        [<ApiMember(Description="Should the PDF file be prepared for a double-sided printout with a margin for punching?.  True: The straight sides are indented to the left for a stitching margin for punching. False: There is no indentation of the straight sides. The created PDF is only intended for printing pages page by page.", Name="DuplexDruck")>]
        member val DuplexDruck:Nullable<Boolean> = new Nullable<Boolean>() with get,set

        ///<summary>
        ///Name prefix of the generated transfer protocol file.
        ///</summary>
        [<ApiMember(Description="Name prefix of the generated transfer protocol file.", IsRequired=true, Name="ProtocolPrefix")>]
        member val ProtocolPrefix:String = null with get,set

        ///<summary>
        ///Footer text to be used on the printout (optional).
        ///</summary>
        [<ApiMember(Description="Footer text to be used on the printout (optional).", Name="FussText")>]
        member val FussText:String = null with get,set

        ///<summary>
        ///The authentification certificate.
        ///</summary>
        [<ApiMember(Description="The authentification certificate.", IsRequired=true, Name="Zertifikat")>]
        member val Zertifikat:PortalCertificate = null with get,set

        ///<summary>
        ///Gets or sets the retrieval code. This value MUST be given for the tax operation ElsterDatenabholung and tax data type ElsterVaStDaten, for which a SoftPSE certificate is used to sign.In other cases a null value should be given. It consists of 2 x 5 characters, which are joined by  '-'. Example: 'K6FG5 - RS32P'.
        ///</summary>
        [<ApiMember(Description="Gets or sets the retrieval code. This value MUST be given for the tax operation ElsterDatenabholung and tax data type ElsterVaStDaten, for which a SoftPSE certificate is used to sign.In other cases a null value should be given. It consists of 2 x 5 characters, which are joined by  '-'. Example: 'K6FG5 - RS32P'.", Name="AbrufCode")>]
        member val AbrufCode:String = null with get,set

    ///<summary>
    ///Stellt den Pflichtkennzahl Kz09 dar, welche die Angabe diverser Informationen ermöglicht. Beispiele: 74931 74931*Name Berater*Berufsbezeichnung*** 74931*****Name Mandant 74931***Tel.Nr:Berater/Vorwahl*Tel.Nr:Berater/Anschluss*Name Mandant
    ///</summary>
    [<Api(Description="Stellt den Pflichtkennzahl Kz09 dar, welche die Angabe diverser Informationen ermöglicht. Beispiele: 74931 74931*Name Berater*Berufsbezeichnung*** 74931*****Name Mandant 74931***Tel.Nr:Berater/Vorwahl*Tel.Nr:Berater/Anschluss*Name Mandant")>]
    [<AllowNullLiteral>]
    type Kz09() = 
        ///<summary>
        ///Die Bezeichnung des Softwareherstellers (Pflicht), über dessen Software die Steuererklärung oder (Vor)anmeldung abgegeben wird. Die Bezeichnung muss 5-stellig sein.
        ///</summary>
        [<ApiMember(Description="Die Bezeichnung des Softwareherstellers (Pflicht), über dessen Software die Steuererklärung oder (Vor)anmeldung abgegeben wird. Die Bezeichnung muss 5-stellig sein.", IsRequired=true, Name="HerstellerId")>]
        member val HerstellerId:Int32 = new Int32() with get,set

        ///<summary>
        ///Der Name des Beraters, welcher die Steuererklärung oder (Vor)anmeldung abgegeben wird. Das Name des Beraters kann von 0- bis 85-stellig sein.
        ///</summary>
        [<ApiMember(Description="Der Name des Beraters, welcher die Steuererklärung oder (Vor)anmeldung abgegeben wird. Das Name des Beraters kann von 0- bis 85-stellig sein.", Name="BeraterName")>]
        member val BeraterName:String = null with get,set

        ///<summary>
        ///Die Berufbezeichnung des Beraters. Die Berufbezeichnung des Beraterskann von 0- bis 85-stellig sein.
        ///</summary>
        [<ApiMember(Description="Die Berufbezeichnung des Beraters. Die Berufbezeichnung des Beraterskann von 0- bis 85-stellig sein.", Name="Berufsbezeichnung")>]
        member val Berufsbezeichnung:String = null with get,set

        ///<summary>
        ///Die Telefonnummervorwahl des Beraters. Die Telefonnummervorwahl des Beraters kann von 0- bis 85-stellig sein.
        ///</summary>
        [<ApiMember(Description="Die Telefonnummervorwahl des Beraters. Die Telefonnummervorwahl des Beraters kann von 0- bis 85-stellig sein.", Name="Berufsbezeichnung")>]
        member val BeraterTelNrVorwahl:String = null with get,set

        ///<summary>
        ///Der Telefonnummeranschluss des Beraters. Der Telefonnummeranschluss des Beraters kann von 0- bis 85-stellig sein.
        ///</summary>
        [<ApiMember(Description="Der Telefonnummeranschluss des Beraters. Der Telefonnummeranschluss des Beraters kann von 0- bis 85-stellig sein.", Name="BeraterTelNrAnschluss")>]
        member val BeraterTelNrAnschluss:String = null with get,set

        ///<summary>
        ///Der Name des Mandanten. Der Name des Mandanten kann von 0- bis 85-stellig sein.
        ///</summary>
        [<ApiMember(Description="Der Name des Mandanten. Der Name des Mandanten kann von 0- bis 85-stellig sein.", Name="MandantName")>]
        member val MandantName:String = null with get,set

    ///<summary>
    ///Specifies an integer data type with limits and a specialized string representation
    ///</summary>
    [<Api(Description="Specifies an integer data type with limits and a specialized string representation")>]
    [<AllowNullLiteral>]
    type Ganzzahl() = 
        ///<summary>
        ///The intrinsic integer value.
        ///</summary>
        [<ApiMember(Description="The intrinsic integer value.")>]
        member val Wert:Int32 = new Int32() with get,set

    ///<summary>
    ///Represents an integer data type whose value has a maximum length of 1 digit. Minus sign allowed.
    ///</summary>
    [<Api(Description="Represents an integer data type whose value has a maximum length of 1 digit. Minus sign allowed.")>]
    [<AllowNullLiteral>]
    type Ganzzahl1EN() = 
        inherit Ganzzahl()
        ///<summary>
        ///The intrinsic integer value.
        ///</summary>
        [<ApiMember(Description="The intrinsic integer value.")>]
        member val Wert:Int32 = new Int32() with get,set

    ///<summary>
    ///Antrag auf Dauerfristverlängerung der Umsatzsetueranmeldung für 2022 (Application for a long-term extension of the VAT registration period for 2022).
    ///</summary>
    [<Api(Description="Antrag auf Dauerfristverlängerung der Umsatzsetueranmeldung für 2022 (Application for a long-term extension of the VAT registration period for 2022).")>]
    [<AllowNullLiteral>]
    type Dauerfristverlaengerung2022() = 
        ///<summary>
        ///Das Jahr der Veranlagung.
        ///</summary>
        [<ApiMember(Description="Das Jahr der Veranlagung.", IsRequired=true, Name="Jahr")>]
        member val Jahr:Int32 = new Int32() with get,set

        ///<summary>
        ///Steuernummer.
        ///</summary>
        [<ApiMember(Description="Steuernummer.", IsRequired=true, Name="Steuernummer")>]
        member val Steuernummer:String = null with get,set

        ///<summary>
        ///Pflichtkennzahl, welche die Angabe diverser Informationen ermöglicht.
        ///</summary>
        [<ApiMember(Description="Pflichtkennzahl, welche die Angabe diverser Informationen ermöglicht.", IsRequired=true, Name="Kz09")>]
        member val Kz09:Kz09 = null with get,set

        ///<summary>
        ///Über die Angaben in der Steueranmeldung hinaus sind weitere oder abweichende Angaben oder Sachverhalte zu berücksichtigen.
        ///</summary>
        [<ApiMember(Description="Über die Angaben in der Steueranmeldung hinaus sind weitere oder abweichende Angaben oder Sachverhalte zu berücksichtigen.", Name="Kz23")>]
        member val Kz23:Ganzzahl1EN = null with get,set

        ///<summary>
        ///Ergänzende Angaben zur Steueranmeldung
        ///</summary>
        [<ApiMember(Description="Ergänzende Angaben zur Steueranmeldung", Name="Kz23_Begruendung")>]
        member val Kz23_Begruendung:String = null with get,set

    ///<summary>
    ///Submits the VAT long-term extension (Umsatzsteuer-Dauerfristverlängerung) as an Entrepreneur for 2022.
    ///</summary>
    [<Api(Description="Submits the VAT long-term extension (Umsatzsteuer-Dauerfristverlängerung) as an Entrepreneur for 2022.")>]
    [<AllowNullLiteral>]
    type SubmitUStDv2022AsEntrepreneurBase() = 
        inherit SubmitUmsatzsteueranmeldung2022AsEntrepreneurBase()
        ///<summary>
        ///The VAT long-term extension.
        ///</summary>
        [<ApiMember(Description="The VAT long-term extension.", IsRequired=true, Name="Dauerfristverlaengerung")>]
        member val Dauerfristverlaengerung:Dauerfristverlaengerung2022 = null with get,set

        ///<summary>
        ///Natürliche Person, welche die Software bedient, bzw. in deren Namen die Software bedient wird, um die Daten zu übersenden (Natural person who operates the software or under whose name the software is operated in order to transmit the data).
        ///</summary>
        [<ApiMember(Description="Natürliche Person, welche die Software bedient, bzw. in deren Namen die Software bedient wird, um die Daten zu übersenden (Natural person who operates the software or under whose name the software is operated in order to transmit the data).", IsRequired=true, Name="DatenLieferant")>]
        member val DatenLieferant:DatenLieferant = null with get,set

        ///<summary>
        ///Der natürliche oder jüritische Person, der den Steuerfall bearbeitet und abgibt (The natural or legal person who processes and submits the tax case).
        ///</summary>
        [<ApiMember(Description="Der natürliche oder jüritische Person, der den Steuerfall bearbeitet und abgibt (The natural or legal person who processes and submits the tax case).", Name="Unternehmer")>]
        member val Unternehmer:Unternehmer = null with get,set

        ///<summary>
        ///Das Datum der Erstellung (Date of creation).
        ///</summary>
        [<ApiMember(Description="Das Datum der Erstellung (Date of creation).", IsRequired=true, Name="Erstellungsdatum")>]
        member val Erstellungsdatum:Nullable<DateTime> = new Nullable<DateTime>() with get,set

        ///<summary>
        ///Die vierstellige Bundesfinanzamtsnummer des empfangenden Finanzamtes (The four-digit federal tax office number of the receiving tax office).
        ///</summary>
        [<ApiMember(Description="Die vierstellige Bundesfinanzamtsnummer des empfangenden Finanzamtes (The four-digit federal tax office number of the receiving tax office).", IsRequired=true, Name="Bundesfinanzamtsnummer")>]
        member val Bundesfinanzamtsnummer:String = null with get,set

        ///<summary>
        ///Die Anbindung zum ELSTER Online Portal (EOP).
        ///</summary>
        [<ApiMember(Description="Die Anbindung zum ELSTER Online Portal (EOP).", Name="EOP")>]
        member val EOP:EOP = null with get,set

        ///<summary>
        ///Should the PDF file be prepared for a double-sided printout with a margin for punching?.  True: The straight sides are indented to the left for a stitching margin for punching. False: There is no indentation of the straight sides. The created PDF is only intended for printing pages page by page.
        ///</summary>
        [<ApiMember(Description="Should the PDF file be prepared for a double-sided printout with a margin for punching?.  True: The straight sides are indented to the left for a stitching margin for punching. False: There is no indentation of the straight sides. The created PDF is only intended for printing pages page by page.", Name="DuplexDruck")>]
        member val DuplexDruck:Nullable<Boolean> = new Nullable<Boolean>() with get,set

        ///<summary>
        ///Name prefix of the generated transfer protocol file.
        ///</summary>
        [<ApiMember(Description="Name prefix of the generated transfer protocol file.", IsRequired=true, Name="ProtocolPrefix")>]
        member val ProtocolPrefix:String = null with get,set

        ///<summary>
        ///Footer text to be used on the printout (optional).
        ///</summary>
        [<ApiMember(Description="Footer text to be used on the printout (optional).", Name="FussText")>]
        member val FussText:String = null with get,set

        ///<summary>
        ///The authentification certificate.
        ///</summary>
        [<ApiMember(Description="The authentification certificate.", IsRequired=true, Name="Zertifikat")>]
        member val Zertifikat:PortalCertificate = null with get,set

        ///<summary>
        ///Gets or sets the retrieval code. This value MUST be given for the tax operation ElsterDatenabholung and tax data type ElsterVaStDaten, for which a SoftPSE certificate is used to sign.In other cases a null value should be given. It consists of 2 x 5 characters, which are joined by  '-'. Example: 'K6FG5 - RS32P'.
        ///</summary>
        [<ApiMember(Description="Gets or sets the retrieval code. This value MUST be given for the tax operation ElsterDatenabholung and tax data type ElsterVaStDaten, for which a SoftPSE certificate is used to sign.In other cases a null value should be given. It consists of 2 x 5 characters, which are joined by  '-'. Example: 'K6FG5 - RS32P'.", Name="AbrufCode")>]
        member val AbrufCode:String = null with get,set

    ///<summary>
    ///A synchronous service to submit an VAT long-term extension (Umsatzsteuer-Dauerfristverlängerung) as an Entrepreneur for 2022.
    ///</summary>
    [<Api(Description="A synchronous service to submit an VAT long-term extension (Umsatzsteuer-Dauerfristverlängerung) as an Entrepreneur for 2022.")>]
    [<AllowNullLiteral>]
    type SubmitUStDv2022AsEntrepreneur() = 
        inherit SubmitUStDv2022AsEntrepreneurBase()
        ///<summary>
        ///The VAT long-term extension.
        ///</summary>
        [<ApiMember(Description="The VAT long-term extension.", IsRequired=true, Name="Dauerfristverlaengerung")>]
        member val Dauerfristverlaengerung:Dauerfristverlaengerung2022 = null with get,set

        ///<summary>
        ///Natürliche Person, welche die Software bedient, bzw. in deren Namen die Software bedient wird, um die Daten zu übersenden (Natural person who operates the software or under whose name the software is operated in order to transmit the data).
        ///</summary>
        [<ApiMember(Description="Natürliche Person, welche die Software bedient, bzw. in deren Namen die Software bedient wird, um die Daten zu übersenden (Natural person who operates the software or under whose name the software is operated in order to transmit the data).", IsRequired=true, Name="DatenLieferant")>]
        member val DatenLieferant:DatenLieferant = null with get,set

        ///<summary>
        ///Der natürliche oder jüritische Person, der den Steuerfall bearbeitet und abgibt (The natural or legal person who processes and submits the tax case).
        ///</summary>
        [<ApiMember(Description="Der natürliche oder jüritische Person, der den Steuerfall bearbeitet und abgibt (The natural or legal person who processes and submits the tax case).", Name="Unternehmer")>]
        member val Unternehmer:Unternehmer = null with get,set

        ///<summary>
        ///Das Datum der Erstellung (Date of creation).
        ///</summary>
        [<ApiMember(Description="Das Datum der Erstellung (Date of creation).", IsRequired=true, Name="Erstellungsdatum")>]
        member val Erstellungsdatum:Nullable<DateTime> = new Nullable<DateTime>() with get,set

        ///<summary>
        ///Die vierstellige Bundesfinanzamtsnummer des empfangenden Finanzamtes (The four-digit federal tax office number of the receiving tax office).
        ///</summary>
        [<ApiMember(Description="Die vierstellige Bundesfinanzamtsnummer des empfangenden Finanzamtes (The four-digit federal tax office number of the receiving tax office).", IsRequired=true, Name="Bundesfinanzamtsnummer")>]
        member val Bundesfinanzamtsnummer:String = null with get,set

        ///<summary>
        ///Die Anbindung zum ELSTER Online Portal (EOP).
        ///</summary>
        [<ApiMember(Description="Die Anbindung zum ELSTER Online Portal (EOP).", Name="EOP")>]
        member val EOP:EOP = null with get,set

        ///<summary>
        ///Should the PDF file be prepared for a double-sided printout with a margin for punching?.  True: The straight sides are indented to the left for a stitching margin for punching. False: There is no indentation of the straight sides. The created PDF is only intended for printing pages page by page.
        ///</summary>
        [<ApiMember(Description="Should the PDF file be prepared for a double-sided printout with a margin for punching?.  True: The straight sides are indented to the left for a stitching margin for punching. False: There is no indentation of the straight sides. The created PDF is only intended for printing pages page by page.", Name="DuplexDruck")>]
        member val DuplexDruck:Nullable<Boolean> = new Nullable<Boolean>() with get,set

        ///<summary>
        ///Name prefix of the generated transfer protocol file.
        ///</summary>
        [<ApiMember(Description="Name prefix of the generated transfer protocol file.", IsRequired=true, Name="ProtocolPrefix")>]
        member val ProtocolPrefix:String = null with get,set

        ///<summary>
        ///Footer text to be used on the printout (optional).
        ///</summary>
        [<ApiMember(Description="Footer text to be used on the printout (optional).", Name="FussText")>]
        member val FussText:String = null with get,set

        ///<summary>
        ///The authentification certificate.
        ///</summary>
        [<ApiMember(Description="The authentification certificate.", IsRequired=true, Name="Zertifikat")>]
        member val Zertifikat:PortalCertificate = null with get,set

        ///<summary>
        ///Gets or sets the retrieval code. This value MUST be given for the tax operation ElsterDatenabholung and tax data type ElsterVaStDaten, for which a SoftPSE certificate is used to sign.In other cases a null value should be given. It consists of 2 x 5 characters, which are joined by  '-'. Example: 'K6FG5 - RS32P'.
        ///</summary>
        [<ApiMember(Description="Gets or sets the retrieval code. This value MUST be given for the tax operation ElsterDatenabholung and tax data type ElsterVaStDaten, for which a SoftPSE certificate is used to sign.In other cases a null value should be given. It consists of 2 x 5 characters, which are joined by  '-'. Example: 'K6FG5 - RS32P'.", Name="AbrufCode")>]
        member val AbrufCode:String = null with get,set

F# SubmitUStDv2022AsEntrepreneur 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 /SubmitUStDv2022AsEntrepreneur HTTP/1.1 
Host: taxfiling.pwc.de 
Accept: application/xml
Content-Type: application/xml
Content-Length: length

<SubmitUStDv2022AsEntrepreneur xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PwC.xEric.Core.Services.Contracts.Umsatzsteuer.Requests">
  <AbrufCode>String</AbrufCode>
  <Bundesfinanzamtsnummer>String</Bundesfinanzamtsnummer>
  <DatenLieferant>
    <Name>String</Name>
    <Strasse>String</Strasse>
    <PLZ>String</PLZ>
    <Ort>String</Ort>
    <Telefon>String</Telefon>
    <Email>String</Email>
  </DatenLieferant>
  <DuplexDruck>false</DuplexDruck>
  <EOP>
    <Transferausgabe>String</Transferausgabe>
  </EOP>
  <Erstellungsdatum>0001-01-01T00:00:00</Erstellungsdatum>
  <FussText>String</FussText>
  <ProtocolPrefix>String</ProtocolPrefix>
  <Unternehmer>
    <Bezeichnung>String</Bezeichnung>
    <Name>String</Name>
    <Namensvorsatz>String</Namensvorsatz>
    <Namenszusatz>String</Namenszusatz>
    <Str>String</Str>
    <Hausnummer>String</Hausnummer>
    <HNrZusatz>String</HNrZusatz>
    <AnschriftenZusatz>String</AnschriftenZusatz>
    <Ort>String</Ort>
    <PLZ>String</PLZ>
    <AuslandsPLZ>String</AuslandsPLZ>
    <Land>String</Land>
    <PostfachOrt>String</PostfachOrt>
    <Postfach>String</Postfach>
    <PostfachPLZ>String</PostfachPLZ>
    <GKPLZ>String</GKPLZ>
    <Telefon>String</Telefon>
    <Email>String</Email>
  </Unternehmer>
  <Zertifikat xmlns:d2p1="http://schemas.datacontract.org/2004/07/PwC.xEric.Core.Domain.Concretes.Models">
    <Content xmlns="http://schemas.datacontract.org/2004/07/PwC.DigitalHub.Utilities.IO.Core.Contracts.Models">AA==</Content>
    <d2p1:Description>String</d2p1:Description>
    <d2p1:Id>00000000-0000-0000-0000-000000000000</d2p1:Id>
    <d2p1:Index>0</d2p1:Index>
    <d2p1:Name>String</d2p1:Name>
    <d2p1:Pin>String</d2p1:Pin>
    <d2p1:Tags xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>String</d3p1:string>
    </d2p1:Tags>
  </Zertifikat>
  <Dauerfristverlaengerung>
    <Jahr>0</Jahr>
    <Steuernummer>String</Steuernummer>
    <Kz09>00000*String*String*String*String*String</Kz09>
    <Kz23>0</Kz23>
    <Kz23_Begruendung>String</Kz23_Begruendung>
  </Dauerfristverlaengerung>
</SubmitUStDv2022AsEntrepreneur>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<BearbeiteVorgangResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PwC.xEric.Core.Services.Contracts.Responses">
  <Id>String</Id>
  <Index>0</Index>
  <ResponseStatus xmlns:d2p1="http://schemas.servicestack.net/types">
    <d2p1:ErrorCode>String</d2p1:ErrorCode>
    <d2p1:Message>String</d2p1:Message>
    <d2p1:StackTrace>String</d2p1:StackTrace>
    <d2p1:Errors>
      <d2p1:ResponseError>
        <d2p1:ErrorCode>String</d2p1:ErrorCode>
        <d2p1:FieldName>String</d2p1:FieldName>
        <d2p1:Message>String</d2p1:Message>
        <d2p1:Meta xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringstring>
            <d5p1:Key>String</d5p1:Key>
            <d5p1:Value>String</d5p1:Value>
          </d5p1:KeyValueOfstringstring>
        </d2p1:Meta>
      </d2p1:ResponseError>
    </d2p1:Errors>
    <d2p1:Meta xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringstring>
        <d3p1:Key>String</d3p1:Key>
        <d3p1:Value>String</d3p1:Value>
      </d3p1:KeyValueOfstringstring>
    </d2p1:Meta>
  </ResponseStatus>
  <StatusCode>ERIC_OK</StatusCode>
  <StatusText>String</StatusText>
  <Rueckgabe>
    <Erfolg>
      <Telenummer>String</Telenummer>
      <Ordnungsbegriff>String</Ordnungsbegriff>
    </Erfolg>
    <Transfers>
      <Transfer>
        <TransferTicket>String</TransferTicket>
      </Transfer>
    </Transfers>
    <FehlerRegelpruefung>
      <Nutzdatenticket>String</Nutzdatenticket>
      <Feldidentifikator>String</Feldidentifikator>
      <Mehrfachzeilenindex>String</Mehrfachzeilenindex>
      <LfdNrVordruck>String</LfdNrVordruck>
      <VordruckZeilennummer>String</VordruckZeilennummer>
      <SemantischerIndex Name="String">String</SemantischerIndex>
      <Untersachbereich>String</Untersachbereich>
      <PrivateKennnummer>String</PrivateKennnummer>
      <RegelName>String</RegelName>
      <FachlicheFehlerId>String</FachlicheFehlerId>
      <Text>String</Text>
    </FehlerRegelpruefung>
    <Hinweis>
      <Nutzdatenticket>String</Nutzdatenticket>
      <Feldidentifikator>String</Feldidentifikator>
      <Mehrfachzeilenindex>String</Mehrfachzeilenindex>
      <LfdNrVordruck>String</LfdNrVordruck>
      <VordruckZeilennummer>String</VordruckZeilennummer>
      <SemantischerIndex Name="String">String</SemantischerIndex>
      <Untersachbereich>String</Untersachbereich>
      <PrivateKennnummer>String</PrivateKennnummer>
      <RegelName>String</RegelName>
      <FachlicheHinweisId>String</FachlicheHinweisId>
      <Text>String</Text>
    </Hinweis>
  </Rueckgabe>
  <Serverantwort>
    <TransferHeader version="String">
      <Verfahren>ElsterAnmeldung</Verfahren>
      <DatenArt>34a</DatenArt>
      <Vorgang>send-Auth</Vorgang>
      <TransferTicket>String</TransferTicket>
      <Testmerker>0</Testmerker>
      <SigUser />
      <Empfaenger id="String">
        <Ziel>BW</Ziel>
      </Empfaenger>
      <HerstellerID>String</HerstellerID>
      <DatenLieferant>String</DatenLieferant>
      <EingangsDatum>00010101000000</EingangsDatum>
      <Datei>
        <Verschluesselung>PKCS#7v1.5</Verschluesselung>
        <Kompression>GZIP</Kompression>
        <TransportSchluessel>String</TransportSchluessel>
        <Erstellung>
          <Eric />
        </Erstellung>
      </Datei>
      <RC>
        <Rueckgabe>
          <Code>String</Code>
          <Text>String</Text>
        </Rueckgabe>
        <Stack>
          <Code>String</Code>
          <Text>String</Text>
        </Stack>
      </RC>
      <VersionClient>String</VersionClient>
      <Zusatz>
        <Info>String</Info>
        <ElsterInfo>String</ElsterInfo>
      </Zusatz>
    </TransferHeader>
    <DatenTeil>
      <Nutzdatenblock>
        <NutzdatenHeader version="String">
          <NutzdatenTicket>String</NutzdatenTicket>
          <Empfaenger id="L">String</Empfaenger>
          <Hersteller>
            <ProduktName>String</ProduktName>
            <ProduktVersion>String</ProduktVersion>
          </Hersteller>
          <DatenLieferant>String</DatenLieferant>
          <RC>
            <Rueckgabe>
              <Code>String</Code>
              <Text>String</Text>
            </Rueckgabe>
            <Stack>
              <Code>String</Code>
              <Text>String</Text>
            </Stack>
          </RC>
          <Zusatz>
            <Info>String</Info>
            <ElsterInfo>String</ElsterInfo>
          </Zusatz>
        </NutzdatenHeader>
        <Nutzdaten />
      </Nutzdatenblock>
    </DatenTeil>
  </Serverantwort>
  <TransferProtocols xmlns:d2p1="http://schemas.datacontract.org/2004/07/PwC.DigitalHub.Utilities.IO.Concretes.Models">
    <d2p1:BinaryFile>
      <Content xmlns="http://schemas.datacontract.org/2004/07/PwC.DigitalHub.Utilities.IO.Core.Contracts.Models">AA==</Content>
      <d2p1:Metadata xmlns:d4p1="http://schemas.datacontract.org/2004/07/PwC.DigitalHub.Utilities.IO.Core.Concretes.Models">
        <d4p1:Extensions xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringstring>
            <d5p1:Key>String</d5p1:Key>
            <d5p1:Value>String</d5p1:Value>
          </d5p1:KeyValueOfstringstring>
        </d4p1:Extensions>
        <d4p1:FullName>String</d4p1:FullName>
        <d4p1:GroupCanExecute>false</d4p1:GroupCanExecute>
        <d4p1:GroupCanRead>false</d4p1:GroupCanRead>
        <d4p1:GroupCanWrite>false</d4p1:GroupCanWrite>
        <d4p1:GroupId>0</d4p1:GroupId>
        <d4p1:LastAccessTime>0001-01-01T00:00:00</d4p1:LastAccessTime>
        <d4p1:LastAccessTimeUtc>0001-01-01T00:00:00</d4p1:LastAccessTimeUtc>
        <d4p1:LastWriteTime>0001-01-01T00:00:00</d4p1:LastWriteTime>
        <d4p1:LastWriteTimeUtc>0001-01-01T00:00:00</d4p1:LastWriteTimeUtc>
        <d4p1:Length>0</d4p1:Length>
        <d4p1:Name>String</d4p1:Name>
        <d4p1:OthersCanExecute>false</d4p1:OthersCanExecute>
        <d4p1:OthersCanRead>false</d4p1:OthersCanRead>
        <d4p1:OthersCanWrite>false</d4p1:OthersCanWrite>
        <d4p1:OwnerCanExecute>false</d4p1:OwnerCanExecute>
        <d4p1:OwnerCanRead>false</d4p1:OwnerCanRead>
        <d4p1:OwnerCanWrite>false</d4p1:OwnerCanWrite>
        <d4p1:UserId>0</d4p1:UserId>
      </d2p1:Metadata>
      <d2p1:Name>String</d2p1:Name>
    </d2p1:BinaryFile>
  </TransferProtocols>
</BearbeiteVorgangResponse>