FIBUdataServiceStack

<back to all web services

PayPalListeRequest

The following routes are available for this service:
GET, POST/fibuscan/Onlinehandel/PayPalListe
PayPalListeRequest Parameters:
NameParameterData TypeRequiredDescription
oembodyOem?No
VonDatumbodyDateTime?No
BisDatumbodyDateTime?No
BankIDbodylong?No
AlleNeueLadenbodyboolNo
PayPalClientIDbodystringNo
PayPalSecretbodystringNo
PayPalWaehrungbodystringNo
OnlinehandeDateiGenierenbodybool?No
Oem Enum:
NameValue
fibudata0
spectrum3
PayPalListeListeResponse Parameters:
NameParameterData TypeRequiredDescription
transaction_detailsformList<TransactionDetail>No
PayPalJsonformList<string>No
ListeformList<List<OnlinehandelItem>>No
NeueDateiIDformlong?No
TransactionDetail Parameters:
NameParameterData TypeRequiredDescription
transaction_infoformTransactionInfoNo
payer_infoformPayerInfoNo
shipping_infoformShippingInfoNo
cart_infoformCartInfoNo
store_infoformStoreInfoNo
auction_infoformAuctionInfoNo
incentive_infoformIncentiveInfoNo
TransactionInfo Parameters:
NameParameterData TypeRequiredDescription
paypal_account_idformstringNo
transaction_idformstringNo
transaction_event_codeformstringNo
transaction_initiation_dateformDateTimeNo
transaction_updated_dateformDateTimeNo
transaction_amountformTransactionAmountNo
fee_amountformFeeAmountNo
transaction_statusformstringNo
transaction_subjectformstringNo
ending_balanceformEndingBalanceNo
available_balanceformAvailableBalanceNo
invoice_idformstringNo
custom_fieldformstringNo
protection_eligibilityformstringNo
paypal_reference_idformstringNo
paypal_reference_id_typeformstringNo
bank_reference_idformstringNo
credit_termformstringNo
transaction_noteformstringNo
payment_method_typeformstringNo
TransactionAmount Parameters:
NameParameterData TypeRequiredDescription
currency_codeformstringNo
valueformstringNo
FeeAmount Parameters:
NameParameterData TypeRequiredDescription
currency_codeformstringNo
valueformstringNo
EndingBalance Parameters:
NameParameterData TypeRequiredDescription
currency_codeformstringNo
valueformstringNo
AvailableBalance Parameters:
NameParameterData TypeRequiredDescription
currency_codeformstringNo
valueformstringNo
PayerInfo Parameters:
NameParameterData TypeRequiredDescription
account_idformstringNo
email_addressformstringNo
address_statusformstringNo
payer_statusformstringNo
payer_nameformPayerNameNo
country_codeformstringNo
PayerName Parameters:
NameParameterData TypeRequiredDescription
given_nameformstringNo
surnameformstringNo
alternate_full_nameformstringNo
middle_nameformstringNo
ShippingInfo Parameters:
NameParameterData TypeRequiredDescription
nameformstringNo
addressformAddressNo
Address Parameters:
NameParameterData TypeRequiredDescription
line1formstringNo
cityformstringNo
country_codeformstringNo
postal_codeformstringNo
address_line_1formstringNo
admin_area_2formstringNo
CartInfo Parameters:
NameParameterData TypeRequiredDescription
item_detailsformList<ItemDetail>No
ItemDetail Parameters:
NameParameterData TypeRequiredDescription
item_codeformstringNo
item_nameformstringNo
item_descriptionformstringNo
item_quantityformstringNo
item_unit_priceformItemUnitPriceNo
item_amountformItemAmountNo
total_item_amountformTotalItemAmountNo
basic_shipping_amountformBasicShippingAmountNo
invoice_numberformstringNo
tax_percentageformstringNo
ItemUnitPrice Parameters:
NameParameterData TypeRequiredDescription
currency_codeformstringNo
valueformstringNo
ItemAmount Parameters:
NameParameterData TypeRequiredDescription
currency_codeformstringNo
valueformstringNo
TotalItemAmount Parameters:
NameParameterData TypeRequiredDescription
currency_codeformstringNo
valueformstringNo
BasicShippingAmount Parameters:
NameParameterData TypeRequiredDescription
currency_codeformstringNo
valueformstringNo
AuctionInfo Parameters:
NameParameterData TypeRequiredDescription
auction_siteformstringNo
auction_item_siteformstringNo
auction_buyer_idformstringNo
auction_closing_dateformDateTime?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/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
}