POST api/WorkOrder/WorkOrder_QD
抢单
Request Information
URI Parameters
None.
Body Parameters
WorkOrderQDRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| StaffId |
抢单人ID |
string |
Required String length: inclusive between 32 and 32 |
| WorkOrderId |
工单ID |
string |
Required String length: inclusive between 32 and 32 |
Request Formats
application/json, text/json
Sample:
{
"StaffId": "sample string 1",
"WorkOrderId": "sample string 2"
}
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"
}