Skip to main content
Version: 2.2.2

editProjectTaskRevenue

This method allows editing the revenue of a project task. For this action, it is necessary to follow the standard documented below.

Java class
Requestweb/wwwroot/ws/java/project/EditProjectTaskRevenueRequestType.java
Returnweb/wwwroot/ws/java/project/EditProjectTaskRevenueResponseType.java

Request:

ID #RequiredDescription
ProjectIdXProject ID #
ProjectTaskIdProject task ID #
NameXRevenue name for editing
TypeIdXRevenue type ID #
PhaseXStep to add:
1 - Planned;
2 - Rescheduled;
3 - Actual.
DateXDate (format: DD/MM/YYYY or YYYY-MM-DD)
AmountXQuantity
UnitValueXUnit value
DocumentNumberDocument number
DescriptionDescription

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:project">
<soapenv:Header/>
<soapenv:Body>
<urn:editProjectTaskRevenue>
<!--You may enter the following 10 items in any order-->
<urn:ProjectId>?</urn:ProjectId>
<urn:ProjectTaskId>?</urn:ProjectTaskId>
<urn:Name>?</urn:Name>
<urn:TypeId>?</urn:TypeId>
<urn:Phase>?</urn:Phase>
<urn:Date>?</urn:Date>
<urn:Amount>?</urn:Amount>
<urn:UnitValue>?</urn:UnitValue>
<urn:DocumentNumber>?</urn:DocumentNumber>
<urn:Description>?</urn:Description>
</urn:editProjectTaskRevenue>
</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.