| All Verbs | /sch_pmPostPreQAComment |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| token | query | string | No | |
| tokensecret | query | string | No | |
| idproject | query | string | No | |
| idcia | query | string | No | |
| room | query | string | No | |
| milestone | query | Sch_preQAmilestone | No | |
| walkno | query | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| idnumber | form | string | No | |
| item | form | decimal | No | |
| description | form | string | No | |
| creaby | form | string | No | |
| creatime | form | string | No | |
| showyn | form | bool | No | |
| milestoneyn | form | bool | No | |
| showitemtotal | form | int | No | |
| selectedtotal | form | int | No | |
| comment | form | Sch_preQAcomments | No | |
| preQAitems | form | List<Sch_preQAitem> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| idnumber | form | string | No | |
| room | form | string | No | |
| item | form | string | No | |
| comment | form | string | No | |
| creaby | form | string | No | |
| creatime | form | string | 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/reply/sch_pmPostPreQAComment HTTP/1.1
Host: ssl.buildersaccess.com
Content-Type: text/jsv
Content-Length: length
{
token: String,
tokensecret: String,
idproject: String,
idcia: String,
room: String,
milestone:
{
idnumber: String,
item: 0,
description: String,
creaby: String,
creatime: String,
showyn: False,
milestoneyn: False,
showitemtotal: 0,
selectedtotal: 0,
comment:
{
idnumber: String,
room: String,
item: String,
comment: String,
creaby: String,
creatime: String
},
preQAitems:
[
{
idnumber: String,
item: 0,
description: String,
creaby: String,
creatime: String,
failyn: False,
completeyn: False,
nayn: False,
showyn: False,
milestoneyn: False
}
]
},
walkno: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
validtoken: String,
found: String,
message: String
}