InternalOrderSearchRequest

📄 Description: Data transfer object representing a request to search for internal orders within the General Ledger, facilitating the retrieval of ledger entries, transactions, and associated financial records for effective account management.

Properties

Name

Type

Required

Restrictions

Description

searchTerm

string

false

none

Text value for searchTerm in InternalOrderSearchRequest

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

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

createdByLike

string

false

none

Filter by partial match of created by

createdByEqual

string

false

none

Filter by exact match of created by

statusEqual

string

false

none

Filter by exact match of status

statusIn

[string]

false

none

Filter by multiple values of status

erpSystemIdIn

[integer]

false

none

Filter by multiple values of erp system id

erpSystemIdEqual

integer(int64)

false

none

Filter by exact match of erp system id

erpSystemDisplayIdIn

[string]

false

none

Filter by multiple values of erp system display id

idIn

[integer]

false

none

Filter by multiple values of id

companyIdIn

[integer]

false

none

Filter by multiple values of company id

companyIdEqual

integer(int64)

false

none

Filter by exact match of company id

internalOrderTypeIdIn

[integer]

false

none

Filter by multiple values of internal order type id

internalOrderTypeIdEqual

integer(int64)

false

none

Filter by exact match of internal order type id

Enumerated Values

Attribute

Value

statusEqual

ACTIVE, CREATED, DECOMMISSIONED, DISABLED