Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1012 Bytes

Body9.md

File metadata and controls

20 lines (15 loc) · 1012 Bytes

Body9

Properties

Name Type Description Notes
name String Name of task
duration Long Duration of task in milliseconds [1 minute = 60000 ms] [optional]
taskTypeId String Id for type of task e.g Call / Email / Meeting etc.
date [OffsetDateTime] Task due date and time
notes String Notes added to a task [optional]
done Boolean Task marked as done [optional]
assignToId String To assign a task to a user you can use either the account email or ID. [optional]
contactsIds List<Integer> Contact ids for contacts linked to this task [optional]
dealsIds List<String> Deal ids for deals a task is linked to [optional]
companiesIds List<String> Companies ids for companies a task is linked to [optional]
reminder TaskReminder [optional]