Authorization: ********************
{
"non_skill_activity_sid": 0,
"node": {
"parent_sid": 0,
"parent_type": "CALL_CENTER_NODE"
},
"association_type": "IS_ASSOCIATED_WITH",
"schedule_scenario_sid": 0
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/wfm/upsertnonskillactivityassociation' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"non_skill_activity_sid": 0,
"node": {
"parent_sid": 0,
"parent_type": "CALL_CENTER_NODE"
},
"association_type": "IS_ASSOCIATED_WITH",
"schedule_scenario_sid": 0
}'
{
"upsert_succeeded": true,
"nodes_affected": [
{
"parent_sid": 0,
"parent_type": "CALL_CENTER_NODE"
}
],
"rules_using_activity": [
{
"left_entity": {
"parent_sid": 0,
"parent_type": "CALL_CENTER_NODE"
},
"right_entity": {
"parent_sid": 0,
"parent_type": "CALL_CENTER_NODE"
}
}
]
}