Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 753 Bytes

Note.md

File metadata and controls

16 lines (12 loc) · 753 Bytes

Note

Properties

Name Type Description Notes
id str Unique note Id [optional]
text str Text content of a note
contact_ids list[int] Contact ids linked to a note [optional]
deal_ids list[str] Deal ids linked to a note [optional]
author_id object Account details of user which created the note [optional]
created_at datetime Note created date/time [optional]
updated_at datetime Note updated date/time [optional]

[Back to Model list] [Back to API list] [Back to README]