CostCenterDtoFilter¶
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 "blockedEqual": true,
31 "taxJurisdictionIdEqual": 0,
32 "taxJurisdictionDisplayIdLike": "string",
33 "controllingAreaIdEqual": 0,
34 "controllingAreaDisplayIdLike": "string",
35 "profitCenterIdEqual": 0,
36 "profitCenterRelationValidFromGreaterThanOrEqual": "2019-08-24",
37 "profitCenterRelationValidFromLessThanOrEqual": "2019-08-24",
38 "profitCenterRelationValidFromEqual": "2019-08-24",
39 "profitCenterRelationValidToGreaterThanOrEqual": "2019-08-24",
40 "profitCenterRelationValidToLessThanOrEqual": "2019-08-24",
41 "profitCenterRelationValidToEqual": "2019-08-24",
42 "companyIdEqual": 0,
43 "companyRelationValidFromGreaterThanOrEqual": "2019-08-24",
44 "companyRelationValidFromLessThanOrEqual": "2019-08-24",
45 "companyRelationValidFromEqual": "2019-08-24",
46 "companyRelationValidToGreaterThanOrEqual": "2019-08-24",
47 "companyRelationValidToLessThanOrEqual": "2019-08-24",
48 "companyRelationValidToEqual": "2019-08-24"
49}
📄 Description: Data transfer object representing a filter for cost centers within the Nakisa Portfolio Management Suite, designed to facilitate portfolio, asset, and analytics management in the context of real estate properties.
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 |
Text value for uiSelector in CostCenterDtoFilter |
nameLike |
string |
false |
none |
Filter by partial match of name |
blockedEqual |
boolean |
false |
none |
Filter by exact match of blocked |
taxJurisdictionIdEqual |
integer(int64) |
false |
none |
Filter by exact match of tax jurisdiction id |
taxJurisdictionDisplayIdLike |
string |
false |
none |
Filter by partial match of tax jurisdiction display id |
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 |
profitCenterIdEqual |
integer(int64) |
false |
none |
Filter by exact match of profit center id |
profitCenterRelationValidFromGreaterThanOrEqual |
string(date) |
false |
none |
Filter where profit center relation valid from is greater than or equal to specified value |
profitCenterRelationValidFromLessThanOrEqual |
string(date) |
false |
none |
Filter where profit center relation valid from is less than or equal to specified value |
profitCenterRelationValidFromEqual |
string(date) |
false |
none |
Filter by exact match of profit center relation valid from |
profitCenterRelationValidToGreaterThanOrEqual |
string(date) |
false |
none |
Filter where profit center relation valid to is greater than or equal to specified value |
profitCenterRelationValidToLessThanOrEqual |
string(date) |
false |
none |
Filter where profit center relation valid to is less than or equal to specified value |
profitCenterRelationValidToEqual |
string(date) |
false |
none |
Filter by exact match of profit center relation valid to |
companyIdEqual |
integer(int64) |
false |
none |
Filter by exact match of company id |
companyRelationValidFromGreaterThanOrEqual |
string(date) |
false |
none |
Filter where company relation valid from is greater than or equal to specified value |
companyRelationValidFromLessThanOrEqual |
string(date) |
false |
none |
Filter where company relation valid from is less than or equal to specified value |
companyRelationValidFromEqual |
string(date) |
false |
none |
Filter by exact match of company relation valid from |
companyRelationValidToGreaterThanOrEqual |
string(date) |
false |
none |
Filter where company relation valid to is greater than or equal to specified value |
companyRelationValidToLessThanOrEqual |
string(date) |
false |
none |
Filter where company relation valid to is less than or equal to specified value |
companyRelationValidToEqual |
string(date) |
false |
none |
Filter by exact match of company relation valid to |
Enumerated Values
Attribute |
Value |
|---|---|
statusEqual |
ACTIVE, CREATED, DECOMMISSIONED, DISABLED |