Authorization: ********************
{
"tour_agent_collection": {
"tour_agent_collection_sid": 0,
"tour_pattern_sid": 0,
"min_agents_to_schedule": 0,
"max_agents_to_schedule": 0,
"first_week_pattern_number": 0,
"name": "string",
"wfm_agent_sids": [
0
]
}
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/wfm/updatetouragentcollection' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"tour_agent_collection": {
"tour_agent_collection_sid": 0,
"tour_pattern_sid": 0,
"min_agents_to_schedule": 0,
"max_agents_to_schedule": 0,
"first_week_pattern_number": 0,
"name": "string",
"wfm_agent_sids": [
0
]
}
}'
{}