Project Geographic DefinitionΒΆ

Project Geographic Definition - Get Project Geographic DefinitionΒΆ

HTTP Request

GET /api/project-geo-definitions/{id}

πŸ“‹ Description: Retrieves the geographic definitions associated with a specific project, enabling users to analyze portfolio and asset data 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

ProjectGeographicDefinitionDto

Project Geographic Definition - Update Project Geographic DefinitionΒΆ

HTTP Request

PUT /api/project-geo-definitions/{id}

πŸ“‹ Description: Updates the geographic definitions for a specified project within the Nakisa Portfolio Management Suite, enabling enhanced asset analytics and portfolio management for real estate properties.

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

Unique identifier for the resource

body

body

ProjectGeographicDefinitionDto

true

Request body containing the updated geographical definition data for a specific project, including attributes relevant to portfolio management and asset analytics.

Responses

Status

Meaning

Description

Schema

200

OK

OK

None

Project Geographic Definition - Delete Project Geographic DefinitionΒΆ

HTTP Request

DELETE /api/project-geo-definitions/{id}

πŸ“‹ Description: Deletes a specified geographic definition from the portfolio management system, ensuring accurate asset analytics and real estate property data management.

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

Unique identifier for the resource

Responses

Status

Meaning

Description

Schema

204

No Content

No Content

None

Project Geographic Definition - Create Project Geographic Definition DtoΒΆ

HTTP Request

POST /api/project-geo-definitions

πŸ“‹ Description: Creates new geographic definitions for projects within the Nakisa Portfolio Management Suite, enabling enhanced asset tracking and analytics for real estate properties.

Parameters

Name

In

Type

Required

Description

body

body

ProjectGeographicDefinitionDto

true

Request body containing geographic definitions for portfolio assets, including relevant analytics and real estate property attributes.

Responses

Status

Meaning

Description

Schema

201

Created

Created

integer

Project Geographic Definition - Get Project Geographic Definition By Project IDΒΆ

HTTP Request

GET /api/project-geo-definitions/project/{projectId}

πŸ“‹ Description: Retrieves geographic definitions associated with a specific project, enabling enhanced portfolio and asset analytics within the Nakisa Portfolio Management Suite.

Parameters

Name

In

Type

Required

Description

projectId

path

integer(int64)

true

Unique identifier for the project

Responses

Status

Meaning

Description

Schema

200

OK

OK

ProjectGeographicDefinitionDto