FIBUdataServiceStack

<back to all web services

SchnittstellenImportRequest

The following routes are available for this service:
GET, POST/fibuscan/Onlinehandel/SchnittstellenImport
SchnittstellenImportRequest Parameters:
NameParameterData TypeRequiredDescription
VonDatumbodyDateTime?No
BisDatumbodyDateTime?No
BankIDbodylong?No
SchnittstellebodylongNo
Auth_wert1bodystringNo
Auth_wert2bodystringNo
Auth_wert3bodystringNo
Auth_wert4bodystringNo
Auth_wert5bodystringNo
AusgangsrechnungKontonummerbodystringNo
Auth_Dropdown1bodystringNo
OnlinehandeDateiGenierenbodybool?No
bestehende_real_report_idbodylong?No
ZugangsdatenSpeichernbodyboolNo
ID1CheckedbodyboolNo
IDCheckedbodyboolNo
NurNeuebodyboolNo
AlleDatenImportierenbodyboolNo
IsWebClientbodyboolNo
SchnittstelleAusnahmenbodyList<int>No
AmazonAlleMaerktebodyboolNo
MitWarenbewegungbodyboolNo
MitOffenePostenbodyboolNo
MitVerkaufAnAmazonbodyboolNo
MitComminglingbodyboolNo
TagesgenauAbrufbodyboolNo
ResponseSupportToolsbodyCheckAmazonDataResponseNo
CheckAmazonDataResponse Parameters:
NameParameterData TypeRequiredDescription
errorformstringNo
anzahlformlongNo
startSaldoformdecimalNo
endSaldoformdecimalNo
orders_idformList<string>No
rueckmeldungformstringNo
SchnittstellenImportResponse Parameters:
NameParameterData TypeRequiredDescription
ListeformList<List<OnlinehandelItem>>No
NeueDateiIDformlong?No
errorformstringNo
warnungenformstringNo
KeineDatenformboolNo
real_report_idformlong?No
BuchungenformList<KontoauszugUmsatzModel>No
KontoauszugUmsatzModel Parameters:
NameParameterData TypeRequiredDescription
IDformstringNo
AmountformdecimalNo
IsStornoformboolNo
StatusformstringNo
BuchungsdatumformDateTimeNo
WertstellungsdatumformDateTimeNo
ServiceReferenceformstringNo
BankTransactionCodeformstringNo
IsSammlerformboolNo
Sammler_InformationformstringNo
Sammler_IDformstringNo
Sammler_AnzahlformintNo
ZusatzinformationformstringNo
UmsatzDetailListeformList<KontoauszugUmsatzDetailsModel>No
RechnungsnummerformstringNo
AuftraggeberBLZformstringNo
AuftraggeberKtoformstringNo
AuftraggeberformstringNo
BuchungstypformstringNo
EndSaldoformdecimal?No
KontoauszugUmsatzDetailsModel Parameters:
NameParameterData TypeRequiredDescription
Ultimater_Creditor_NameformstringNo
MandatsreferenzformstringNo
SchecknummerformstringNo
BanktransactioncodeformstringNo
AmountformdecimalNo
CodeformstringNo
Creditor_NameformstringNo
Creditor_IBANformstringNo
VerwendungszweckformstringNo
ReturnInformationReasonCodeformstringNo
TransactionIdentificationformstringNo
ZusätzlicheTransaktiondetailsformstringNo

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/SchnittstellenImport HTTP/1.1 
Host: ws4.fibudata.net 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	VonDatum: 0001-01-01,
	BisDatum: 0001-01-01,
	BankID: 0,
	Schnittstelle: 0,
	Auth_wert1: String,
	Auth_wert2: String,
	Auth_wert3: String,
	Auth_wert4: String,
	Auth_wert5: String,
	AusgangsrechnungKontonummer: String,
	Auth_Dropdown1: String,
	OnlinehandeDateiGenieren: False,
	bestehende_real_report_id: 0,
	ZugangsdatenSpeichern: False,
	ID1Checked: False,
	IDChecked: False,
	NurNeue: False,
	AlleDatenImportieren: False,
	IsWebClient: False,
	SchnittstelleAusnahmen: 
	[
		0
	],
	AmazonAlleMaerkte: False,
	MitWarenbewegung: False,
	MitOffenePosten: False,
	MitVerkaufAnAmazon: False,
	MitCommingling: False,
	TagesgenauAbruf: False,
	ResponseSupportTools: 
	{
		error: String,
		anzahl: 0,
		startSaldo: 0,
		endSaldo: 0,
		orders_id: 
		[
			String
		],
		rueckmeldung: String
	}
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	Liste: 
	[
		[
			{
				fehler: False,
				original: String,
				header: String,
				col_nummer: 0,
				konfiguration: OrderiD,
				summenkonfiguration: False,
				value: {},
				datum: 0001-01-01,
				zahl: 0,
				datum_string: String,
				zahl_string: String
			}
		]
	],
	NeueDateiID: 0,
	error: String,
	warnungen: String,
	KeineDaten: False,
	real_report_id: 0,
	Buchungen: 
	[
		{
			ID: String,
			Amount: 0,
			IsStorno: False,
			Status: String,
			Buchungsdatum: 0001-01-01,
			Wertstellungsdatum: 0001-01-01,
			ServiceReference: String,
			BankTransactionCode: String,
			IsSammler: False,
			Sammler_Information: String,
			Sammler_ID: String,
			Sammler_Anzahl: 0,
			Zusatzinformation: String,
			UmsatzDetailListe: 
			[
				{
					Ultimater_Creditor_Name: String,
					Mandatsreferenz: String,
					Schecknummer: String,
					Banktransactioncode: String,
					Amount: 0,
					Code: String,
					Creditor_Name: String,
					Creditor_IBAN: String,
					Verwendungszweck: String,
					ReturnInformationReasonCode: String,
					TransactionIdentification: String,
					ZusätzlicheTransaktiondetails: String
				}
			],
			Rechnungsnummer: String,
			AuftraggeberBLZ: String,
			AuftraggeberKto: String,
			Auftraggeber: String,
			Buchungstyp: String,
			EndSaldo: 0
		}
	]
}