Authorization: ********************
{
"phone_preferences": {
"org_id": "string",
"agent_preview_dialing": true,
"default_ring_length_threshold": 0,
"display_ring_length_threshold": true,
"show_caller_id": true,
"default_use_caller_id": true,
"override_linkback_recording": true,
"caller_id_cfd_sid": 0,
"default_dial_order": {
"custom": {
"dial_order_fields": [
{
"cfd_sid": 0,
"field_name": "string"
}
]
}
},
"answering_machine_detection": "OPTIMIZE_MACHINE_DETECTION",
"linkback_recording": true
},
"field_mask": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/org/preferences/phone/update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone_preferences": {
"org_id": "string",
"agent_preview_dialing": true,
"default_ring_length_threshold": 0,
"display_ring_length_threshold": true,
"show_caller_id": true,
"default_use_caller_id": true,
"override_linkback_recording": true,
"caller_id_cfd_sid": 0,
"default_dial_order": {
"custom": {
"dial_order_fields": [
{
"cfd_sid": 0,
"field_name": "string"
}
]
}
},
"answering_machine_detection": "OPTIMIZE_MACHINE_DETECTION",
"linkback_recording": true
},
"field_mask": "string"
}'
{}