ProfitCenterDtoFilter¶
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 "statusEqual": "CREATED",
16 "statusIn": [
17 "CREATED"
18 ],
19 "displayIdIn": [
20 "string"
21 ],
22 "displayIdLike": "string",
23 "erpSystemIdEqual": 0,
24 "erpSystemIdIn": [
25 0
26 ],
27 "erpSystemDisplayIdLike": "string",
28 "uiSelector": "string",
29 "nameLike": "string",
30 "validToGreaterThanOrEqual": "2019-08-24",
31 "validToLessThanOrEqual": "2019-08-24",
32 "validToEqual": "2019-08-24",
33 "costCenterIdEqual": 0,
34 "costCenterRelationValidFromEqual": "2019-08-24",
35 "costCenterRelationValidFromGreaterThanOrEqual": "2019-08-24",
36 "costCenterRelationValidFromLessThanOrEqual": "2019-08-24",
37 "costCenterRelationValidToEqual": "2019-08-24",
38 "costCenterRelationValidToGreaterThanOrEqual": "2019-08-24",
39 "costCenterRelationValidToLessThanOrEqual": "2019-08-24",
40 "controllingAreaIdEqual": 0,
41 "controllingAreaDisplayIdLike": "string"
42}
📄 Description: Data transfer object representing a filter for profit centers within the financial organization structure, enabling users to refine and manage the hierarchy of financial entities effectively.
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 |
statusEqual |
string |
false |
none |
Filter by exact match of status |
statusIn |
[string] |
false |
none |
Filter by multiple values of status |
displayIdIn |
[string] |
false |
none |
Filter by multiple values of display id |
displayIdLike |
string |
false |
none |
Filter by partial match of display id |
erpSystemIdEqual |
integer(int64) |
false |
none |
Filter by exact match of erp system id |
erpSystemIdIn |
[integer] |
false |
none |
Filter by multiple values of erp system id |
erpSystemDisplayIdLike |
string |
false |
none |
Filter by partial match of erp system display id |
uiSelector |
string |
false |
none |
String representing the user interface selector for filtering profit centers within the financial organization structure hierarchy. |
nameLike |
string |
false |
none |
Filter by partial match of name |
validToGreaterThanOrEqual |
string(date) |
false |
none |
Filter where valid to is greater than or equal to specified value |
validToLessThanOrEqual |
string(date) |
false |
none |
Filter where valid to is less than or equal to specified value |
validToEqual |
string(date) |
false |
none |
Filter by exact match of valid to |
costCenterIdEqual |
integer(int64) |
false |
none |
Filter by exact match of cost center id |
costCenterRelationValidFromEqual |
string(date) |
false |
none |
Filter by exact match of cost center relation valid from |
costCenterRelationValidFromGreaterThanOrEqual |
string(date) |
false |
none |
Filter where cost center relation valid from is greater than or equal to specified value |
costCenterRelationValidFromLessThanOrEqual |
string(date) |
false |
none |
Filter where cost center relation valid from is less than or equal to specified value |
costCenterRelationValidToEqual |
string(date) |
false |
none |
Filter by exact match of cost center relation valid to |
costCenterRelationValidToGreaterThanOrEqual |
string(date) |
false |
none |
Filter where cost center relation valid to is greater than or equal to specified value |
costCenterRelationValidToLessThanOrEqual |
string(date) |
false |
none |
Filter where cost center relation valid to is less than or equal to specified value |
controllingAreaIdEqual |
integer(int64) |
false |
none |
Filter by exact match of controlling area id |
controllingAreaDisplayIdLike |
string |
false |
none |
Filter by partial match of controlling area display id |
Enumerated Values
Attribute |
Value |
|---|---|
statusEqual |
ACTIVE, CREATED, DECOMMISSIONED, DISABLED |