Authorization: ********************
{
"client_info_display_template": {
"name": "string",
"description": "string",
"display_all_fields": true,
"dialed_number_field_style": {
"text_color": {
"red": 0,
"green": 0,
"blue": 0
},
"background_color": {
"red": 0,
"green": 0,
"blue": 0
}
},
"contact_field_styles": [
{
"contact_field_description_sid": 0,
"text_color": {
"red": 0,
"green": 0,
"blue": 0
},
"background_color": {
"red": 0,
"green": 0,
"blue": 0
}
}
],
"id": "string"
}
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/org/clientinfodisplaytemplate/update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_info_display_template": {
"name": "string",
"description": "string",
"display_all_fields": true,
"dialed_number_field_style": {
"text_color": {
"red": 0,
"green": 0,
"blue": 0
},
"background_color": {
"red": 0,
"green": 0,
"blue": 0
}
},
"contact_field_styles": [
{
"contact_field_description_sid": 0,
"text_color": {
"red": 0,
"green": 0,
"blue": 0
},
"background_color": {
"red": 0,
"green": 0,
"blue": 0
}
}
],
"id": "string"
}
}'
{}