Skip to main content
Version: 2.2.1

executeProjectTask

This method allows executing the task of a project.

Java class
Requestweb/wwwroot/ws/java/project/ExecuteProjectTaskRequestType.java
Returnweb/wwwroot/ws/java/project/ExecuteProjectTaskResponseType.java

Request:

ID #RequiredDescription
ProjectIdXProject ID #
ProjectTaskIdXProject task ID #
UserIdXExecutor user ID
StartDateXActual start date (used when UsePlannedOrRescheduledDates is not filled out) [DD/MM/YYYY or YYYY-MM-DD]
EndDateX¹Actual end date (used when UsePlannedOrRescheduledDates is not filled out) [DD/MM/YYYY or YYYY-MM-DD]
ActualPercentageXActivity execution percentage (100 when UsePlannedOrRescheduledDates is filled out)
UsePlannedOrRescheduledDatesXReports whether the execution should be performed by the planned, rescheduled, or user-defined date
WbsXWBS number of the task
info

X¹ - Required when ActualPercentage is equal to 100.

::: Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:project">
<soapenv:Header/>
<soapenv:Body>
<urn:executeProjectTask>
<!--You may enter the following 8 items in any order-->
<urn:ProjectId>?</urn:ProjectId>
<urn:ProjectTaskId>?</urn:ProjectTaskId>
<urn:Wbs>?</urn:Wbs>
<urn:UserId>?</urn:UserId>
<urn:ActualPercentage>?</urn:ActualPercentage>
<urn:StartDate>?</urn:StartDate>
<urn:EndDate>?</urn:EndDate>
<urn:UsePlannedOrRescheduledDates>?</urn:UsePlannedOrRescheduledDates>
</urn:executeProjectTask>
</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.