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 ...") |
(→Return Value) |
||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
== Method == | == Method == | ||
− | + | AddNewTaskResult addTaskWithAddress([[UserIDBean]] userID) | |
== 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. |
|} | |} | ||
== Return Value == | == Return Value == | ||
− | + | AddNewTaskResult | |
---- | ---- | ||
− | ''See also, [http://eservicewebtest.econz.com/SOAP/timecard_wsdl_doc.html#op. | + | ''See also, [http://eservicewebtest.econz.com/SOAP/timecard_wsdl_doc.html#op.idm45927087895776 auto generated] doc.'' |
Latest revision as of 19:39, 29 March 2017
Contents |
[edit] Method
AddNewTaskResult addTaskWithAddress(UserIDBean userID)
[edit] Description
Add this new detailed task to the organisation.
[edit] Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |
DetailedTaskWithAddress | detailedTask | New detailed task to add. |
[edit] Return Value
AddNewTaskResult
See also, auto generated doc.