FIBUdataServiceStack

<back to all web services

DokumentUploadRequest

The following routes are available for this service:
GET, POST/fibuscan/DokumentUpload
import 'package:servicestack/servicestack.dart';
import 'dart:typed_data';

class dokumente implements IPrimaryKey, IMandnr, IDel, ITableBaseErstelltAenderung, IConvertible
{
    int? ID;
    DateTime? _erstellt;
    DateTime? _aenderung;
    int? mandant;
    int? Datenindex;
    String? Dateiname;
    String? zip_dateiname;
    String? SubPfad;
    int? Upload;
    int? DownloadExt;
    DateTime? Datum;
    String? Link;
    String? anlagen;
    String? metadaten;
    int? dateityp;
    int? del;
    String? hash;
    String? guid;
    // @Ignore()
    String? server_hash;

    // @Ignore()
    int? PrimaryKey;

    dokumente({this.ID,this._erstellt,this._aenderung,this.mandant,this.Datenindex,this.Dateiname,this.zip_dateiname,this.SubPfad,this.Upload,this.DownloadExt,this.Datum,this.Link,this.anlagen,this.metadaten,this.dateityp,this.del,this.hash,this.guid,this.server_hash,this.PrimaryKey});
    dokumente.fromJson(Map<String, dynamic> json) { fromMap(json); }

    fromMap(Map<String, dynamic> json) {
        ID = json['ID'];
        _erstellt = JsonConverters.fromJson(json['_erstellt'],'DateTime',context!);
        _aenderung = JsonConverters.fromJson(json['_aenderung'],'DateTime',context!);
        mandant = json['mandant'];
        Datenindex = json['Datenindex'];
        Dateiname = json['Dateiname'];
        zip_dateiname = json['zip_dateiname'];
        SubPfad = json['SubPfad'];
        Upload = json['Upload'];
        DownloadExt = json['DownloadExt'];
        Datum = JsonConverters.fromJson(json['Datum'],'DateTime',context!);
        Link = json['Link'];
        anlagen = json['anlagen'];
        metadaten = json['metadaten'];
        dateityp = json['dateityp'];
        del = json['del'];
        hash = json['hash'];
        guid = json['guid'];
        server_hash = json['server_hash'];
        PrimaryKey = json['PrimaryKey'];
        return this;
    }

    Map<String, dynamic> toJson() => {
        'ID': ID,
        '_erstellt': JsonConverters.toJson(_erstellt,'DateTime',context!),
        '_aenderung': JsonConverters.toJson(_aenderung,'DateTime',context!),
        'mandant': mandant,
        'Datenindex': Datenindex,
        'Dateiname': Dateiname,
        'zip_dateiname': zip_dateiname,
        'SubPfad': SubPfad,
        'Upload': Upload,
        'DownloadExt': DownloadExt,
        'Datum': JsonConverters.toJson(Datum,'DateTime',context!),
        'Link': Link,
        'anlagen': anlagen,
        'metadaten': metadaten,
        'dateityp': dateityp,
        'del': del,
        'hash': hash,
        'guid': guid,
        'server_hash': server_hash,
        'PrimaryKey': PrimaryKey
    };

    getTypeName() => "dokumente";
    TypeContext? context = _ctx;
}

class DokumentUploadResponse implements IConvertible
{
    dokumente? dokument;

    DokumentUploadResponse({this.dokument});
    DokumentUploadResponse.fromJson(Map<String, dynamic> json) { fromMap(json); }

    fromMap(Map<String, dynamic> json) {
        dokument = JsonConverters.fromJson(json['dokument'],'dokumente',context!);
        return this;
    }

    Map<String, dynamic> toJson() => {
        'dokument': JsonConverters.toJson(dokument,'dokumente',context!)
    };

    getTypeName() => "DokumentUploadResponse";
    TypeContext? context = _ctx;
}

class DokumentUploadRequest implements IConvertible
{
    int? dokumente_id;
    String? hash;
    ResponseStatus? ResponseStatus;

    DokumentUploadRequest({this.dokumente_id,this.hash,this.ResponseStatus});
    DokumentUploadRequest.fromJson(Map<String, dynamic> json) { fromMap(json); }

    fromMap(Map<String, dynamic> json) {
        dokumente_id = json['dokumente_id'];
        hash = json['hash'];
        ResponseStatus = JsonConverters.fromJson(json['ResponseStatus'],'ResponseStatus',context!);
        return this;
    }

    Map<String, dynamic> toJson() => {
        'dokumente_id': dokumente_id,
        'hash': hash,
        'ResponseStatus': JsonConverters.toJson(ResponseStatus,'ResponseStatus',context!)
    };

    getTypeName() => "DokumentUploadRequest";
    TypeContext? context = _ctx;
}

TypeContext _ctx = TypeContext(library: 'ws4.fibudata.net', types: <String, TypeInfo> {
    'dokumente': TypeInfo(TypeOf.Class, create:() => dokumente()),
    'DokumentUploadResponse': TypeInfo(TypeOf.Class, create:() => DokumentUploadResponse()),
    'DokumentUploadRequest': TypeInfo(TypeOf.Class, create:() => DokumentUploadRequest()),
});

Dart DokumentUploadRequest DTOs

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

HTTP + XML

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

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

<DokumentUploadRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FIBUdataServiceStack.ServiceModel.Messages">
  <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>
  <dokumente_id>0</dokumente_id>
  <hash>String</hash>
</DokumentUploadRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<DokumentUploadResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FIBUdataServiceStack.ServiceModel.Messages">
  <dokument xmlns:d2p1="http://schemas.datacontract.org/2004/07/FIBUdataServiceStack.ServiceModel.Models">
    <d2p1:Dateiname>String</d2p1:Dateiname>
    <d2p1:Datenindex>0</d2p1:Datenindex>
    <d2p1:Datum>0001-01-01T00:00:00</d2p1:Datum>
    <d2p1:DownloadExt>0</d2p1:DownloadExt>
    <d2p1:ID>0</d2p1:ID>
    <d2p1:Link>String</d2p1:Link>
    <d2p1:PrimaryKey>0</d2p1:PrimaryKey>
    <d2p1:SubPfad>String</d2p1:SubPfad>
    <d2p1:Upload>0</d2p1:Upload>
    <d2p1:_aenderung>0001-01-01T00:00:00</d2p1:_aenderung>
    <d2p1:_erstellt>0001-01-01T00:00:00</d2p1:_erstellt>
    <d2p1:anlagen>String</d2p1:anlagen>
    <d2p1:dateityp>0</d2p1:dateityp>
    <d2p1:del>0</d2p1:del>
    <d2p1:guid>String</d2p1:guid>
    <d2p1:hash>String</d2p1:hash>
    <d2p1:mandant>0</d2p1:mandant>
    <d2p1:metadaten>String</d2p1:metadaten>
    <d2p1:server_hash>String</d2p1:server_hash>
    <d2p1:zip_dateiname>String</d2p1:zip_dateiname>
  </dokument>
</DokumentUploadResponse>