| Name | Type | Description | Notes |
|---|---|---|---|
| content | String | The content of the note in HTML format. Subject to sanitization on the back-end. | |
| leadId | String | The ID of the lead the note will be attached to. This property is required unless one of (`deal_id/person_id/org_id`) is specified. | [optional] |
| dealId | Number | The ID of the deal the note will be attached to. This property is required unless one of (`lead_id/person_id/org_id`) is specified. | [optional] |
| personId | Number | The ID of the person this note will be attached to. This property is required unless one of (`deal_id/lead_id/org_id`) is specified. | [optional] |
| orgId | Number | The ID of the organization this note will be attached to. This property is required unless one of (`deal_id/lead_id/person_id`) is specified. | [optional] |
| userId | Number | The ID of the user who will be marked as the author of the note. Only an admin can change the author. | [optional] |
| addTime | String | The optional creation date & time of the note in UTC. Can be set in the past or in the future. Requires admin user API token. Format: YYYY-MM-DD HH:MM:SS | [optional] |
| pinnedToLeadFlag | NumberBoolean | If set, the results are filtered by note to lead pinning state (`lead_id` is also required) | [optional] |
| pinnedToDealFlag | NumberBoolean | If set, the results are filtered by note to deal pinning state (`deal_id` is also required) | [optional] |
| pinnedToOrganizationFlag | NumberBoolean | If set, the results are filtered by note to organization pinning state (`org_id` is also required) | [optional] |
| pinnedToPersonFlag | NumberBoolean | If set, the results are filtered by note to person pinning state (`person_id` is also required) | [optional] |