Skip to main content
PATCH
Update a CRM event

Authorizations

Authorization
string
header
required

Bearer token created for a specific company in Integrations → API.

Path Parameters

contactActivityLog
integer
required

Contact activity ID.

Example:

551

Body

application/json

Payload for updating a CRM event. Only metadata, optional new attachmentUploadTokens[], and optional deletedAttachmentIds[] are mutable. type, businessCaseId, clientId, and supplierId are forbidden on update.

metadata
object
required

Type-dependent payload for the existing CRM event type. Do not send snapshot fields or relatedDocument; those are computed or persisted by the backend.

attachmentUploadTokens
string[]
Example:
deletedAttachmentIds
integer[]
Example:

Response

CRM event updated.

Unified CRM event.

id
integer

Internal CRM event ID.

Example:

551

type
enum<string>

CRM event type.

Available options:
note,
email,
phone_call,
document_linked,
document_created,
document_updated,
document_deleted,
document_payment_added
Example:

"note"

metadata
object

CRM event metadata prepared for the Fintoro API response.

attachments
object[]
businessCaseId
integer | null

Business case ID when the activity is linked to a business case.

Example:

501

clientId
integer | null

Client ID when the activity is linked directly to a client outside a business case.

Example:

101

supplierId
integer | null

Supplier ID when the activity is linked directly to a supplier outside a business case.

Example:

151

createdAt
string<date-time> | null

CRM event creation timestamp.

Example:

"2026-03-10T10:00:00+01:00"

updatedAt
string<date-time> | null

CRM event last update timestamp.

Example:

"2026-03-10T10:30:00+01:00"