Skip to main content
Version: 2.2.2

getProjectRevenue

This method allows viewing project revenues.

To insert each of these items, it is necessary to follow the standard documented below.

Java class
Requestweb/wwwroot/ws/java/timecontrol/GetProjectRevenueRequestType.java
Returnweb/wwwroot/ws/java/timecontrol/GetProjectRevenueResponseType.java

Request:

ID #RequiredDescription
PROJECTIDProject ID #

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:project">
<soapenv:Header/>
<soapenv:Body>
<urn:getProjectRevenue>
<urn:ProjectId>?</urn:ProjectId>
</urn:getProjectRevenue>
</soapenv:Body>
</soapenv:Envelope>

Return:

ID #Description
returnSUCCESS: returns a list with the revenue data:
â–ª NAME: Revenue name
â–ª TYPEID: Revenue type ID #
â–ª PLANNEDDATE: Planned due date
â–ª PLANNEDAMOUNT: Planned amount
â–ª PLANNEDUNITVALUE: Planned unit value
â–ª PLANNEDTOTALVALUE: Planned total value
â–ª RESCHEDULEDATE: Rescheduled due date
â–ª RESCHEDULEAMOUNT: Rescheduled amount
â–ª RESCHEDULEUNITVALUE: Rescheduled unit value
â–ª RESCHEDULETOTALVALUE: Rescheduled total value
â–ª ACTUALDATE: Actual due date
â–ª ACTUALAMOUNT: Actual amount
â–ª ACTUALUNITVALUE: Actual unit value
â–ª ACTUALTOTALVALUE: Actual total value
â–ª DOCUMENTNUMBER: Document number
â–ª DESCRIPTION: Description
FAILURE:
ProjectTaskId: - Impossible to find project;