CreateTask
Operation which creates a task in Progression.
|
Property |
Type |
Value |
|
Credentials |
Authentication information |
|
|
Task |
Information concerning the task to be created |
|
|
Location |
Location |
Localization information during the task creation (mobile) |
|
Dispatch |
boolean |
Dispatch task? If yes, a HumanResourceRef must be assigned to the task. |
|
CreateTaskRequest |
||
Java, PHP examples
Java
Task task = new Task(); |
PHP
$task = new stdClass(); |