Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 830 Bytes

Task.md

File metadata and controls

15 lines (11 loc) · 830 Bytes

Task

Properties

Name Type Description Notes
Id string Unique task id [optional] [default to null]
TaskTypeId string Id for type of task e.g Call / Email / Meeting etc. [default to null]
Name string Name of task [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]

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