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

OK

ProjectCapacityPlanningDto

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

ProjectCapacityPlanningDto

true

Request body containing updated project capacity planning data, including resource allocations and performance metrics relevant to portfolio and asset management.

Responses

Status

Meaning

Description

Schema

200

OK

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

ProjectCapacityPlanningDto

true

Request body containing project capacity planning data, including asset allocation, portfolio metrics, and analytical insights relevant to real estate property management.

Responses

Status

Meaning

Description

Schema

201

Created

Created

integer

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

OK

ProjectCapacityPlanningDto