UnitJournalDtoFilter

📄 Description: Data transfer object representing a filter for unit journal entries within the Nakisa Portfolio Management Suite, facilitating targeted analysis of portfolio, asset, and real estate property data.

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

displayIdIn

[string]

false

none

Filter by multiple values of display id

displayIdLike

string

false

none

Filter by partial match of display id

typeEqual

string

false

none

Filter by exact match of type

unitIdIn

[integer]

false

none

Filter by multiple values of unit id

periodIdIn

[integer]

false

none

Filter by multiple values of period id

Enumerated Values

Attribute

Value

typeEqual

ACCRUAL, CHARGE, DEPRECIATION, HISTORY, PAYMENT, PROVISIONING, RECOGNITION, TERMINATION