Authorization: Bearer ********************
{
"rosterIds": [47]//rosterId勾选时,要提交的是花名册id
}
curl --location --request PUT '/personAttendanceReport/syncAttendance' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"rosterIds": [47]//rosterId勾选时,要提交的是花名册id
}'
{}