Field | Type | Required | Description | Example |
---|---|---|---|---|
title |
JsonNullable<String> | ➖ | The title of the note | Meeting Notes |
content |
JsonNullable<String> | ➖ | The content of the note. | Office hours are 9AM-6PM |
ownerId |
JsonNullable<String> | ➖ | The user that owns the note. | 12345 |
contactId |
JsonNullable<String> | ➖ | The contact that is related to the note. | 12345 |
companyId |
JsonNullable<String> | ➖ | The company that is related to the note. | 12345 |
opportunityId |
JsonNullable<String> | ➖ | The opportunity that is related to the note. | 12345 |
leadId |
JsonNullable<String> | ➖ | The lead that is related to the note. | 12345 |
active |
JsonNullable<Boolean> | ➖ | Whether the Note is active or not. | true |
passThrough |
List<PassThroughBody> | ➖ | The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. |