Authorization: ********************
{
"scenario_sid_to_copy": 0,
"include_inactive": true,
"name": "string",
"description": "string",
"schedule_range": {
"start_datetime": "1s",
"end_datetime": "1s"
}
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/wfm/copyscenario' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"scenario_sid_to_copy": 0,
"include_inactive": true,
"name": "string",
"description": "string",
"schedule_range": {
"start_datetime": "1s",
"end_datetime": "1s"
}
}'
{
"schedule_scenario_sid": 0
}