应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
---|---|---|---|
企业内部应用 | 是 | 开发者后台申请 | 调试 |
第三方企业应用 | 否 | — | — |
第三方个人应用 | 否 | — | — |
{
"op_user_id": "user1",
"top_group": {
"owner": "user1",
"enable_emp_select_class": true,
"corp_id": "dinge8xxxx",
"skip_holidays": true,
"positions": [
{
"address": "生物科技产业园区经二路21号",
"latitude": "36.687495",
"accuracy": "0",
"title": "青藏高原自然博物馆",
"corp_id": "dinge8xxxx",
"longitude": "101.750329"
}
],
"enable_face_check": true,
"shift_vo_list": [
{
"id": 678215070
}
],
"enable_outside_check": true,
"name": "白班考勤",
"manager_list": [
"userId1"
],
"offset": 500,
"workday_class_list": [
12,
12,
12,
12,
12,
0,
0
]
}
}
curl --location --request POST 'http://127.0.0.1/topapi/attendance/group/modify?access_token=b5e95d101165xxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"op_user_id": "user1",
"top_group": {
"owner": "user1",
"enable_emp_select_class": true,
"corp_id": "dinge8xxxx",
"skip_holidays": true,
"positions": [
{
"address": "生物科技产业园区经二路21号",
"latitude": "36.687495",
"accuracy": "0",
"title": "青藏高原自然博物馆",
"corp_id": "dinge8xxxx",
"longitude": "101.750329"
}
],
"enable_face_check": true,
"shift_vo_list": [
{
"id": 678215070
}
],
"enable_outside_check": true,
"name": "白班考勤",
"manager_list": [
"userId1"
],
"offset": 500,
"workday_class_list": [
12,
12,
12,
12,
12,
0,
0
]
}
}'
{
"result": {
"name": "string",
"id": 0
},
"errmsg": "string",
"errcode": 0,
"success": true,
"request_id": "string"
}