getProjectCost
This method allows viewing project costs.
To insert each of these items, it is necessary to follow the standard documented below.
Java class | |
---|---|
Request | web/wwwroot/ws/java/timecontrol/GetProjectCostRequestType.java |
Return | web/wwwroot/ws/java/timecontrol/GetProjectCostResponseType.java |
Request:
ID # | Required | Description |
---|---|---|
ProjectId | Project ID # |
Request structure:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:project">
<soapenv:Header/>
<soapenv:Body>
<urn:getProjectCost>
<urn:ProjectId>?</urn:ProjectId>
</urn:getProjectCost>
</soapenv:Body>
</soapenv:Envelope>
Return:
ID # | Description |
---|---|
return | SUCCESS:Â returns a list with the cost data: â–ª NAME: Cost name â–ª TYPEID: Cost 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 â–ª COSTCLASSIFICATION: Cost classification FAILURE: ProjectTaskId: - Impossible to find project; |