Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 595 Bytes

File metadata and controls

14 lines (9 loc) · 595 Bytes

NoteData

Properties

Name Type Description Notes
text String Text content of a note
contactIds List<Integer> Contact Ids linked to a note [optional]
dealIds List<String> Deal Ids linked to a note [optional]
companyIds List<String> Company Ids linked to a note [optional]
isPinned Boolean When creating a note, set it to "true" to pin it. Otherwise, the default value of "false" will be applied. [optional]