Skip to main content
Update Contact Note

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

select
string

Select columns to return

id
string
required

Contact note ID

created_at
string

Contact note creation date

organisation_id
string

Organisation ID

updated_at
string

Latest update

contact_id
string

Contact ID

text
string

Text of contact note

created_by_id
string

Contact note created by ID

Body

application/json

contact_note

id
string<uuid>
default:random uuid

Contact note ID

created_at
string<timestamp with time zone>
default:now()

Contact note creation date

organisation_id
string<uuid>

Organisation ID

updated_at
string<timestamp with time zone>
default:now()

Latest update

contact_id
string<uuid>

Contact ID

text
string<text> | null

Text of contact note

created_by_id
string<uuid> | null

Contact note created by ID

Response

The updated Contact Note object

id
string<uuid>
default:random uuid

Contact note ID

created_at
string<timestamp with time zone>
default:now()

Contact note creation date

organisation_id
string<uuid>

Organisation ID

updated_at
string<timestamp with time zone>
default:now()

Latest update

contact_id
string<uuid>

Contact ID

text
string<text> | null

Text of contact note

created_by_id
string<uuid> | null

Contact note created by ID