SpbErpSystemSettingDtoFilter¶
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 "sapPostBapiLike": "string",
16 "sapReversalBapiLike": "string",
17 "systemTypeIn": [
18 "NAKISA"
19 ],
20 "sapVersionEqual": "ECC_EHP5",
21 "sapVersionIn": [
22 "ECC_EHP5"
23 ],
24 "systemIdIn": [
25 0
26 ],
27 "systemIdEqual": 0,
28 "systemDisplayIdLike": "string",
29 "itemCountThresholdToQueueDuplicateConsistencyTaskLike": "string",
30 "duplicateConsistencyCheckDefaultReversalReasonIdIn": [
31 0
32 ],
33 "duplicateConsistencyCheckDefaultReversalReasonDisplayIdIn": [
34 "string"
35 ]
36}
📄 Description: Data transfer object representing filters for system settings within the General Ledger, enabling users to refine ledger entries, transactions, accounts, and financial records for enhanced reporting and analysis.
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 |
sapPostBapiLike |
string |
false |
none |
Filter by partial match of sap post bapi |
sapReversalBapiLike |
string |
false |
none |
Filter by partial match of sap reversal bapi |
systemTypeIn |
[string] |
false |
none |
Filter by multiple values of system type |
sapVersionEqual |
string |
false |
none |
Filter by exact match of sap version |
sapVersionIn |
[string] |
false |
none |
Filter by multiple values of sap version |
systemIdIn |
[integer] |
false |
none |
Filter by multiple values of system id |
systemIdEqual |
integer(int64) |
false |
none |
Filter by exact match of system id |
systemDisplayIdLike |
string |
false |
none |
Filter by partial match of system display id |
itemCountThresholdToQueueDuplicateConsistencyTaskLike |
string |
false |
none |
Filter by partial match of item count threshold to queue duplicate consistency task |
duplicateConsistencyCheckDefaultReversalReasonIdIn |
[integer] |
false |
none |
Filter by multiple values of duplicate consistency check default reversal reason id |
duplicateConsistencyCheckDefaultReversalReasonDisplayIdIn |
[string] |
false |
none |
Filter by multiple values of duplicate consistency check default reversal reason display id |
Enumerated Values
Attribute |
Value |
|---|---|
sapVersionEqual |
ECC_EHP5, ECC_EHP6, ECC_EHP7, ECC_EHP8, S4_1503, S4_1610, S4_1709, S4_1809, S4_1909 |