Create a note
Creates an internal note attached to a client or company. Requires title, entityId, and entityType; content is optional. Only internal users with sufficient privileges can create notes.
Authorizations
Body
Note to create
ForeignKeyId is the ID of the client or company to attach the note to.
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
ForeignKeyType is the kind of entity to attach the note to.
client, company "client"
Title is the short heading of the note.
"Onboarding call summary"
Content is the body of the note. Optional; a note may have a title only.
"Discussed the rollout timeline and next steps."
Response
OK
Content is the body of the note.
"Discussed the rollout timeline and next steps."
CreatorId is the ID of the internal user who created the note. TODO(@foley): Let's remove this and use CreatedBy from Model, we'll need to do some backward compatibility work for the platform API.
"7b1c5d9e-2f34-4a8b-9c0d-1e2f3a4b5c6d"
ForeignKeyId is the ID of the client or company the note is attached to.
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
ForeignKeyType is the kind of entity the note is attached to.
client, company "client"
PortalID is the workspace the note belongs to.
"a1b2c3d4-5678-90ab-cdef-1234567890ab"
Title is the short heading of the note.
"Onboarding call summary"