UnitDtoFilter¶
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 "displayIdIn": [
16 "string"
17 ],
18 "displayIdLike": "string",
19 "nameOrDisplayIdLike": "string",
20 "nameLike": "string",
21 "assetNumberLike": "string",
22 "referenceIdLike": "string",
23 "serialNumberLike": "string",
24 "licenseNumberLike": "string",
25 "inventoryNumberLike": "string",
26 "shippingDateGreaterThanOrEqual": "2019-08-24",
27 "shippingDateLessThanOrEqual": "2019-08-24",
28 "shippingDateEqual": "2019-08-24",
29 "deliveryDateGreaterThanOrEqual": "2019-08-24",
30 "deliveryDateLessThanOrEqual": "2019-08-24",
31 "deliveryDateEqual": "2019-08-24",
32 "receptionDateGreaterThanOrEqual": "2019-08-24",
33 "receptionDateLessThanOrEqual": "2019-08-24",
34 "receptionDateEqual": "2019-08-24",
35 "activationDateGreaterThanOrEqual": "2019-08-24",
36 "activationDateLessThanOrEqual": "2019-08-24",
37 "activationDateEqual": "2019-08-24",
38 "rouEndDateGreaterThanOrEqual": "2019-08-24",
39 "rouEndDateLessThanOrEqual": "2019-08-24",
40 "rouEndDateEqual": "2019-08-24",
41 "stateIn": [
42 "MLA_DEFINE"
43 ],
44 "taxCalculationTypeIn": [
45 "NET"
46 ],
47 "internalAssetClassIdEqual": 0,
48 "internalAssetClassDisplayIdEqual": "string",
49 "profitCenterIdEqual": 0,
50 "profitCenterDisplayIdEqual": "string",
51 "workBreakdownStructureIdEqual": 0,
52 "workBreakdownStructureDisplayIdEqual": "string",
53 "functionalAreaIdEqual": 0,
54 "functionalAreaDisplayIdEqual": "string",
55 "businessAreaIdEqual": 0,
56 "businessAreaDisplayIdEqual": "string",
57 "networkIdEqual": 0,
58 "networkDisplayIdEqual": "string",
59 "segmentIdEqual": 0,
60 "segmentDisplayIdEqual": "string",
61 "internalOrderIdEqual": 0,
62 "internalOrderDisplayIdEqual": "string",
63 "internalOrderTypeIdEqual": 0,
64 "internalOrderTypeDisplayIdEqual": "string",
65 "currencyCodeEqual": 0,
66 "currencyCodeDisplayIdEqual": "string",
67 "taxCodeForPrincipalPaymentIdEqual": 0,
68 "taxCodeForPrincipalPaymentDisplayIdEqual": "string",
69 "taxJurisdictionForPrincipalPaymentIdEqual": 0,
70 "taxJurisdictionForPrincipalPaymentDisplayIdEqual": "string",
71 "taxCodeForInterestPaymentIdEqual": 0,
72 "taxCodeForInterestPaymentDisplayIdEqual": "string",
73 "taxJurisdictionForInterestPaymentIdEqual": 0,
74 "taxJurisdictionForInterestPaymentDisplayIdEqual": "string",
75 "taxCodeForNonLeasePaymentIdEqual": 0,
76 "taxCodeForNonLeasePaymentDisplayIdEqual": "string",
77 "taxJurisdictionForNonLeasePaymentIdEqual": 0,
78 "taxJurisdictionForNonLeasePaymentDisplayIdEqual": "string",
79 "costCenterIdIn": [
80 0
81 ],
82 "costCenterDisplayIdIn": [
83 "string"
84 ],
85 "taxJurisdictionIdEqual": 0,
86 "taxJurisdictionDisplayIdEqual": "string",
87 "taxCodeIdEqual": 0,
88 "taxCodeDisplayIdEqual": "string",
89 "responsibleCostCenterIdEqual": 0,
90 "responsibleCostCenterDisplayIdEqual": "string",
91 "plantIdEqual": 0,
92 "plantDisplayDisplayIdEqual": "string",
93 "assetCostCenterIdEqual": 0,
94 "assetCostCenterDisplayIdEqual": "string",
95 "assetProfitCenterIdEqual": 0,
96 "assetProfitCenterDisplayIdEqual": "string",
97 "assetWorkBreakdownStructureIdEqual": 0,
98 "assetWorkBreakdownStructureDisplayIdEqual": "string",
99 "assetTaxJurisdictionIdEqual": 0,
100 "assetTaxJurisdictionDisplayIdEqual": "string",
101 "assetBusinessUnitIdEqual": 0,
102 "assetBusinessUnitDisplayIdEqual": "string",
103 "assetSegmentIdEqual": 0,
104 "assetSegmentDisplayIdEqual": "string",
105 "activationGroupIdIn": [
106 0
107 ],
108 "activationGroupDisplayIdIn": [
109 "string"
110 ],
111 "activationGroupDisplayIdLike": "string"
112}
📄 Description: Data transfer object representing filters for querying units within the Nakisa Portfolio Management Suite, facilitating targeted analytics and insights related to portfolio, asset, and real estate property management.
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 |
displayIdIn |
[string] |
false |
none |
Filter by multiple values of display id |
displayIdLike |
string |
false |
none |
Filter by partial match of display id |
nameOrDisplayIdLike |
string |
false |
none |
Filter by partial match of name or display id |
nameLike |
string |
false |
none |
Filter by partial match of name |
assetNumberLike |
string |
false |
none |
Filter by partial match of asset number |
referenceIdLike |
string |
false |
none |
Filter by partial match of reference id |
serialNumberLike |
string |
false |
none |
Filter by partial match of serial number |
licenseNumberLike |
string |
false |
none |
Filter by partial match of license number |
inventoryNumberLike |
string |
false |
none |
Filter by partial match of inventory number |
shippingDateGreaterThanOrEqual |
string(date) |
false |
none |
Filter where shipping date is greater than or equal to specified value |
shippingDateLessThanOrEqual |
string(date) |
false |
none |
Filter where shipping date is less than or equal to specified value |
shippingDateEqual |
string(date) |
false |
none |
Filter by exact match of shipping date |
deliveryDateGreaterThanOrEqual |
string(date) |
false |
none |
Filter where delivery date is greater than or equal to specified value |
deliveryDateLessThanOrEqual |
string(date) |
false |
none |
Filter where delivery date is less than or equal to specified value |
deliveryDateEqual |
string(date) |
false |
none |
Filter by exact match of delivery date |
receptionDateGreaterThanOrEqual |
string(date) |
false |
none |
Filter where reception date is greater than or equal to specified value |
receptionDateLessThanOrEqual |
string(date) |
false |
none |
Filter where reception date is less than or equal to specified value |
receptionDateEqual |
string(date) |
false |
none |
Filter by exact match of reception date |
activationDateGreaterThanOrEqual |
string(date) |
false |
none |
Filter where activation date is greater than or equal to specified value |
activationDateLessThanOrEqual |
string(date) |
false |
none |
Filter where activation date is less than or equal to specified value |
activationDateEqual |
string(date) |
false |
none |
Filter by exact match of activation date |
rouEndDateGreaterThanOrEqual |
string(date) |
false |
none |
Filter where rou end date is greater than or equal to specified value |
rouEndDateLessThanOrEqual |
string(date) |
false |
none |
Filter where rou end date is less than or equal to specified value |
rouEndDateEqual |
string(date) |
false |
none |
Filter by exact match of rou end date |
stateIn |
[string] |
false |
none |
Filter by multiple values of state |
taxCalculationTypeIn |
[string] |
false |
none |
Filter by multiple values of tax calculation type |
internalAssetClassIdEqual |
integer(int64) |
false |
none |
Filter by exact match of internal asset class id |
internalAssetClassDisplayIdEqual |
string |
false |
none |
Filter by exact match of internal asset class display id |
profitCenterIdEqual |
integer(int64) |
false |
none |
Filter by exact match of profit center id |
profitCenterDisplayIdEqual |
string |
false |
none |
Filter by exact match of profit center display id |
workBreakdownStructureIdEqual |
integer(int64) |
false |
none |
Filter by exact match of work breakdown structure id |
workBreakdownStructureDisplayIdEqual |
string |
false |
none |
Filter by exact match of work breakdown structure display id |
functionalAreaIdEqual |
integer(int64) |
false |
none |
Filter by exact match of functional area id |
functionalAreaDisplayIdEqual |
string |
false |
none |
Filter by exact match of functional area display id |
businessAreaIdEqual |
integer(int64) |
false |
none |
Filter by exact match of business area id |
businessAreaDisplayIdEqual |
string |
false |
none |
Filter by exact match of business area display id |
networkIdEqual |
integer(int64) |
false |
none |
Filter by exact match of network id |
networkDisplayIdEqual |
string |
false |
none |
Filter by exact match of network display id |
segmentIdEqual |
integer(int64) |
false |
none |
Filter by exact match of segment id |
segmentDisplayIdEqual |
string |
false |
none |
Filter by exact match of segment display id |
internalOrderIdEqual |
integer(int64) |
false |
none |
Filter by exact match of internal order id |
internalOrderDisplayIdEqual |
string |
false |
none |
Filter by exact match of internal order display id |
internalOrderTypeIdEqual |
integer(int64) |
false |
none |
Filter by exact match of internal order type id |
internalOrderTypeDisplayIdEqual |
string |
false |
none |
Filter by exact match of internal order type display id |
currencyCodeEqual |
integer(int64) |
false |
none |
Filter by exact match of currency code |
currencyCodeDisplayIdEqual |
string |
false |
none |
Filter by exact match of currency code display id |
taxCodeForPrincipalPaymentIdEqual |
integer(int64) |
false |
none |
Filter by exact match of tax code for principal payment id |
taxCodeForPrincipalPaymentDisplayIdEqual |
string |
false |
none |
Filter by exact match of tax code for principal payment display id |
taxJurisdictionForPrincipalPaymentIdEqual |
integer(int64) |
false |
none |
Filter by exact match of tax jurisdiction for principal payment id |
taxJurisdictionForPrincipalPaymentDisplayIdEqual |
string |
false |
none |
Filter by exact match of tax jurisdiction for principal payment display id |
taxCodeForInterestPaymentIdEqual |
integer(int64) |
false |
none |
Filter by exact match of tax code for interest payment id |
taxCodeForInterestPaymentDisplayIdEqual |
string |
false |
none |
Filter by exact match of tax code for interest payment display id |
taxJurisdictionForInterestPaymentIdEqual |
integer(int64) |
false |
none |
Filter by exact match of tax jurisdiction for interest payment id |
taxJurisdictionForInterestPaymentDisplayIdEqual |
string |
false |
none |
Filter by exact match of tax jurisdiction for interest payment display id |
taxCodeForNonLeasePaymentIdEqual |
integer(int64) |
false |
none |
Filter by exact match of tax code for non lease payment id |
taxCodeForNonLeasePaymentDisplayIdEqual |
string |
false |
none |
Filter by exact match of tax code for non lease payment display id |
taxJurisdictionForNonLeasePaymentIdEqual |
integer(int64) |
false |
none |
Filter by exact match of tax jurisdiction for non lease payment id |
taxJurisdictionForNonLeasePaymentDisplayIdEqual |
string |
false |
none |
Filter by exact match of tax jurisdiction for non lease payment display id |
costCenterIdIn |
[integer] |
false |
none |
Filter by multiple values of cost center id |
costCenterDisplayIdIn |
[string] |
false |
none |
Filter by multiple values of cost center display id |
taxJurisdictionIdEqual |
integer(int64) |
false |
none |
Filter by exact match of tax jurisdiction id |
taxJurisdictionDisplayIdEqual |
string |
false |
none |
Filter by exact match of tax jurisdiction display id |
taxCodeIdEqual |
integer(int64) |
false |
none |
Filter by exact match of tax code id |
taxCodeDisplayIdEqual |
string |
false |
none |
Filter by exact match of tax code display id |
responsibleCostCenterIdEqual |
integer(int64) |
false |
none |
Filter by exact match of responsible cost center id |
responsibleCostCenterDisplayIdEqual |
string |
false |
none |
Filter by exact match of responsible cost center display id |
plantIdEqual |
integer(int64) |
false |
none |
Filter by exact match of plant id |
plantDisplayDisplayIdEqual |
string |
false |
none |
Filter by exact match of plant display display id |
assetCostCenterIdEqual |
integer(int64) |
false |
none |
Filter by exact match of asset cost center id |
assetCostCenterDisplayIdEqual |
string |
false |
none |
Filter by exact match of asset cost center display id |
assetProfitCenterIdEqual |
integer(int64) |
false |
none |
Filter by exact match of asset profit center id |
assetProfitCenterDisplayIdEqual |
string |
false |
none |
Filter by exact match of asset profit center display id |
assetWorkBreakdownStructureIdEqual |
integer(int64) |
false |
none |
Filter by exact match of asset work breakdown structure id |
assetWorkBreakdownStructureDisplayIdEqual |
string |
false |
none |
Filter by exact match of asset work breakdown structure display id |
assetTaxJurisdictionIdEqual |
integer(int64) |
false |
none |
Filter by exact match of asset tax jurisdiction id |
assetTaxJurisdictionDisplayIdEqual |
string |
false |
none |
Filter by exact match of asset tax jurisdiction display id |
assetBusinessUnitIdEqual |
integer(int64) |
false |
none |
Filter by exact match of asset business unit id |
assetBusinessUnitDisplayIdEqual |
string |
false |
none |
Filter by exact match of asset business unit display id |
assetSegmentIdEqual |
integer(int64) |
false |
none |
Filter by exact match of asset segment id |
assetSegmentDisplayIdEqual |
string |
false |
none |
Filter by exact match of asset segment display id |
activationGroupIdIn |
[integer] |
false |
none |
Filter by multiple values of activation group id |
activationGroupDisplayIdIn |
[string] |
false |
none |
Filter by multiple values of activation group display id |
activationGroupDisplayIdLike |
string |
false |
none |
Filter by partial match of activation group display id |