Company API:Notes

Add a company note

post/companies/{companyId}/notes

Path parameters

companyIdinteger required

Request body

typestring nullable

Note type

textstring required

Note content

contactIdinteger[] nullable

Optional list of related contacts to link to the note

referencestring nullable

Optional reference string used to identify a note or group of notes

Response

Created

noteIdstring uuid required
typestring nullable
sourcestring nullable
textstring nullable
subjectstring nullable
referencestring nullable
readonlyboolean

This note cannot be updated

createdAtstring date-time
updatedAtstring date-time nullable

Changes

No recorded changes to this endpoint across all 2 revisions of this API.