Consumer Price Index

Search Consumer Price Index Categories

HTTP Request

POST /api/consumer-price-index-categories/search

📋 Description: Submits a search request for consumer price index categories, enabling users to analyze portfolio and asset performance within the Nakisa Portfolio Management Suite, particularly in the context of real estate property analytics.

Parameters

Name

In

Type

Required

Description

body

body

ConsumerPriceIndexCategoryDtoFilter

true

Request body containing search criteria for consumer price index categories, including relevant filters and parameters to support portfolio and asset analytics within the real estate property domain.

Responses

Status

Meaning

Description

Schema

200

OK

OK

PageConsumerPriceIndexCategoryDto

Get Consumer Price Index Value By Category Id And Date

HTTP Request

GET /api/consumer-price-index-values/consumer-price-index-category/{categoryId}/{referenceDate}

📋 Description: Retrieves consumer price index values for a specified category and reference date, enabling portfolio and asset analytics within the Nakisa Portfolio Management Suite for informed real estate property decision-making.

Parameters

Name

In

Type

Required

Description

categoryId

path

integer(int64)

true

Unique identifier for the category

referenceDate

path

string

true

Date of the reference

Responses

Status

Meaning

Description

Schema

200

OK

OK

ConsumerPriceIndexValueDto

Get Consumer Price Index Categories

HTTP Request

GET /api/consumer-price-index-categories

📋 Description: Retrieves a list of consumer price index categories relevant to portfolio and asset analytics within the Nakisa Portfolio Management Suite, facilitating informed decision-making in real estate property management.

Responses

Status

Meaning

Description

Schema

200

OK

OK

PageConsumerPriceIndexCategoryDto

Get Consumer Price Index Category

HTTP Request

GET /api/consumer-price-index-categories/{id}

📋 Description: Retrieves detailed information about a specific consumer price index category by its unique identifier, 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

ConsumerPriceIndexCategoryDto