Update a contact in the application.
Request
Default:{{AUTHENTICATION_TOKEN}}
Body Params application/json
This is the field to update contact first name.
This is the field to update contact last name.
This is the field to update contact phone number.
This is the field to update contact email.
{
"contact_entity": "string",
"field_2": "string",
"field_3": "string",
"field_8": "string",
"field_9": "string"
}
Responses
created_at
string <date-time>
optionalupdated_at
string <date-time>
optional{
"contact": {
"id": 0,
"label": "string",
"entity": "string",
"first_name": "string",
"last_name": "string",
"email": "string",
"phone_number": "string",
"created_by": 0,
"updated_by": 0,
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
}
Modified at 2025-07-18 12:50:57