Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 628 Bytes

Note.md

File metadata and controls

16 lines (11 loc) · 628 Bytes

Note

Properties

Name Type Description Notes
id String Unique note Id [optional]
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]
authorId Object Account details of user which created the note [optional]
createdAt [OffsetDateTime] Note created date/time [optional]
updatedAt [OffsetDateTime] Note updated date/time [optional]