GET api/WorkOrder/GetWorkOrderSettingByTaskBusinessId?id={id}&userId={userId}
工单配置信息 我的代办,我的已办
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
|
| userId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultObjOfBaseSettingResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | BaseSettingResponseModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": {
"IfQiangDan": true,
"IfBack": true,
"IfAddStaff": true,
"IfPaiDan": true
}
}