Unit Of Measure

Get Unit Of Measure

HTTP Request

GET /api/unit-of-measures/{id}

📋 Description: Retrieves the details of a specific unit of measure identified by the provided ID, facilitating accurate asset and portfolio analytics 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

UnitOfMeasureDto

Update Unit Of Measure

HTTP Request

PUT /api/unit-of-measures/{id}

📋 Description: Updates the specified unit of measure within the Nakisa Portfolio Management Suite, enabling accurate asset and portfolio analytics for real estate properties.

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

Unique identifier for the resource

body

body

UnitOfMeasureDto

true

Request body containing the updated unit of measure data, including attributes relevant to portfolio and asset management within the Nakisa Portfolio Management Suite.

Responses

Status

Meaning

Description

Schema

200

OK

OK

UnitOfMeasureDto

Delete Unit Of Measure

HTTP Request

DELETE /api/unit-of-measures/{id}

📋 Description: Deletes a specified unit of measure from the Nakisa Portfolio Management Suite, ensuring accurate asset and portfolio analytics within the real estate property domain.

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

Get Unit Of Measures

HTTP Request

GET /api/unit-of-measures

📋 Description: Retrieves a list of unit of measures used within the Nakisa Portfolio Management Suite, facilitating accurate analytics and reporting for portfolio and asset management in real estate properties.

Responses

Status

Meaning

Description

Schema

200

OK

OK

PageUnitOfMeasureDto

Create Unit Of Measures

HTTP Request

POST /api/unit-of-measures

📋 Description: Creates a new unit of measure within the Nakisa Portfolio Management Suite, enabling precise asset and portfolio analytics for real estate properties.

Parameters

Name

In

Type

Required

Description

body

body

UnitOfMeasureDto

true

Request body containing the unit of measure data, including attributes relevant to portfolio analytics and real estate property management.

Responses

Status

Meaning

Description

Schema

201

Created

Created

Inline

Response Schema

Status Code 201

Name

Type

Required

Restrictions

Description

anonymous

[UnitOfMeasureDto]

false

none

[Data transfer object representing the unit of measure utilized within the Nakisa Portfolio Management Suite, essential for accurately quantifying and analyzing assets in the context of portfolio management and real estate property analytics.]

» id

integer(int64)

false

none

Unique identifier for the resource

» status

string

false

none

Status of the resource

» displayId

string

true

none

Unique identifier for the display

» erpSystemId

integer(int64)

false

none

Unique identifier for the erp system

» erpSystemDisplayId

string

false

none

Unique identifier for the erp system display

» name

string

false

none

Name of the resource

Enumerated Values

Attribute

Value

status

ACTIVE, CREATED, DECOMMISSIONED, DISABLED

Search Unit Of Measures

HTTP Request

POST /api/unit-of-measures/search

📋 Description: Submits a request to search for unit of measures relevant to portfolio and asset analytics within the Nakisa Portfolio Management Suite, enabling users to efficiently manage real estate property data.

Parameters

Name

In

Type

Required

Description

body

body

UnitOfMeasureDtoFilter

true

Request body containing search criteria for unit of measures relevant to portfolio analytics and real estate property management.

Responses

Status

Meaning

Description

Schema

200

OK

OK

PageUnitOfMeasureDto