FIBUdataServiceStack

<back to all web services

PayPalListeRequest

The following routes are available for this service:
GET, POST/fibuscan/Onlinehandel/PayPalListe
System.NotSupportedException: Unknown language 'mjs', Supported languages: csharp, typescript, dart, java, kotlin, python, swift, vbnet, fsharp
   bei ServiceStack.NativeTypes.LangGeneratorExtensions.GenerateSourceCode(MetadataTypes metadataTypes, MetadataTypesConfig typesConfig, String lang, IRequest req, Action`1 configure)
   bei ServiceStack.NativeTypes.LangGeneratorExtensions.GenerateSourceCode(List`1 metadataTypes, String lang, IRequest req, Action`1 configure)
   bei ServiceStack.Metadata.BaseMetadataHandler.d__12.MoveNext()

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

{
	oem: fibudata,
	VonDatum: 0001-01-01,
	BisDatum: 0001-01-01,
	BankID: 0,
	AlleNeueLaden: False,
	PayPalClientID: String,
	PayPalSecret: String,
	PayPalWaehrung: String,
	OnlinehandeDateiGenieren: False
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	transaction_details: 
	[
		{
			transaction_info: 
			{
				paypal_account_id: String,
				transaction_id: String,
				transaction_event_code: String,
				transaction_initiation_date: 0001-01-01,
				transaction_updated_date: 0001-01-01,
				transaction_amount: 
				{
					currency_code: String,
					value: String
				},
				fee_amount: 
				{
					currency_code: String,
					value: String
				},
				transaction_status: String,
				transaction_subject: String,
				ending_balance: 
				{
					currency_code: String,
					value: String
				},
				available_balance: 
				{
					currency_code: String,
					value: String
				},
				invoice_id: String,
				custom_field: String,
				protection_eligibility: String,
				paypal_reference_id: String,
				paypal_reference_id_type: String,
				bank_reference_id: String,
				credit_term: String,
				transaction_note: String,
				payment_method_type: String
			},
			payer_info: 
			{
				account_id: String,
				email_address: String,
				address_status: String,
				payer_status: String,
				payer_name: 
				{
					given_name: String,
					surname: String,
					alternate_full_name: String,
					middle_name: String
				},
				country_code: String
			},
			shipping_info: 
			{
				name: String,
				address: 
				{
					line1: String,
					city: String,
					country_code: String,
					postal_code: String,
					address_line_1: String,
					admin_area_2: String
				}
			},
			cart_info: 
			{
				item_details: 
				[
					{
						item_code: String,
						item_name: String,
						item_description: String,
						item_quantity: String,
						item_unit_price: 
						{
							currency_code: String,
							value: String
						},
						item_amount: 
						{
							currency_code: String,
							value: String
						},
						total_item_amount: 
						{
							currency_code: String,
							value: String
						},
						basic_shipping_amount: 
						{
							currency_code: String,
							value: String
						},
						invoice_number: String,
						tax_percentage: String
					}
				]
			},
			store_info: {},
			auction_info: 
			{
				auction_site: String,
				auction_item_site: String,
				auction_buyer_id: String,
				auction_closing_date: 0001-01-01
			},
			incentive_info: {}
		}
	],
	PayPalJson: 
	[
		String
	],
	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
}