AddTaskWithAddress
From
(Difference between revisions)
(Created page with "== Method == AddNewTaskResult addTaskWithAddress(UserIDBean userID) == Description == Gets a summary for all users in the organisation. == Parameters == {| border=1 ...") |
|||
Line 3: | Line 3: | ||
== Description == | == Description == | ||
− | + | Add this new detailed task to the organisation. | |
== Parameters == | == Parameters == | ||
Line 17: | Line 17: | ||
|[[DetailedTaskWithAddress]] | |[[DetailedTaskWithAddress]] | ||
|detailedTask | |detailedTask | ||
− | | | + | |New detailed task to add. |
|} | |} | ||
Revision as of 03:04, 20 January 2017
Contents |
Method
AddNewTaskResult addTaskWithAddress(UserIDBean userID)
Description
Add this new detailed task to the organisation.
Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |
DetailedTaskWithAddress | detailedTask | New detailed task to add. |
Return Value
See also, auto generated doc.