ProfitCenterDtoFilter

📄 Description: Data transfer object representing a filter for profit centers within the financial organization structure, enabling users to refine and manage the hierarchy of financial entities effectively.

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

String representing the user interface selector for filtering profit centers within the financial organization structure hierarchy.

nameLike

string

false

none

Filter by partial match of name

validToGreaterThanOrEqual

string(date)

false

none

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

validToLessThanOrEqual

string(date)

false

none

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

validToEqual

string(date)

false

none

Filter by exact match of valid to

costCenterIdEqual

integer(int64)

false

none

Filter by exact match of cost center id

costCenterRelationValidFromEqual

string(date)

false

none

Filter by exact match of cost center relation valid from

costCenterRelationValidFromGreaterThanOrEqual

string(date)

false

none

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

costCenterRelationValidFromLessThanOrEqual

string(date)

false

none

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

costCenterRelationValidToEqual

string(date)

false

none

Filter by exact match of cost center relation valid to

costCenterRelationValidToGreaterThanOrEqual

string(date)

false

none

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

costCenterRelationValidToLessThanOrEqual

string(date)

false

none

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

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

Enumerated Values

Attribute

Value

statusEqual

ACTIVE, CREATED, DECOMMISSIONED, DISABLED