LesseeAssetTransactionTypeMappingDtoFilter¶
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 "determinationIdEqual": 0,
16 "determinationDisplayIdLike": "string",
17 "lesseeAccountTypeIn": [
18 "INCENTIVE_CLEARING"
19 ],
20 "generalLedgerAccountIdEqual": 0,
21 "generalLedgerAccountDisplayIdLike": "string",
22 "generalLedgerAccountShortNameLike": "string",
23 "crTransactionTypeIdEqual": 0,
24 "crTransactionTypeDisplayIdLike": "string",
25 "drTransactionTypeIdEqual": 0,
26 "drTransactionTypeDisplayIdLike": "string",
27 "crTransactionTypeNameLike": "string",
28 "drTransactionTypeNameLike": "string"
29}
📄 Description: Data transfer object representing the mapping of transaction types for lessee assets within the financial organization structure, facilitating the alignment of organizational hierarchies and enhancing transaction management for financial entities.
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 |
determinationIdEqual |
integer(int64) |
false |
none |
Filter by exact match of determination id |
determinationDisplayIdLike |
string |
false |
none |
Filter by partial match of determination display id |
lesseeAccountTypeIn |
[string] |
false |
none |
Filter by multiple values of lessee account type |
generalLedgerAccountIdEqual |
integer(int64) |
false |
none |
none |
generalLedgerAccountDisplayIdLike |
string |
false |
none |
none |
generalLedgerAccountShortNameLike |
string |
false |
none |
none |
crTransactionTypeIdEqual |
integer(int64) |
false |
none |
Filter by exact match of cr transaction type id |
crTransactionTypeDisplayIdLike |
string |
false |
none |
Filter by partial match of cr transaction type display id |
drTransactionTypeIdEqual |
integer(int64) |
false |
none |
Filter by exact match of dr transaction type id |
drTransactionTypeDisplayIdLike |
string |
false |
none |
Filter by partial match of dr transaction type display id |
crTransactionTypeNameLike |
string |
false |
none |
Filter by partial match of cr transaction type name |
drTransactionTypeNameLike |
string |
false |
none |
Filter by partial match of dr transaction type name |