AddTaskWithAddress

From
(Difference between revisions)
Jump to: navigation, search
(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)
+
AddNewTaskResult addTaskWithAddress([[UserIDBean]] userID)
  
 
== Description ==
 
== Description ==
Gets a summary for all users in the organisation.
+
Add this new detailed task to the organisation.
  
 
== Parameters ==
 
== Parameters ==
Line 17: Line 17:
 
|[[DetailedTaskWithAddress]]
 
|[[DetailedTaskWithAddress]]
 
|detailedTask
 
|detailedTask
|Add this new detailed task.
+
|New detailed task to add.
 
|}
 
|}
  
 
== Return Value ==
 
== Return Value ==
[[AddNewTaskResult]]
+
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.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.

Personal tools
MediaWiki Appliance - Powered by TurnKey Linux