Project Revenue (Estimated Fee)

GET {{base_url}}/project/:wbskey/revenue

NOTE: This applies if your Vantagepoint instance has the CRM Plus module activated and you selected the Specific Date option in the Allocation Method field on the Estimated Fee tab of the Contract Management form (in Hubs » Projects » Contract Management).

Use this endpoint to retrieve revenue information based on estimated fee for a project in the Projects Hub.

HEADERS

KeyDatatypeRequiredDescription
Content-TypestringRequired.

The type of content supported by the API endpoint. | | Authorization | string | | Required.

The type of authorization supported by the API endpoint. |

RESPONSES

status: OK

[{"RevAllocID":"287fe694e3d8413a945d896d0b838f23","WBS1":"1998005.00","WBS2":" ","WBS3":" ","Description":"test2","RevenueDate":"2020-07-16T00:00:00.000","RevenueAmt":156,"PercentRevenue":20.8,"CreateUser":"ADMIN","CreateDate":"2020-07-08T17:20:48.450","ModUser":"ADMIN","ModDate":"2020-07-08T17:20:48.450"},{"RevAllocID":"29ed84e2d1e243e5b7b45aee41b7fedc","WBS1":"1998005.00","WBS2":" ","WBS3":" ","Description":"test1","RevenueDate":"2020-07-08T00:00:00.000","RevenueAmt":50,"PercentRevenue":6.67,"CreateUser":"ADMIN","CreateDate":"2020-07-08T17:19:22.377","ModUser":"ADMIN","ModDate":"2020-07-08T17:19:40.297"}]