Skip to main content
Version: 2.2.2

newNonProjectTaskRevenue

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

Java class
Requestweb/wwwroot/ws/java/workforce/NewNonProjectTaskRevenueRequestType.java
Returnweb/wwwroot/ws/java/workforce/NewNonProjectTaskRevenueResponseType.java

Request:

ID #RequiredDescription
NonProjectTaskIdXNonproject task ID #
NameXRevenue name
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:workforce">
<soapenv:Header/>
<soapenv:Body>
<urn:newNonProjectTaskRevenue>
<!--You may enter the following 9 items in any order-->
<urn:NonProjectTaskId>?</urn:NonProjectTaskId>
<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:newNonProjectTaskRevenue>
</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.