AddTaskForManager
From
(Difference between revisions)
(3 intermediate revisions by one user not shown) | |||
Line 3: | Line 3: | ||
== Description == | == Description == | ||
− | Add this new | + | Add this new task specifically to the given Manager. |
== Parameters == | == Parameters == | ||
Line 29: | Line 29: | ||
---- | ---- | ||
− | ''See also, | + | |
+ | ''See also, [http://eservicewebtest.econz.com/SOAP/timecard_wsdl_doc.html#op.idm45927087888016 auto generated] doc.'' |
Latest revision as of 06:57, 15 March 2017
Contents |
[edit] Method
AddNewTaskResult addTaskForManager(UserIDBean userID, managerPK, detailedTask)
[edit] Description
Add this new task specifically to the given Manager.
[edit] Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |
String | managerPK | The user PK of the manager to add |
DetailedTaskWithAddress | detailedTask | New detailed task to add. |
[edit] Return Value
AddNewTaskResult
See also, auto generated doc.