Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 12.8 KB

Note.md

File metadata and controls

22 lines (19 loc) · 12.8 KB

Note

Fields

Field Type Required Description Example
id Optional<String> The unique identifier of the note 12345
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
customMappings JsonNullable<CustomMappings> When custom mappings are configured on the resource, the result is included here.
updatedBy JsonNullable<String> The user that last updated the note. 12345
createdBy JsonNullable<String> The user that created the note. 12345
updatedAt JsonNullable<String> The timestamp when the note was last updated 2020-09-30T07:43:32.000Z
createdAt JsonNullable<String> The timestamp when the note was created 2020-09-30T07:43:32.000Z
passThrough List<PassThroughBody> The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources.