ReportProfileDtoFilter

📄 Description: Data transfer object representing a filter for report profiles within the General Ledger domain, facilitating the retrieval of ledger entries, transactions, accounts, and financial records based on specified criteria.

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

nameLike

string

false

none

Filter by partial match of name

principalPositionTypeEqual

string

false

none

Filter by exact match of principal position type

erpSystemFilterTypeIn

[string]

false

none

Filter by multiple values of erp system filter type

erpSystemsIn

[ErpSystemLiteDto]

false

none

Filter by multiple values of erp systems

leaseAreaFilterTypeIn

[string]

false

none

Filter by multiple values of lease area filter type

leaseAreasIn

[LeaseAreaLiteDto]

false

none

Filter by multiple values of lease areas

businessUnitFilterTypeIn

[string]

false

none

Filter by multiple values of business unit filter type

businessUnitsIn

[BusinessUnitLiteDto]

false

none

Filter by multiple values of business units

companyFilterTypeIn

[string]

false

none

Filter by multiple values of company filter type

companyCodesIn

[CompanyLiteDto]

false

none

Filter by multiple values of company codes

departmentFilterTypeIn

[string]

false

none

Filter by multiple values of department filter type

leaseDepartmentsIn

[DepartmentLiteDto]

false

none

Filter by multiple values of lease departments

leaseGroupFilterTypeIn

[string]

false

none

Filter by multiple values of lease group filter type

leaseGroupsIn

[LeaseGroupLiteDto]

false

none

Filter by multiple values of lease groups

costCenterFilterTypeIn

[string]

false

none

Filter by multiple values of cost center filter type

costCentersIn

[CostCenterLiteDto]

false

none

Filter by multiple values of cost centers

profitCenterFilterTypeIn

[string]

false

none

Filter by multiple values of profit center filter type

profitCentersIn

[ProfitCenterLiteDto]

false

none

Filter by multiple values of profit centers

workBreakdownStructureFilterTypeIn

[string]

false

none

Filter by multiple values of work breakdown structure filter type

workBreakdownStructuresIn

[WorkBreakdownStructureLiteDto]

false

none

Filter by multiple values of work breakdown structures

objectStatusIn

[string]

false

none

Filter by multiple values of object status

securityProfileIdLike

string

false

none

Filter by partial match of security profile id

calendarTypeEqual

string

false

none

Filter by exact match of calendar type

fiscalVariantEqual

FiscalVariantLiteDto

false

none

Filter by exact match of fiscal variant

Enumerated Values

Attribute

Value

calendarTypeEqual

FISCAL_VARIANT, REGULAR_CALENDAR, _360

principalPositionTypeEqual

LESSEE, LESSOR