Tenant Server V1

<back to all web services

vendor_bills_admin_requestAdd

The following routes are available for this service:
All Verbs/vendor_bills_admin_requestAdd
vendor_bills_admin_requestAdd Parameters:
NameParameterData TypeRequiredDescription
tokenquerystringYes
tokensecretquerystringYes
emailquerystringYes
infoquerybill1requestNo
bill1request Parameters:
NameParameterData TypeRequiredDescription
idnumberformintNo
creadateformDateTimeNo
modibyformstringNo
modidateformDateTimeNo
idciaformintNo
idvendorformintNo
vendornameformstringNo
idbillvenue1formintNo
projectciaformintNo
projectidformstringNo
venuenameformstringNo
venueledgerformstringNo
idbillvenue2formintNo
venueattentionnnameformstringNo
venueattentionemailformstringNo
invnumformstringNo
invdateformstringNo
amountformdecimalNo
descriptionformstringNo
statusformstringNo
rejectnotesformstringNo
fsformboolNo
propertyaddressformstringNo
listformList<bill1requestfiles>No
bill1requestfiles Parameters:
NameParameterData TypeRequiredDescription
idnumberformstringNo
xfilenameformstringNo
xfileformstringNo

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

{
	token: String,
	tokensecret: String,
	email: String,
	info: 
	{
		idnumber: 0,
		creadate: 0001-01-01,
		modiby: String,
		modidate: 0001-01-01,
		idcia: 0,
		idvendor: 0,
		vendorname: String,
		idbillvenue1: 0,
		projectcia: 0,
		projectid: String,
		venuename: String,
		venueledger: String,
		idbillvenue2: 0,
		venueattentionnname: String,
		venueattentionemail: String,
		invnum: String,
		invdate: String,
		amount: 0,
		description: String,
		status: String,
		rejectnotes: String,
		fs: False,
		propertyaddress: String,
		list: 
		[
			{
				idnumber: String,
				xfilename: String,
				xfile: String
			}
		]
	}
}