Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 974 Bytes

Body6.md

File metadata and controls

20 lines (15 loc) · 974 Bytes

Body6

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 User id to whom task is assigned [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]