GetAllocationsForInvestment

This method gets the allocations associated with a specified investment. It returns an array of type AllocationWithContours, which contains the following fields:

Field Datatype Description
Resource Resource The resource associated with the contour.
Contours ArrayOfTimephasedData An array representing the contour.
Rates ArrayOfRate An array representing the rates associated with a resource.

The parameters for the GetAllocationsForInvestment method are:

Parameter Datatype Description
token string The token returned by the Connect method.
investmentId int The Id of the investment for which to get allocations.