| All Verbs | /sch_pmReleasetask |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| token | query | string | No | |
| tokensecret | query | string | No | |
| idcia | query | string | No | |
| taskids | query | List<string> | No | |
| poids | query | List<string> | No | |
| releaselist | query | List<Sch_Task> | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=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
}
]
}