UpdateTaskStartEnd
From
(Difference between revisions)
(One intermediate revision by one user not shown) | |||
Line 19: | Line 19: | ||
|The indentifier for the Task. | |The indentifier for the Task. | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
− | |DateTime | + | |[[DateTime]] |
|start | |start | ||
|Start date for the tasks visibility window | |Start date for the tasks visibility window | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
− | |DateTime | + | |[[DateTime]] |
|end | |end | ||
|End date for the tasks visibility window | |End date for the tasks visibility window | ||
Line 32: | Line 32: | ||
---- | ---- | ||
+ | |||
''See also, [http://eservicewebtest.econz.com/SOAP/timecard_wsdl_doc.html#op.idm45578448835120 auto generated] doc.'' | ''See also, [http://eservicewebtest.econz.com/SOAP/timecard_wsdl_doc.html#op.idm45578448835120 auto generated] doc.'' |
Latest revision as of 23:16, 13 June 2018
Contents |
[edit] Method
UpdateTaskResult updateTaskStartEnd(UserIDBean userID, taskID, start, end)
[edit] Description
Updates the time period visibility of the given task. The task will be visible on mobile devices from the given start date to the given end date.
[edit] Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |
String | taskID | The indentifier for the Task. |
DateTime | start | Start date for the tasks visibility window |
DateTime | end | End date for the tasks visibility window |
[edit] Return Value
UpdateTaskResult
See also, auto generated doc.