Reference → Resource Management Web Service → GetAllocationsForInvesment
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 | TimephasedContour | An array representing the contour. |
| Rates | Rate | 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. |
| invesmentId | int | The ID of the investment for which to get allocations. |
Copyright © 2003–2011 Serena Software, Inc. All rights reserved.