ConsumerPriceIndexCategoryDtoFilter¶
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 "uiSelector": "string",
24 "nameLike": "string",
25 "countryLike": "string",
26 "provinceLike": "string",
27 "cityLike": "string",
28 "consumerPriceIndexSourceTypeIn": [
29 "WEB"
30 ],
31 "sourceLike": "string",
32 "formulaLike": "string",
33 "indexedCurrencyEqual": true,
34 "exchangeRateTypeLike": "string",
35 "erpSystemIdEqual": 0,
36 "erpSystemDisplayIdLike": "string",
37 "fromCurrencyIdEqual": 0,
38 "fromCurrencyDisplayIdLike": "string",
39 "toCurrencyIdEqual": 0,
40 "toCurrencyDisplayIdLike": "string",
41 "consumerPriceIndexValueIdEqual": "string",
42 "companyIdEqual": 0,
43 "companyIdIn": [
44 0
45 ]
46}
📄 Description: Data transfer object representing a filter for categorizing Consumer Price Index data within the Nakisa Portfolio Management Suite, facilitating enhanced analytics and decision-making for portfolio and asset management in the real estate sector.
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 |
uiSelector |
string |
false |
none |
Text value for uiSelector in ConsumerPriceIndexCategoryDtoFilter |
nameLike |
string |
false |
none |
Filter by partial match of name |
countryLike |
string |
false |
none |
Filter by partial match of country |
provinceLike |
string |
false |
none |
Filter by partial match of province |
cityLike |
string |
false |
none |
Filter by partial match of city |
consumerPriceIndexSourceTypeIn |
[string] |
false |
none |
Filter by multiple values of consumer price index source type |
sourceLike |
string |
false |
none |
Filter by partial match of source |
formulaLike |
string |
false |
none |
Filter by partial match of formula |
indexedCurrencyEqual |
boolean |
false |
none |
Filter by exact match of indexed currency |
exchangeRateTypeLike |
string |
false |
none |
Filter by partial match of exchange rate type |
erpSystemIdEqual |
integer(int64) |
false |
none |
Filter by exact match of erp system id |
erpSystemDisplayIdLike |
string |
false |
none |
Filter by partial match of erp system display id |
fromCurrencyIdEqual |
integer(int64) |
false |
none |
Filter by exact match of from currency id |
fromCurrencyDisplayIdLike |
string |
false |
none |
Filter by partial match of from currency display id |
toCurrencyIdEqual |
integer(int64) |
false |
none |
Filter by exact match of to currency id |
toCurrencyDisplayIdLike |
string |
false |
none |
Filter by partial match of to currency display id |
consumerPriceIndexValueIdEqual |
string |
false |
none |
Filter by exact match of consumer price index value id |
companyIdEqual |
integer(int64) |
false |
none |
Filter by exact match of company id |
companyIdIn |
[integer] |
false |
none |
Filter by multiple values of company id |
Enumerated Values
Attribute |
Value |
|---|---|
statusEqual |
ACTIVE, CREATED, DECOMMISSIONED, DISABLED |