Project Capacity PlanningΒΆ
Get Project Capacity PlanningΒΆ
HTTP Request
GET /api/project-capacity-planning/{id}
π Description: Retrieves detailed capacity planning information for a specific project identified by the provided ID, facilitating informed decision-making in portfolio and asset management within the Nakisa Portfolio Management Suite.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
id |
path |
integer(int64) |
true |
Unique identifier for the resource |
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "createdBy": "string",
3 "lastModifiedBy": "string",
4 "createdDate": "2019-08-24T14:15:22Z",
5 "lastModifiedDate": "2019-08-24T14:15:22Z",
6 "archived": true,
7 "externalId": "string",
8 "id": 0,
9 "totalEstimatedTime": 0,
10 "totalAllocatedTime": 0,
11 "projectId": 0
12}
Update Project Capacity PlanningΒΆ
HTTP Request
PUT /api/project-capacity-planning/{id}
π Description: Updates the capacity planning details for a specified project within the Nakisa Portfolio Management Suite, enabling enhanced analytics and strategic decision-making for portfolio and asset management in real estate properties.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
id |
path |
integer(int64) |
true |
Unique identifier for the resource |
body |
body |
true |
Request body containing updated project capacity planning data, including resource allocations and performance metrics relevant to portfolio and asset management. |
Body Parameters
1{
2 "createdBy": "string",
3 "lastModifiedBy": "string",
4 "createdDate": "2019-08-24T14:15:22Z",
5 "lastModifiedDate": "2019-08-24T14:15:22Z",
6 "archived": true,
7 "externalId": "string",
8 "id": 0,
9 "totalEstimatedTime": 0,
10 "totalAllocatedTime": 0,
11 "projectId": 0
12}
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
None |
Create Capacity Planning DtoΒΆ
HTTP Request
POST /api/project-capacity-planning
π Description: Submits project capacity planning data to optimize portfolio and asset management within the Nakisa Portfolio Management Suite, facilitating enhanced analytics for real estate property evaluation.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
body |
body |
true |
Request body containing project capacity planning data, including asset allocation, portfolio metrics, and analytical insights relevant to real estate property management. |
Body Parameters
1{
2 "createdBy": "string",
3 "lastModifiedBy": "string",
4 "createdDate": "2019-08-24T14:15:22Z",
5 "lastModifiedDate": "2019-08-24T14:15:22Z",
6 "archived": true,
7 "externalId": "string",
8 "id": 0,
9 "totalEstimatedTime": 0,
10 "totalAllocatedTime": 0,
11 "projectId": 0
12}
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
201 |
Created |
integer |
Example Responses
10
Get Project Capacity Planning By Project IDΒΆ
HTTP Request
GET /api/project-capacity-planning/project/{projectId}
π Description: Retrieves detailed capacity planning information for a specific project identified by the projectId, enabling informed decision-making within the context of portfolio management and asset analytics.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
projectId |
path |
integer(int64) |
true |
Unique identifier for the project |
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "createdBy": "string",
3 "lastModifiedBy": "string",
4 "createdDate": "2019-08-24T14:15:22Z",
5 "lastModifiedDate": "2019-08-24T14:15:22Z",
6 "archived": true,
7 "externalId": "string",
8 "id": 0,
9 "totalEstimatedTime": 0,
10 "totalAllocatedTime": 0,
11 "projectId": 0
12}