Inserts or creates a task record.
insertTask Parameter Descriptions
Parameter Name |
Data Type |
Description |
task |
Data object |
The following table lists properties from the taskCreate data object that must be populated in order to create a task record. Also note that the same properties must be populated when you are updating a task record, using the taskUpdate data object.
taskCreate Required Properties
Property Name |
Data Type |
Description |
shortDescription |
string |
A brief description of the task. |
currentAssignee |
The user assigned to the task. |
insertTask Response Descriptions
Parameter Name |
Data Type |
Description |
uniqueKey |
string |
The unique key of the newly created record. |
taskCreate for more information about the properties you can set for the expense