POST api/business/saveExemptAuditEmployee
Request Information
URI Parameters
None.
Body Parameters
ExemptAuditEmployeeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| list | Collection of integer |
None. |
|
| exemptAudit | boolean |
None. |
|
| editEmployeeNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"list": [
1,
2
],
"exemptAudit": true,
"editEmployeeNumber": 2
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| data | Object |
None. |
|
| error | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"data": {},
"error": "sample string 3"
}