FIBUdataServiceStack

<back to all web services

OnlinehandelLerndatenbankRequest

The following routes are available for this service:
GET, POST/fibuscan/OnlinehandelLerndatenbank

export class onlinehandel_lerndatenbank implements IPrimaryKey, IMandnr, IDel, IBankindex, ITableBase
{
    public id?: number;
    public mandant?: number;
    public del?: number;
    public guid: string;
    public bezeichnung: string;
    public _erstellt?: string;
    public _aenderung?: string;
    public bankindex?: number;
    public dateityp?: number;
    public dateinamensteil: string;
    public headerart_betrag_spalte: string;
    public headerart_liste: string;
    public headerwert_liste: string;
    public headerart_konto: string;
    public headerwert_konto: string;
    public headerart_bs: string;
    public headerwert_bs: string;
    public headerart_lkz: string;
    public headerwert_lkz: string;
    public headerart_ustid: string;
    public headerwert_ustid: string;
    public konto: string;
    public buchungsschluessel: string;
    // @Ignore()
    public PrimaryKey?: number;

    public constructor(init?: Partial<onlinehandel_lerndatenbank>) { (Object as any).assign(this, init); }
}

export class OnlinehandelLerndatenbankResponse
{
    public Liste: onlinehandel_lerndatenbank[];

    public constructor(init?: Partial<OnlinehandelLerndatenbankResponse>) { (Object as any).assign(this, init); }
}

export class OnlinehandelLerndatenbankRequest
{
    public expression: string;
    public limit: number;

    public constructor(init?: Partial<OnlinehandelLerndatenbankRequest>) { (Object as any).assign(this, init); }
}

TypeScript OnlinehandelLerndatenbankRequest DTOs

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

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

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

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

{"expression":"String","limit":0}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"Liste":[{"id":0,"mandant":0,"del":0,"guid":"String","bezeichnung":"String","_erstellt":"\/Date(-62135596800000-0000)\/","_aenderung":"\/Date(-62135596800000-0000)\/","bankindex":0,"dateityp":0,"dateinamensteil":"String","headerart_betrag_spalte":"String","headerart_liste":"String","headerwert_liste":"String","headerart_konto":"String","headerwert_konto":"String","headerart_bs":"String","headerwert_bs":"String","headerart_lkz":"String","headerwert_lkz":"String","headerart_ustid":"String","headerwert_ustid":"String","konto":"String","buchungsschluessel":"String","PrimaryKey":0}]}