NonLeaseLesseeExpenseCategoryAccountMappingDtoFilter¶
Example Json Object
1{
2 "idIn": [
3 0
4 ],
5 "idEqual": 0,
6 "idLike": "string",
7 "createdAtGreaterThanOrEqual": "2019-08-24T14:15:22Z",
8 "createdAtLessThanOrEqual": "2019-08-24T14:15:22Z",
9 "createdByLike": "string",
10 "createdByEqual": "string",
11 "modifiedAtGreaterThanOrEqual": "2019-08-24T14:15:22Z",
12 "modifiedAtLessThanOrEqual": "2019-08-24T14:15:22Z",
13 "modifiedByLike": "string",
14 "modifiedByEqual": "string",
15 "expenseCategoryDisplayIdLike": "string",
16 "nonLeaseAccrualExpenseAccountDisplayIdLike": "string",
17 "nonLeaseAccrualAccountDisplayIdLike": "string",
18 "nonLeaseApClearingAccountDisplayIdLike": "string",
19 "nonLeaseIndexAccrualAccountDisplayIdLike": "string",
20 "determinationIdEqual": 0,
21 "determinationDisplayIdLike": "string",
22 "expenseCategoryIdEqual": 0,
23 "expenseCategoryNameEqual": "string",
24 "nonLeaseAccrualExpenseAccountIdEqual": 0,
25 "nonLeaseAccrualExpenseAccountShortNameLike": "string",
26 "nonLeaseAccrualAccountIdEqual": 0,
27 "nonLeaseAccrualAccountShortNameLike": "string",
28 "nonLeaseIndexAccrualAccountIdEqual": 0,
29 "nonLeaseIndexAccrualAccountShortNameLike": "string",
30 "nonLeaseApClearingAccountIdEqual": 0,
31 "nonLeaseApClearingAccountShortNameLike": "string"
32}
📄 Description: Data transfer object representing the mapping of expense categories to non-lease lessee accounts within an organization’s financial structure, facilitating effective management of financial entities and their hierarchical relationships.
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 |
expenseCategoryDisplayIdLike |
string |
false |
none |
Filter by partial match of expense category display id |
nonLeaseAccrualExpenseAccountDisplayIdLike |
string |
false |
none |
Filter by partial match of non lease accrual expense account display id |
nonLeaseAccrualAccountDisplayIdLike |
string |
false |
none |
Filter by partial match of non lease accrual account display id |
nonLeaseApClearingAccountDisplayIdLike |
string |
false |
none |
Filter by partial match of non lease ap clearing account display id |
nonLeaseIndexAccrualAccountDisplayIdLike |
string |
false |
none |
Filter by partial match of non lease index accrual account display id |
determinationIdEqual |
integer(int64) |
false |
none |
Filter by exact match of determination id |
determinationDisplayIdLike |
string |
false |
none |
Filter by partial match of determination display id |
expenseCategoryIdEqual |
integer(int64) |
false |
none |
Filter by exact match of expense category id |
expenseCategoryNameEqual |
string |
false |
none |
Filter by exact match of expense category name |
nonLeaseAccrualExpenseAccountIdEqual |
integer(int64) |
false |
none |
Filter by exact match of non lease accrual expense account id |
nonLeaseAccrualExpenseAccountShortNameLike |
string |
false |
none |
Filter by partial match of non lease accrual expense account short name |
nonLeaseAccrualAccountIdEqual |
integer(int64) |
false |
none |
Filter by exact match of non lease accrual account id |
nonLeaseAccrualAccountShortNameLike |
string |
false |
none |
Filter by partial match of non lease accrual account short name |
nonLeaseIndexAccrualAccountIdEqual |
integer(int64) |
false |
none |
Filter by exact match of non lease index accrual account id |
nonLeaseIndexAccrualAccountShortNameLike |
string |
false |
none |
Filter by partial match of non lease index accrual account short name |
nonLeaseApClearingAccountIdEqual |
integer(int64) |
false |
none |
Filter by exact match of non lease ap clearing account id |
nonLeaseApClearingAccountShortNameLike |
string |
false |
none |
Filter by partial match of non lease ap clearing account short name |