_create
Creates a new Task.
Parameters
etype
The Task type ID.
clientId
The Customer ID.
subject
Short textual description of the task.
details
Further textual details of the task.
resolution
Outcome of the task when completed.
assignedTo
User ID of the user assigned to the task.
eStatus
New - 0, Open - 1, Closed - 2
due_date
Date the Task is due to be completed by the latest.
privacy
Private - 0, Public - 1
time_spent
Period of time spent completing the task.
Example
On Success
Last updated