UpdateTaskStartEnd
From
(Difference between revisions)
(Created page with "== Method == UpdateTaskResult updateTaskStartEnd(UserIDBean userID, taskID, start, end) == Description == Updates the time period visibility of the given task. The task w...") |
|||
Line 33: | Line 33: | ||
---- | ---- | ||
− | ''See also, | + | ''See also, [http://eservicewebtest.econz.com/SOAP/timecard_wsdl_doc.html#op.idm45578448835120 auto generated] doc.'' |
Revision as of 04:41, 20 January 2017
Contents |
Method
UpdateTaskResult updateTaskStartEnd(UserIDBean userID, taskID, start, end)
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.
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 |
Return Value
UpdateTaskResult
See also, auto generated doc.