Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 777 Bytes

Task.md

File metadata and controls

14 lines (11 loc) · 777 Bytes

sib_api_v3_sdk.Model.Task

Properties

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

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