DuplicateConsistencyTaskDtoFilter

📄 Description: Data transfer object representing the criteria for filtering duplicate consistency tasks within the General Ledger, facilitating the identification and management of ledger entries, transactions, accounts, and financial records.

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

queueTimeGreaterThanOrEqual

string(date-time)

false

none

Filter where queue time is greater than or equal to specified value

queueTimeLessThanOrEqual

string(date-time)

false

none

Filter where queue time is less than or equal to specified value

startTimeGreaterThanOrEqual

string(date-time)

false

none

Filter where start time is greater than or equal to specified value

startTimeLessThanOrEqual

string(date-time)

false

none

Filter where start time is less than or equal to specified value

endTimeGreaterThanOrEqual

string(date-time)

false

none

Filter where end time is greater than or equal to specified value

endTimeLessThanOrEqual

string(date-time)

false

none

Filter where end time is less than or equal to specified value

statusIn

[string]

false

none

Filter by multiple values of status

statusEqual

string

false

none

Filter by exact match of status

systemIdEqual

integer(int64)

false

none

Filter by exact match of system id

systemDisplayIdLike

string

false

none

Filter by partial match of system display id

Enumerated Values

Attribute

Value

statusEqual

CANCELLED, CANCELLING, CREATED, CREATING, DONE, FAILED, INTERRUPTED, INTERRUPTING, KILLING, PENDING, PROCESSING, SCHEDULED