POST api/CustomNews/Action_AddUser_Approval
加人协助
Request Information
URI Parameters
None.
Body Parameters
ActionAddUserApprovalRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| WorkOrderStaffId | string |
Required String length: inclusive between 32 and 32 |
|
| IsApproval | boolean |
None. |
|
| StaffId | 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",
"IsApproval": true,
"StaffId": "sample string 3",
"Memo": "sample string 4"
}
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"
}