Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.06 KB

Body12.md

File metadata and controls

19 lines (15 loc) · 1.06 KB

Body12

Properties

Name Type Description Notes
name str Name of task [optional]
duration int Duration of task in milliseconds [1 minute = 60000 ms] [optional]
task_type_id str Id for type of task e.g Call / Email / Meeting etc. [optional]
_date datetime Task date/time [optional]
notes str Notes added to a task [optional]
done bool Task marked as done [optional]
assign_to_id str To assign a task to a user you can use either the account email or ID. [optional]
contacts_ids list[int] Contact ids for contacts linked to this task [optional]
deals_ids list[str] Deal ids for deals a task is linked to [optional]
companies_ids list[str] Companies ids for companies a task is linked to [optional]

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