FIBUdataServiceStack

<back to all web services

OnlinehandelSchnittstellenDetailsRequest

The following routes are available for this service:
GET, POST/fibuscan/Onlinehandel/support_tools/schnittstellen-Details
import 'package:servicestack/servicestack.dart';
import 'dart:typed_data';

class OnlinehandelSchnittstellenDetailsResponse implements IConvertible
{
    Map<int,List<OneClickHelper>?>? schnittstellen;

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

    fromMap(Map<String, dynamic> json) {
        schnittstellen = JsonConverters.fromJson(json['schnittstellen'],'Map<int,List<OneClickHelper>?>',context!);
        return this;
    }

    Map<String, dynamic> toJson() => {
        'schnittstellen': JsonConverters.toJson(schnittstellen,'Map<int,List<OneClickHelper>?>',context!)
    };

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

class OnlinehandelSchnittstellenDetailsRequest implements IConvertible
{
    OnlinehandelSchnittstellenDetailsRequest();
    OnlinehandelSchnittstellenDetailsRequest.fromJson(Map<String, dynamic> json) : super();
    fromMap(Map<String, dynamic> json) {
        return this;
    }

    Map<String, dynamic> toJson() => {};
    getTypeName() => "OnlinehandelSchnittstellenDetailsRequest";
    TypeContext? context = _ctx;
}

TypeContext _ctx = TypeContext(library: 'ws4.fibudata.net', types: <String, TypeInfo> {
    'OnlinehandelSchnittstellenDetailsResponse': TypeInfo(TypeOf.Class, create:() => OnlinehandelSchnittstellenDetailsResponse()),
    'Map<int,List<OneClickHelper>?>': TypeInfo(TypeOf.Class, create:() => Map<int,List<OneClickHelper>?>()),
    'List<OneClickHelper>': TypeInfo(TypeOf.Class, create:() => <OneClickHelper>[]),
    'OneClickHelper': TypeInfo(TypeOf.Class, create:() => OneClickHelper()),
    'OnlinehandelSchnittstellenDetailsRequest': TypeInfo(TypeOf.Class, create:() => OnlinehandelSchnittstellenDetailsRequest()),
});

Dart OnlinehandelSchnittstellenDetailsRequest DTOs

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

HTTP + OTHER

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

POST /fibuscan/Onlinehandel/support_tools/schnittstellen-Details HTTP/1.1 
Host: ws4.fibudata.net 
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length

{}
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length

{"schnittstellen":{"0":[{"bank":{"BankID":0,"_erstellt":"\/Date(-62135596800000-0000)\/","_aenderung":"\/Date(-62135596800000-0000)\/","Anlagedatum":"\/Date(-62135596800000-0000)\/","ktotyp":0,"max_banktext":0,"abruf":0,"isRev":0,"isSepa":0,"buchungsdatum_isErfasst":0,"del":0,"id_lokal":0,"mandant":0,"Art":0,"FibuKonto":0,"Bezeichnung":"String","bic":"String","BLZ":"String","GUID":"String","iban":"String","Konto":"String","pw":"String","userBLZ":"String","userKto":"String","wkz":"String","universal":"String","nutzerid":0,"PrimaryKey":0},"Schnittstelle":"Klarna","SchnittstelleLong":0,"info":"String","hatZugangsdaten":false,"AusgangsrechnungKontonummer":0,"bank_ids":[0]}]}}