Skip to main content
Version: 2.2.3

editTaskReplanDate

This method allows for reprogramming the tasks of a project.

Java class
Requestweb/wwwroot/ws/java/project/EditTaskReplanDateRequestType.java
Returnweb/wwwroot/ws/java/project/EditTaskReplanDateResponseType.java

Request:

ID #RequiredDescription
ProjectIdXProject ID #
cdtaskTask code
WbsTask WBS number
StartDateXRescheduled start date [DD/MM/YYYY or YYYY-MM-DD]
EndDateXRescheduled end date [DD/MM/YYYY or YYYY-MM-DD]
info

X¹ - Only one of the fields is required.

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:project">
<soapenv:Header/>
<soapenv:Body>
<urn:editTaskReplanDate>
<!--You may enter the following 2 items in any order-->
<urn:ProjectID>?</urn:ProjectID>
<urn:TaskList>
<!--0 to 1000 repetitions:-->
<urn:task>
<!--You may enter the following 4 items in any order-->
<urn:cdtask>?</urn:cdtask>
<urn:Wbs>?</urn:Wbs>
<urn:StartDate>?</urn:StartDate>
<urn:EndDate>?</urn:EndDate>
</urn:task>
</urn:TaskList>
<urn:editTaskReplanDate>
</soapenv:Body>
</soapenv:Envelope>

Return:

ID #Description
StatusMethod execution status. Its value can be:
SUCCESS: Method executed successfully.
FAILURE: A failure occurred in the method execution.
DetailMethod return detail.
RecordListList with the tasks informed in the request and their specific returns.
cdtaskTask code. Displayed in each Record of the RecordList.
ProjectIDProject ID #. Displayed in each Record of the RecordList.
CodeMethod return code. Displayed in each Record of the RecordList.