BAwarranty Server V1

<back to all web services

sch_submitPOforapprove

The following routes are available for this service:
All Verbs/sch_submitPOforapprove
sch_submitPOforapprove Parameters:
NameParameterData TypeRequiredDescription
tokenquerystringNo
tokensecretquerystringNo
imgquerystringNo
idciaquerystringNo
idprojectquerystringNo
idvendorquerystringNo
nvendorquerystringNo
idassemblyquerystringNo
nassemblyquerystringNo
notesquerystringNo
totalquerystringNo
invoicequerystringNo
img2querystringNo
img3querystringNo
listassemblies2queryList<Sch_Assembly2>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 /jsv/oneway/sch_submitPOforapprove HTTP/1.1 
Host: ssl.buildersaccess.com 
Content-Type: text/jsv
Content-Length: length

{
	token: String,
	tokensecret: String,
	img: String,
	idcia: String,
	idproject: String,
	idvendor: String,
	nvendor: String,
	idassembly: String,
	nassembly: String,
	notes: String,
	total: String,
	invoice: String,
	img2: String,
	img3: String,
	listassemblies2: 
	[
		{
			item: String,
			upc: String,
			description: String,
			unit: String,
			price: String,
			lumber: String,
			taxable: String,
			fixprice: String,
			vendorsku: String,
			lastprice: String,
			amount: String,
			quantity: String,
			taxyn: String
		}
	]
}