BAwarranty Server V1

<back to all web services

sch_submitPOforapproveV2

The following routes are available for this service:
All Verbs/sch_submitPOforapprove
All Verbs/sch_submitPOforapproveV2
sch_submitPOforapproveV2 Parameters:
NameParameterData TypeRequiredDescription
img4querystringNo
img5querystringNo
img6querystringNo
img7querystringNo
img8querystringNo
img9querystringNo
img10querystringNo
sch_submitPOforapprove Parameters:
NameParameterData TypeRequiredDescription
tokenformstringNo
tokensecretformstringNo
imgformstringNo
idciaformstringNo
idprojectformstringNo
idvendorformstringNo
nvendorformstringNo
idassemblyformstringNo
nassemblyformstringNo
notesformstringNo
totalformstringNo
invoiceformstringNo
img2formstringNo
img3formstringNo
listassemblies2formList<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_submitPOforapproveV2 HTTP/1.1 
Host: ssl.buildersaccess.com 
Content-Type: text/jsv
Content-Length: length

{
	img4: String,
	img5: String,
	img6: String,
	img7: String,
	img8: String,
	img9: String,
	img10: String,
	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
		}
	]
}