Authorization: ********************
{
"schedule_scenario": {
"schedule_scenario_sid": 0,
"name": "string",
"description": "string",
"creation_datetime": "1s",
"created_by_user_id": "string",
"is_default": true,
"copied_from_scenario_sid": "string",
"schedule_range": {
"start_datetime": "1s",
"end_datetime": "1s"
},
"datetime_set_to_inactive": "1s",
"is_active": true
},
"call_center_node_name": "string",
"call_center_node_description": "string",
"client_node_name": "string",
"client_node_description": "string",
"location_node_name": "string",
"location_node_description": "string",
"program_node_name": "string",
"program_node_description": "string",
"time_zone_val": "TIME_ZONE_AMERICA_PUERTO_RICO",
"skill_profile_category": {
"skill_profile_category_sid": 0,
"skill_profile_category_type": "SINGLE_SKILL_PROFILE"
}
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/wfm/createschedulescenariowithnodes' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"schedule_scenario": {
"schedule_scenario_sid": 0,
"name": "string",
"description": "string",
"creation_datetime": "1s",
"created_by_user_id": "string",
"is_default": true,
"copied_from_scenario_sid": "string",
"schedule_range": {
"start_datetime": "1s",
"end_datetime": "1s"
},
"datetime_set_to_inactive": "1s",
"is_active": true
},
"call_center_node_name": "string",
"call_center_node_description": "string",
"client_node_name": "string",
"client_node_description": "string",
"location_node_name": "string",
"location_node_description": "string",
"program_node_name": "string",
"program_node_description": "string",
"time_zone_val": "TIME_ZONE_AMERICA_PUERTO_RICO",
"skill_profile_category": {
"skill_profile_category_sid": 0,
"skill_profile_category_type": "SINGLE_SKILL_PROFILE"
}
}'
{
"schedule_scenario_sid": 0
}