Authorization: ********************
{
"hunt_group_sid": 0,
"exile_links": [
{
"parameter_sid": 0,
"hunt_group_sid": 0,
"name": "string",
"description": "string",
"order": 0,
"inbound_data": {
"record_id": {
"contact_field_sid": 0,
"helper_value": "string",
"parameter_source_type": "PARAMETER_SOURCE_TYPE_UNSPECIFIED"
},
"alternate_id": {
"contact_field_sid": 0,
"helper_value": "string",
"parameter_source_type": "PARAMETER_SOURCE_TYPE_UNSPECIFIED"
}
},
"outbound_data": {
"record_id": {
"contact_field_sid": 0,
"helper_value": "string",
"parameter_source_type": "PARAMETER_SOURCE_TYPE_UNSPECIFIED"
},
"alternate_id": {
"contact_field_sid": 0,
"helper_value": "string",
"parameter_source_type": "PARAMETER_SOURCE_TYPE_UNSPECIFIED"
}
}
}
]
}
curl --location --request POST 'https://api.cbf.tcn.com/services/org/huntgroups/v1alpha1/updatehuntgroupexilelinks' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"hunt_group_sid": 0,
"exile_links": [
{
"parameter_sid": 0,
"hunt_group_sid": 0,
"name": "string",
"description": "string",
"order": 0,
"inbound_data": {
"record_id": {
"contact_field_sid": 0,
"helper_value": "string",
"parameter_source_type": "PARAMETER_SOURCE_TYPE_UNSPECIFIED"
},
"alternate_id": {
"contact_field_sid": 0,
"helper_value": "string",
"parameter_source_type": "PARAMETER_SOURCE_TYPE_UNSPECIFIED"
}
},
"outbound_data": {
"record_id": {
"contact_field_sid": 0,
"helper_value": "string",
"parameter_source_type": "PARAMETER_SOURCE_TYPE_UNSPECIFIED"
},
"alternate_id": {
"contact_field_sid": 0,
"helper_value": "string",
"parameter_source_type": "PARAMETER_SOURCE_TYPE_UNSPECIFIED"
}
}
}
]
}'
{}