Authorization: ********************
{
"hunt_group_sid": 0,
"template": {
"template_sid": "string",
"name": "string",
"description": "string",
"display_all_fields": true,
"dialed_number_field_style": {
"field_style": {
"text_color": "string",
"background_color": "string",
"allow_agent_copy": true
},
"display_to_agent": true
},
"contact_field_styles": [
{
"description_id": 0,
"field_style": {
"text_color": "string",
"background_color": "string",
"allow_agent_copy": true
}
}
],
"template_category": "TEMPLATE_CATEGORY_UNSPECIFIED",
"client_info_display_template_sid": 0,
"hunt_group_sid": 0
}
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/org/huntgroup/createhuntgroupclientinfodisplaytemplate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"hunt_group_sid": 0,
"template": {
"template_sid": "string",
"name": "string",
"description": "string",
"display_all_fields": true,
"dialed_number_field_style": {
"field_style": {
"text_color": "string",
"background_color": "string",
"allow_agent_copy": true
},
"display_to_agent": true
},
"contact_field_styles": [
{
"description_id": 0,
"field_style": {
"text_color": "string",
"background_color": "string",
"allow_agent_copy": true
}
}
],
"template_category": "TEMPLATE_CATEGORY_UNSPECIFIED",
"client_info_display_template_sid": 0,
"hunt_group_sid": 0
}
}'
{
"template_sid": 0
}