AddTaskWithAddress
From
(Difference between revisions)
Line 1: | Line 1: | ||
== Method == | == Method == | ||
− | + | AddNewTaskResult addTaskWithAddress([[UserIDBean]] userID) | |
== Description == | == Description == | ||
Line 21: | Line 21: | ||
== Return Value == | == Return Value == | ||
− | + | AddNewTaskResult | |
---- | ---- | ||
''See also, [http://eservicewebtest.econz.com/SOAP/timecard_wsdl_doc.html#op.idm46361180251008 auto generated] doc.'' | ''See also, [http://eservicewebtest.econz.com/SOAP/timecard_wsdl_doc.html#op.idm46361180251008 auto generated] doc.'' |
Revision as of 03:06, 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
AddNewTaskResult
See also, auto generated doc.