POST api/EmergencyTask/UpdateEmergencyTaskStatus
修改预案任务状态
Request Information
URI Parameters
None.
Body Parameters
UpdateEmergencyStatusModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TaskId |
任务id |
string |
None. |
| StaffId |
人员id |
string |
None. |
| Type |
预案类型 |
EmergencyType |
None. |
Request Formats
application/json, text/json
Sample:
{
"TaskId": "sample string 1",
"StaffId": "sample string 2",
"Type": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseResultOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": "sample string 3"
}