Operating Cost Expense Type

Get Operating Cost Expense Type

HTTP Request

GET /api/operating-cost-expense-types/{id}

📋 Description: Retrieves detailed information about a specific operating cost expense type 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

OperatingCostExpenseTypeDto

Update Operating Cost Expense Type

HTTP Request

PUT /api/operating-cost-expense-types/{id}

📋 Description: Updates the details of a specified operating cost expense type within the Nakisa Portfolio Management Suite, enabling users to maintain accurate financial analytics 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

OperatingCostExpenseTypeDto

true

Request body containing the updated operating cost expense type data, including relevant attributes for portfolio and asset management within the Nakisa Portfolio Management Suite.

Responses

Status

Meaning

Description

Schema

200

OK

OK

OperatingCostExpenseTypeDto

Delete Operating Cost Expense Type

HTTP Request

DELETE /api/operating-cost-expense-types/{id}

📋 Description: Deletes a specified operating cost expense type from the Nakisa Portfolio Management Suite, enabling users to maintain accurate and relevant financial data related to portfolio and asset management.

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

Unique identifier for the resource

Responses

Status

Meaning

Description

Schema

200

OK

OK

None

Get Operating Cost Expense Types

HTTP Request

GET /api/operating-cost-expense-types

📋 Description: Retrieves a list of operating cost expense types relevant to portfolio and asset management within the Nakisa Portfolio Management Suite, facilitating enhanced analytics for real estate properties.

Parameters

Name

In

Type

Required

Description

pageable

query

Pageable

true

Indicates whether the results of the operating cost expense types query should be returned in a paginated format, facilitating efficient data retrieval for portfolio and asset analytics within the Nakisa Portfolio Management Suite.

expenes-type-id

query

string

false

Unique identifier for the specific type of operating cost expense, facilitating accurate portfolio and asset analytics within the Nakisa Portfolio Management Suite.

expense-group-id

query

string

false

Unique identifier for the expense group, used to filter and retrieve specific operating cost expense types within the Nakisa Portfolio Management Suite.

Responses

Status

Meaning

Description

Schema

200

OK

OK

PagedModelEntityModelOperatingCostExpenseTypeDto

Add Operating Cost Expense Types

HTTP Request

POST /api/operating-cost-expense-types

📋 Description: Creates a new operating cost expense type within the Nakisa Portfolio Management Suite, enabling users to categorize and analyze expenses related to portfolio and asset management in real estate properties.

Parameters

Name

In

Type

Required

Description

body

body

OperatingCostExpenseTypeDto

true

Request body containing the operating cost expense type details, including relevant attributes for portfolio and asset management within the Nakisa Portfolio Management Suite.

Responses

Status

Meaning

Description

Schema

201

Created

Created

Inline

Response Schema

Status Code 201

Name

Type

Required

Restrictions

Description

anonymous

[OperatingCostExpenseTypeDto]

false

none

[Data transfer object representing the classification of operating cost expenses associated with real estate properties within the Nakisa Portfolio Management Suite, facilitating effective portfolio and asset analytics.]

» createdBy

string

false

none

Username of who created this resource

» lastModifiedBy

string

false

none

Username of who last modified this resource

» createdDate

string(date-time)

false

none

Date of the created

» lastModifiedDate

string(date-time)

false

none

Date of the last modified

» archived

boolean

false

none

Boolean flag indicating archived status

» externalId

string

false

none

Unique identifier for the external

» id

integer(int64)

false

none

Unique identifier for the resource

» operatingCostExpenseTypeId

integer(int64)

false

none

Unique identifier for the operating cost expense type

» expenseGroupId

integer(int64)

false

none

Unique identifier for the expense group

» operatingCostExpenseTypeOption

PickListOptionDto

false

none

Data transfer object representing an option within a pick list, utilized for categorizing and managing portfolio assets and analytics in the Nakisa Portfolio Management Suite, particularly in the context of real estate property management.

»» createdBy

string

false

none

Username of who created this resource

»» lastModifiedBy

string

false

none

Username of who last modified this resource

»» createdDate

string(date-time)

false

none

Date of the created

»» lastModifiedDate

string(date-time)

false

none

Date of the last modified

»» archived

boolean

false

none

Boolean flag indicating archived status

»» externalId

string

false

none

Unique identifier for the external

»» id

integer(int64)

false

none

Unique identifier for the resource

»» priority

integer(int64)

false

none

Priority of the resource

»» internalId

integer(int64)

false

none

Unique identifier for the internal

»» pickListCode

string

false

none

Code for the pick list

»» pickListLabel

string

false

none

Label for the pick list

»» label

string

false

none

Label for the resource

»» cultureId

integer(int64)

false

none

Unique identifier for the culture

»» labelDtos

[LabelDto]

false

none

List of labelDtos items

»»» createdBy

string

false

none

Username of who created this resource

»»» lastModifiedBy

string

false

none

Username of who last modified this resource

»»» createdDate

string(date-time)

false

none

Date of the created

»»» lastModifiedDate

string(date-time)

false

none

Date of the last modified

»»» archived

boolean

false

none

Boolean flag indicating archived status

»»» externalId

string

false

none

Unique identifier for the external

»»» id

integer(int64)

false

none

Unique identifier for the resource

»»» cultureId

integer(int64)

false

none

Unique identifier for the culture

»»» value

string

true

none

Text value for value in LabelDto

Unarchive Operating Cost Expense Type

HTTP Request

POST /api/operating-cost-expense-types/{id}/unarchive

📋 Description: Unarchives a specified operating cost expense type, allowing it to be reactivated within the Nakisa Portfolio Management Suite for enhanced portfolio and asset analytics in real estate property management.

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

Unique identifier for the resource

Responses

Status

Meaning

Description

Schema

200

OK

OK

OperatingCostExpenseTypeDto

Archive Operating Cost Expense Type

HTTP Request

POST /api/operating-cost-expense-types/{id}/archive

📋 Description: Archives the specified operating cost expense type within the Nakisa Portfolio Management Suite, facilitating efficient management and analytics of portfolio and asset-related expenses in real estate properties.

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

Unique identifier for the resource

Responses

Status

Meaning

Description

Schema

200

OK

OK

OperatingCostExpenseTypeDto