Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 728 Bytes

Task.md

File metadata and controls

15 lines (11 loc) · 728 Bytes

Task

Properties

Name Type Description Notes
id str Unique task id [optional]
task_type_id str Id for type of task e.g Call / Email / Meeting etc.
name str Name of task
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]