Authorization: ********************
{
"notification_config_entry": {
"adherence_rule_notification_config_entry_id": 0,
"adherence_rule_notification_config_id": 0,
"recipient_user_id": "string",
"notification_medium": "ADHERENCE_RULE_NOTIFICATION_MEDIUM_IN_PRODUCT",
"seconds_to_wait_for_no_response": 0
}
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/wfm/updateadherencerulenotificationconfigentry' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"notification_config_entry": {
"adherence_rule_notification_config_entry_id": 0,
"adherence_rule_notification_config_id": 0,
"recipient_user_id": "string",
"notification_medium": "ADHERENCE_RULE_NOTIFICATION_MEDIUM_IN_PRODUCT",
"seconds_to_wait_for_no_response": 0
}
}'
{}