BAwarranty Server V1

<back to all web services

sch_pmReleasetask

The following routes are available for this service:
All Verbs/sch_pmReleasetask
sch_pmReleasetask Parameters:
NameParameterData TypeRequiredDescription
tokenquerystringNo
tokensecretquerystringNo
idciaquerystringNo
taskidsqueryList<string>No
poidsqueryList<string>No
releaselistqueryList<Sch_Task>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_pmReleasetask HTTP/1.1 
Host: ssl.buildersaccess.com 
Content-Type: text/jsv
Content-Length: length

{
	token: String,
	tokensecret: String,
	idcia: String,
	taskids: 
	[
		String
	],
	poids: 
	[
		String
	],
	releaselist: 
	[
		{
			refid: String,
			tasktag: String,
			projectname: String,
			dstart: String,
			taskname: String,
			title: String,
			idcia: String,
			cianame: String,
			acknowledge: String,
			vendor_status: String,
			checkliststatus: String,
			filterstr: String,
			postatus: String,
			item: String,
			idpo1: String,
			vendor_finish: String,
			PMGPSYN: False,
			vendor_contact: String,
			vendor_email: String,
			newtitle: String,
			status: String,
			dcompleted: String,
			idvendor: String,
			nvendor: String,
			latitude: 0,
			longitude: 0,
			CriticalStep: False,
			CriticalPath: False,
			finisher_ckeckin: 0
		}
	]
}