POST api/ImplementationPlan/ModResolve
Request Information
URI Parameters
None.
Body Parameters
ImpResolveDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| PerPost | integer |
None. |
|
| FKPlanHeader | integer |
None. |
|
| Status | integer |
None. |
|
| Type | integer |
None. |
|
| Sort | integer |
None. |
|
| Items | Collection of ImpResolveItemDTO |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"PerPost": 2,
"FKPlanHeader": 3,
"Status": 4,
"Type": 5,
"Sort": 6,
"Items": [
{
"Id": 1,
"FKPlanId": 2,
"FKHeaderId": 3,
"StartedDate": "2025-12-15T03:26:34.094616+08:00",
"EndedDate": "2025-12-15T03:26:34.094616+08:00",
"Descr": "sample string 4",
"Point": 1.0
},
{
"Id": 1,
"FKPlanId": 2,
"FKHeaderId": 3,
"StartedDate": "2025-12-15T03:26:34.094616+08:00",
"EndedDate": "2025-12-15T03:26:34.094616+08:00",
"Descr": "sample string 4",
"Point": 1.0
}
]
}
application/octet-stream
Sample:
{"Id":1,"PerPost":2,"FKPlanHeader":3,"Status":4,"Type":5,"Sort":6,"Items":[{"Id":1,"FKPlanId":2,"FKHeaderId":3,"StartedDate":"2025-12-15T03:26:34.094616+08:00","EndedDate":"2025-12-15T03:26:34.094616+08:00","Descr":"sample string 4","Point":1.0},{"Id":1,"FKPlanId":2,"FKHeaderId":3,"StartedDate":"2025-12-15T03:26:34.094616+08:00","EndedDate":"2025-12-15T03:26:34.094616+08:00","Descr":"sample string 4","Point":1.0}]}
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}