Creates a new schedule scenario for the org sending the request with the provided parameters. The new @schedule_scenario_sid of the new entity will be returned in the response. It also creates 1 of each of the following: call center, client, program, location node, and on call scheduling activity (if it doesn't exist already for the org). The @node_description fields may optionally be left blank. The @copied_from_scenario_sid field will be ignored, as it will be set to nil in the newly created scenario. The @creation_datetime and @is_default fields will also be ignored and set as the current time and false respectively. The @skill_profile_category will be associated with the created program node. Errors:
grpc.Invalid: parameters in the @req are invalid for the org making the request.
grpc.NotFound: the @skill_profile_category does not exist.
grpc.Internal: error occurs when creating the new scenario, or any of the node entities.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/json
Example
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.cbf.tcn.com/api/v1alpha1/wfm/createschedulescenariowithnodes' \
--header'Content-Type: application/json' \
--data-raw''