Description
An activity type that represents a prioritized action to be taken regarding a property, work ticket, or opportunity. Click Tasks for more information.
Resource Overview
| Endpoint | Definition | 
| POST/Tasks | Add a new task. | 
Attributes
| Attribute | Description  | Data Type  | Notes   | 
|---|---|---|---|
| AssignedTo | contacts responsible for completing the milestone | string | Min Length: 1 | 
| DueDate | date and time by which milestone should be completed | DateTime | |
| Notes | RTE field for formatting information about milestone | string | |
| OpportunityID | unique identifier for opportunity associated with task | integer(int32) | Max Length: 2147483647 | 
| Priority | level of importance assigned to task; "High", "Normal," "Low" | string | |
| PropertyID | unique identifier for property | integer(int32) | |
| StartDate | date and time when work on the is scheduled to begin | DateTime | |
| Subject | summary or title of task | string | Max Length: 100 | 
| WorkTicketID | unique identifier for work ticket | integer(int32) |