NetworkSearchRequest

📄 Description: Data transfer object representing a request to search for network-related transactions within the General Ledger, facilitating the retrieval of ledger entries, accounts, and financial records associated with specific criteria.

Properties

Name

Type

Required

Restrictions

Description

searchTerm

string

false

none

Text value for searchTerm in NetworkSearchRequest

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

Enumerated Values

Attribute

Value

statusEqual

ACTIVE, CREATED, DECOMMISSIONED, DISABLED