Skip to main content
Version: 2.2.2

executeNonProjectTask

This method allows executing a nonproject task. For this action, it is necessary to follow the standard documented below.

Java class
Requestweb/wwwroot/ws/java/workforce/ExecuteNonProjectTaskRequestType.java
Returnweb/wwwroot/ws/java/workforce/ExecuteNonProjectTaskResponseType.java

Request:

ID #RequiredDescription
NonProjectTaskIdXNonproject task ID #
UserIdXExecutor user ID
StartDateActual start date (format: DD/MM/YYYY or YYYY-MM-DD)
EndDateActual end date (format: DD/MM/YYYY or YYYY-MM-DD)
ActualPercentageTask execution percentage
UsePlannedOrRescheduledDatesCompletion option:
1 - Apply planned dates,
2 - Apply rescheduled dates.

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:workforce">
<soapenv:Header/>
<soapenv:Body>
<urn:executeNonProjectTask>
<!--You may enter the following 6 items in any order-->
<urn:NonProjectTaskId>?</urn:NonProjectTaskId>
<urn:UserId>?</urn:UserId>
<urn:ActualPercentage>?</urn:ActualPercentage>
<urn:StartDate>?</urn:StartDate>
<urn:EndDate>?</urn:EndDate>
<urn:UsePlannedOrRescheduledDates>?</urn:UsePlannedOrRescheduledDates>
</urn:executeNonProjectTask>
</soapenv:Body>
</soapenv:Envelope>

Return:

ID #Description
StatusMethod execution status. Its value may be:
SUCCESS: Method executed successfully.
FAILURE: An error occurred during the method execution.
CodeRecord code.
DetailMethod return detail.