Authorization: ********************
{
"broadcast_preferences": {
"org_id": "string",
"display_list_penetration_strategy": true,
"dial_list_penetration_strategy": true,
"display_follow_the_sun": true,
"follow_the_sun": true,
"sequence_terminator_override": true,
"broadcast_template_ordering": "BY_NAME_ASC",
"start_time_enabled": true,
"default_start_time": {
"hours": 0,
"minutes": 0,
"timezone": "TIME_ZONE_AMERICA_PUERTO_RICO"
},
"stop_time_enabled": true,
"default_stop_time": {
"hours": 0,
"minutes": 0,
"timezone": "TIME_ZONE_AMERICA_PUERTO_RICO"
}
},
"field_mask": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/org/preferences/broadcast/update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"broadcast_preferences": {
"org_id": "string",
"display_list_penetration_strategy": true,
"dial_list_penetration_strategy": true,
"display_follow_the_sun": true,
"follow_the_sun": true,
"sequence_terminator_override": true,
"broadcast_template_ordering": "BY_NAME_ASC",
"start_time_enabled": true,
"default_start_time": {
"hours": 0,
"minutes": 0,
"timezone": "TIME_ZONE_AMERICA_PUERTO_RICO"
},
"stop_time_enabled": true,
"default_stop_time": {
"hours": 0,
"minutes": 0,
"timezone": "TIME_ZONE_AMERICA_PUERTO_RICO"
}
},
"field_mask": "string"
}'
{}