POST api/WorkOrder/WorkOrder_PD_Reject
派单拒绝
Request Information
URI Parameters
None.
Body Parameters
WorkOrderPDRejectRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| WorkOrderStaffId |
工单执行人Id |
string |
Required String length: inclusive between 32 and 32 |
| StaffId |
用户ID |
string |
Required String length: inclusive between 32 and 32 |
| Memo |
备注 |
string |
Max length: 200 |
Request Formats
application/json, text/json
Sample:
{
"WorkOrderStaffId": "sample string 1",
"StaffId": "sample string 2",
"Memo": "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"
}