Authorization: ********************
{
"skill_profile_sids": [
0
],
"datetime_range": {
"start_datetime": "1s",
"end_datetime": "1s"
},
"exclude_skill_profiles_with_manual_averages": true,
"skill_profile_group_sids": [
0
]
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/wfm/updateskillprofileaveragesusinghistoricaldata' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"skill_profile_sids": [
0
],
"datetime_range": {
"start_datetime": "1s",
"end_datetime": "1s"
},
"exclude_skill_profiles_with_manual_averages": true,
"skill_profile_group_sids": [
0
]
}'
{}