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

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

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

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

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