Skip to main content
Create 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

Filtering Columns

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