CostCenterDtoFilter

📄 Description: Data transfer object representing a filter for cost centers within the Nakisa Portfolio Management Suite, designed to facilitate portfolio, asset, and analytics management in the context of real estate properties.

Properties

Name

Type

Required

Restrictions

Description

idIn

[integer]

false

none

Filter by multiple values of id

idEqual

integer(int64)

false

none

Filter by exact match of id

idLike

string

false

none

Filter by partial match of id

createdAtGreaterThanOrEqual

string(date-time)

false

none

Filter where created at is greater than or equal to specified value

createdAtLessThanOrEqual

string(date-time)

false

none

Filter where created at is less than or equal to specified value

createdByLike

string

false

none

Filter by partial match of created by

createdByEqual

string

false

none

Filter by exact match of created by

modifiedAtGreaterThanOrEqual

string(date-time)

false

none

Filter where modified at is greater than or equal to specified value

modifiedAtLessThanOrEqual

string(date-time)

false

none

Filter where modified at is less than or equal to specified value

modifiedByLike

string

false

none

Filter by partial match of modified by

modifiedByEqual

string

false

none

Filter by exact match of modified by

statusEqual

string

false

none

Filter by exact match of status

statusIn

[string]

false

none

Filter by multiple values of status

displayIdIn

[string]

false

none

Filter by multiple values of display id

displayIdLike

string

false

none

Filter by partial match of display id

erpSystemIdEqual

integer(int64)

false

none

Filter by exact match of erp system id

erpSystemIdIn

[integer]

false

none

Filter by multiple values of erp system id

erpSystemDisplayIdLike

string

false

none

Filter by partial match of erp system display id

uiSelector

string

false

none

Text value for uiSelector in CostCenterDtoFilter

nameLike

string

false

none

Filter by partial match of name

blockedEqual

boolean

false

none

Filter by exact match of blocked

taxJurisdictionIdEqual

integer(int64)

false

none

Filter by exact match of tax jurisdiction id

taxJurisdictionDisplayIdLike

string

false

none

Filter by partial match of tax jurisdiction display id

controllingAreaIdEqual

integer(int64)

false

none

Filter by exact match of controlling area id

controllingAreaDisplayIdLike

string

false

none

Filter by partial match of controlling area display id

profitCenterIdEqual

integer(int64)

false

none

Filter by exact match of profit center id

profitCenterRelationValidFromGreaterThanOrEqual

string(date)

false

none

Filter where profit center relation valid from is greater than or equal to specified value

profitCenterRelationValidFromLessThanOrEqual

string(date)

false

none

Filter where profit center relation valid from is less than or equal to specified value

profitCenterRelationValidFromEqual

string(date)

false

none

Filter by exact match of profit center relation valid from

profitCenterRelationValidToGreaterThanOrEqual

string(date)

false

none

Filter where profit center relation valid to is greater than or equal to specified value

profitCenterRelationValidToLessThanOrEqual

string(date)

false

none

Filter where profit center relation valid to is less than or equal to specified value

profitCenterRelationValidToEqual

string(date)

false

none

Filter by exact match of profit center relation valid to

companyIdEqual

integer(int64)

false

none

Filter by exact match of company id

companyRelationValidFromGreaterThanOrEqual

string(date)

false

none

Filter where company relation valid from is greater than or equal to specified value

companyRelationValidFromLessThanOrEqual

string(date)

false

none

Filter where company relation valid from is less than or equal to specified value

companyRelationValidFromEqual

string(date)

false

none

Filter by exact match of company relation valid from

companyRelationValidToGreaterThanOrEqual

string(date)

false

none

Filter where company relation valid to is greater than or equal to specified value

companyRelationValidToLessThanOrEqual

string(date)

false

none

Filter where company relation valid to is less than or equal to specified value

companyRelationValidToEqual

string(date)

false

none

Filter by exact match of company relation valid to

Enumerated Values

Attribute

Value

statusEqual

ACTIVE, CREATED, DECOMMISSIONED, DISABLED