Tenant Server V1

<back to all web services

post_event_payment_vendorlist

The following routes are available for this service:
All Verbs/post_event_payment_vendorlist
post_event_payment_vendorlist Parameters:
NameParameterData TypeRequiredDescription
tokenquerystringYes
tokensecretquerystringYes
emailquerystringYes
post_event_payment_vendorlistResponse Parameters:
NameParameterData TypeRequiredDescription
listformList<eventVendor>No
baseResponse Parameters:
NameParameterData TypeRequiredDescription
resultformintNo
messageformstringNo
eventVendor Parameters:
NameParameterData TypeRequiredDescription
fox2formstringNo
idvendorformstringNo
vendornameformstringNo
contactnameformstringNo
vtypeformstringNo
taxrateformdecimalNo
phone1formstringNo
emailformstringNo
disapplyformstringNo
duetermformstringNo
terminoformstringNo
eb380formboolNo
invoiceynformboolNo
listformList<venderCostCode>No
venderCostCode Parameters:
NameParameterData TypeRequiredDescription
ledgerformstringNo
nameformstringNo

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 /jsv/reply/post_event_payment_vendorlist HTTP/1.1 
Host: sdk.lovettcommercial.com 
Content-Type: text/jsv
Content-Length: length

{
	token: String,
	tokensecret: String,
	email: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	list: 
	[
		{
			fox2: String,
			idvendor: String,
			vendorname: String,
			contactname: String,
			vtype: String,
			taxrate: 0,
			phone1: String,
			email: String,
			disapply: String,
			dueterm: String,
			termino: String,
			eb380: False,
			invoiceyn: False,
			list: 
			[
				{
					ledger: String,
					name: String
				}
			]
		}
	],
	result: 0,
	message: String
}