Get the Pro Forma IRR details for a project
The ID of the project to get the details for
Can be used to specify a pro forma version in place of the projects current pro forma
GET //finance/projects/{projectId}/pro-forma/irr HTTP/1.1 Host: api.ecosuite.io Authorization: YOUR_API_KEY Accept: */*
successful operation
{ "data": { "irr": 1, "income": 1, "expenses": 1, "netIncome": 1, "capitalCost": 1, "cumulativeCashFlow": 1, "categories": { "ANY_ADDITIONAL_PROPERTY": { "ANY_ADDITIONAL_PROPERTY": 1 } } }, "month": "text" }