Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.31 KB

Body11.md

File metadata and controls

20 lines (16 loc) · 1.31 KB

Body11

Properties

Name Type Description Notes
Name string Name of task [default to null]
Duration int64 Duration of task in milliseconds [1 minute = 60000 ms] [optional] [default to null]
TaskTypeId string Id for type of task e.g Call / Email / Meeting etc. [default to null]
Date time.Time Task due date and time [default to null]
Notes string Notes added to a task [optional] [default to null]
Done bool Task marked as done [optional] [default to null]
AssignToId string To assign a task to a user you can use either the account email or ID. [optional] [default to null]
ContactsIds []int32 Contact ids for contacts linked to this task [optional] [default to null]
DealsIds []string Deal ids for deals a task is linked to [optional] [default to null]
CompaniesIds []string Companies ids for companies a task is linked to [optional] [default to null]
Reminder *TaskReminder [optional] [default to null]

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