POST job/delete_job_attendance_batch_setting
删除考勤规则
Request Information
URI Parameters
None.
Body Parameters
DeleteJobAttendanceBatchSettingViewModelName | Description | Type | Additional information |
---|---|---|---|
setting_id | integer |
None. |
|
job_id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "setting_id": 1, "job_id": 2 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
删除考勤规则
BaseResponseName | Description | Type | Additional information |
---|---|---|---|
code | integer |
None. |
|
message | string |
None. |
|
success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 1, "message": "sample string 2", "success": true }