CallDownPatchRequest
Allowed fields for updating a server-owned call-back entry.
Properties
| Property | Type | Required | Description |
|---|---|---|---|
contactId |
one of: string, number | No | Replacement CRM contact identifier. |
contactType |
string | No | Replacement connector-defined CRM entity type. |
status |
string | No | Replacement status, normally scheduled or called. |
scheduledAt |
string · date-time or null | No | Replacement callback time. |
lastCallAt |
string · date-time or null | No | Replacement last-call time. |
contactName |
string | No | Replacement contact display name accepted by the handler but not retained by the current persistence model. |
phoneNumber |
string | No | Replacement callback phone number accepted by the handler but not retained by the current persistence model. |
note |
string | No | Replacement callback note accepted by the handler but not retained by the current persistence model. |
Example
{
"contactId": "string",
"contactType": "string",
"status": "string",
"scheduledAt": "2026-01-01T00:00:00Z",
"lastCallAt": "2026-01-01T00:00:00Z",
"contactName": "string",
"phoneNumber": "string",
"note": "string"
}