Authorization: ********************
{
"destination_schedule": {
"schedule_sid": 0,
"schedule_type": "DRAFT"
},
"shift_instance_sids": [
0
],
"overlap_as_warning": true,
"source_schedule_type": "DRAFT"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/wfm/copyshiftinstancestoschedule' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"destination_schedule": {
"schedule_sid": 0,
"schedule_type": "DRAFT"
},
"shift_instance_sids": [
0
],
"overlap_as_warning": true,
"source_schedule_type": "DRAFT"
}'
{
"diagnostics": [
{
"level": "INFORMATION",
"code": "GENERAL",
"message": "string",
"source_entity": {
"parent_sid": 0,
"parent_type": "CALL_CENTER_NODE"
}
}
]
}