Authorization: ********************
{
"contact_manager_list_id": 0,
"contact_manager_entry_id": 0,
"edited_entry": [
{
"contact_manager_entry_list_id": 0,
"name": "string",
"value": "string",
"type": "string"
}
],
"field": [
{
"name": "string",
"value": "string",
"type": "string"
}
]
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/contactmanager/contactmanager/editcontactentry' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"contact_manager_list_id": 0,
"contact_manager_entry_id": 0,
"edited_entry": [
{
"contact_manager_entry_list_id": 0,
"name": "string",
"value": "string",
"type": "string"
}
],
"field": [
{
"name": "string",
"value": "string",
"type": "string"
}
]
}'
{
"field": [
{
"name": "string",
"value": "string",
"type": "string"
}
]
}