POST api/PaidService/Action_Close
关闭
Request Information
URI Parameters
None.
Body Parameters
Action_Close| Name | Description | Type | Additional information |
|---|---|---|---|
| WorkOrderId |
工单Id |
string |
None. |
| Memo |
备注 |
string |
None. |
| StaffId |
操作人 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"WorkOrderId": "sample string 1",
"Memo": "sample string 2",
"StaffId": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseResultObjOfString| 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"
}