FIBUdataServiceStack

<back to all web services

OnlinehandelAbrechnungUebersichtRequest

The following routes are available for this service:
GET, POST/fibuscan/Onlinehandel/AbrechnungUebersicht
OnlinehandelAbrechnungUebersichtResponse Parameters:
NameParameterData TypeRequiredDescription
ListeformList<onlinehandel_abrechnung>No
onlinehandel_abrechnung Parameters:
NameParameterData TypeRequiredDescription
geparste_results_keysformbyte[]No
geparste_results_valuesformbyte[]No
onlinehandel_abrechnung_light Parameters:
NameParameterData TypeRequiredDescription
idformlong?No
mandantformlong?No
delformlong?No
bezeichnungformstringNo
guidformstringNo
parent_guidformstringNo
_erstelltformDateTime?No
_aenderungformDateTime?No
nutzer_idformlong?No
in_arbeitformlong?No
ausgewaehlte_treffertypenformstringNo
ausgewaehlte_zahlsystemeformstringNo
zip_dateinameformstringNo
exportdatumformDateTime?No
PrimaryKeyformlong?No

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

HTTP + JSV

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: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	
}
HTTP/1.1 200 OK
Content-Type: text/jsv
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: 0001-01-01,
			_aenderung: 0001-01-01,
			nutzer_id: 0,
			in_arbeit: 0,
			ausgewaehlte_treffertypen: String,
			ausgewaehlte_zahlsysteme: String,
			zip_dateiname: String,
			exportdatum: 0001-01-01,
			PrimaryKey: 0
		}
	]
}