SchedulePeriodDtoFilter

📄 Description: Data transfer object representing a filter for schedule periods within the Nakisa Lease Accounting Suite, enabling users to refine lease, contract, and financial obligation queries for accurate accounting entry management.

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

periodGreaterThanOrEqual

integer(int32)

false

none

Filter where period is greater than or equal to specified value

periodLessThanOrEqual

integer(int32)

false

none

Filter where period is less than or equal to specified value

periodStartDateGreaterThanOrEqual

StartOfDay

false

none

Filter where period start date is greater than or equal to specified value

periodStartDateLessThanOrEqual

StartOfDay

false

none

Filter where period start date is less than or equal to specified value

periodEndDateGreaterThanOrEqual

EndOfDay

false

none

Filter where period end date is greater than or equal to specified value

periodEndDateLessThanOrEqual

EndOfDay

false

none

Filter where period end date is less than or equal to specified value

leaseMeasurementIdIn

[integer]

false

none

Filter by multiple values of lease measurement id

leaseMeasurementIdEqual

integer(int64)

false

none

Filter by exact match of lease measurement id

type

string

false

none

Type of the resource