POST api/CustomNews/Action_AddUser
加人协助
Request Information
URI Parameters
None.
Body Parameters
ActionAddUserRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| StaffId | string |
Required String length: inclusive between 32 and 32 |
|
| WorkOrderId | string |
Required String length: inclusive between 32 and 32 |
|
| OperStaffId | string |
Required String length: inclusive between 32 and 32 |
|
| Memo | string |
Max length: 200 |
Request Formats
application/json, text/json
Sample:
{
"StaffId": "sample string 1",
"WorkOrderId": "sample string 2",
"OperStaffId": "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"
}