| GET, POST | /fibuscan/Onlinehandel/AbrechnungUebersicht |
|---|
export class onlinehandel_abrechnung_light implements IPrimaryKey, IMandnr, IDel, ITableBase
{
public id?: number;
public mandant?: number;
public del?: number;
public bezeichnung: string;
public guid: string;
public parent_guid: string;
public _erstellt?: string;
public _aenderung?: string;
public nutzer_id?: number;
public in_arbeit?: number;
public ausgewaehlte_treffertypen: string;
public ausgewaehlte_zahlsysteme: string;
public zip_dateiname: string;
public exportdatum?: string;
// @Ignore()
public PrimaryKey?: number;
public constructor(init?: Partial<onlinehandel_abrechnung_light>) { (Object as any).assign(this, init); }
}
export class onlinehandel_abrechnung extends onlinehandel_abrechnung_light
{
public geparste_results_keys: string;
public geparste_results_values: string;
public constructor(init?: Partial<onlinehandel_abrechnung>) { super(init); (Object as any).assign(this, init); }
}
export class OnlinehandelAbrechnungUebersichtResponse
{
public Liste: onlinehandel_abrechnung[];
public constructor(init?: Partial<OnlinehandelAbrechnungUebersichtResponse>) { (Object as any).assign(this, init); }
}
export class OnlinehandelAbrechnungUebersichtRequest
{
public constructor(init?: Partial<OnlinehandelAbrechnungUebersichtRequest>) { (Object as any).assign(this, init); }
}
TypeScript OnlinehandelAbrechnungUebersichtRequest 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
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /fibuscan/Onlinehandel/AbrechnungUebersicht HTTP/1.1
Host: ws4.fibudata.net
Accept: application/json
Content-Type: application/json
Content-Length: length
{}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"Liste":[{"geparste_results_keys":"AA==","geparste_results_values":"AA==","id":0,"mandant":0,"del":0,"bezeichnung":"String","guid":"String","parent_guid":"String","_erstellt":"\/Date(-62135596800000-0000)\/","_aenderung":"\/Date(-62135596800000-0000)\/","nutzer_id":0,"in_arbeit":0,"ausgewaehlte_treffertypen":"String","ausgewaehlte_zahlsysteme":"String","zip_dateiname":"String","exportdatum":"\/Date(-62135596800000-0000)\/","PrimaryKey":0}]}