POST api/ImplementationPlan/TransferToControlPlanAdditional
Request Information
URI Parameters
None.
Body Parameters
MoveAdditionalPlanListDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ControlUser | string |
None. |
|
| EvaluateUser | string |
None. |
|
| Plans | Collection of MoveAdditionalPlanDTO |
None. |
Request Formats
application/json, text/json
Sample:
{
"ControlUser": "sample string 1",
"EvaluateUser": "sample string 2",
"Plans": [
{
"Id": 1
},
{
"Id": 1
}
]
}
application/octet-stream
Sample:
{"ControlUser":"sample string 1","EvaluateUser":"sample string 2","Plans":[{"Id":1},{"Id":1}]}
Response Information
Resource Description
CResult| Name | Description | Type | Additional information |
|---|---|---|---|
| retType | integer |
None. |
|
| retDesc | string |
None. |
|
| retData | Object |
None. |
|
| retParams | Collection of Object |
None. |
|
| affectedRows | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"retType": 1,
"retDesc": "sample string 2",
"retData": {},
"retParams": [
{},
{}
],
"affectedRows": 4
}
application/octet-stream
Sample:
{"retType":1,"retDesc":"sample string 2","retData":{},"retParams":[{},{}],"affectedRows":4}