CompanyDtoFilter¶
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 "countryIdEqual": 0,
30 "countryDisplayIdLike": "string",
31 "postingPeriodVariantIdEqual": 0,
32 "postingPeriodVariantDisplayIdLike": "string",
33 "controllingAreaIdEqual": 0,
34 "controllingAreaDisplayIdLike": "string",
35 "chartOfAccountIdEqual": 0,
36 "chartOfAccountDisplayIdLike": "string",
37 "fiscalVariantIdEqual": 0,
38 "fiscalVariantDisplayIdLike": "string",
39 "chartOfDepreciationIdEqual": 0,
40 "chartOfDepreciationDisplayIdLike": "string",
41 "purchasingOrganizationIdEqual": 0,
42 "assetIdEqual": 0,
43 "exchangeRateTypeIdEqual": 0,
44 "plantIdEqual": 0,
45 "incrementalBorrowingRateIdEqual": 0,
46 "businessUnitIdEqual": 0,
47 "projectIdEqual": 0,
48 "transferVariantIdEqual": 0,
49 "partnerIdEqual": 0,
50 "departmentIdEqual": 0,
51 "accountingStandardIdEqual": 0,
52 "generalLedgerAccountIdEqual": 0,
53 "consumerPriceIndexCategoryIdEqual": 0,
54 "costCenterIdEqual": 0,
55 "costCenterRelationValidFromEqual": "2019-08-24",
56 "costCenterRelationValidFromGreaterThanOrEqual": "2019-08-24",
57 "costCenterRelationValidFromLessThanOrEqual": "2019-08-24",
58 "costCenterRelationValidToEqual": "2019-08-24",
59 "costCenterRelationValidToGreaterThanOrEqual": "2019-08-24",
60 "costCenterRelationValidToLessThanOrEqual": "2019-08-24"
61}
📄 Description: Data transfer object representing filters for querying company-related data within the Nakisa Portfolio Management Suite, facilitating insights into portfolio, asset, and real estate property analytics.
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 CompanyDtoFilter |
countryIdEqual |
integer(int64) |
false |
none |
Filter by exact match of country id |
countryDisplayIdLike |
string |
false |
none |
Filter by partial match of country display id |
postingPeriodVariantIdEqual |
integer(int64) |
false |
none |
Filter by exact match of posting period variant id |
postingPeriodVariantDisplayIdLike |
string |
false |
none |
Filter by partial match of posting period variant 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 |
chartOfAccountIdEqual |
integer(int64) |
false |
none |
Filter by exact match of chart of account id |
chartOfAccountDisplayIdLike |
string |
false |
none |
Filter by partial match of chart of account display id |
fiscalVariantIdEqual |
integer(int64) |
false |
none |
Filter by exact match of fiscal variant id |
fiscalVariantDisplayIdLike |
string |
false |
none |
Filter by partial match of fiscal variant display id |
chartOfDepreciationIdEqual |
integer(int64) |
false |
none |
Filter by exact match of chart of depreciation id |
chartOfDepreciationDisplayIdLike |
string |
false |
none |
Filter by partial match of chart of depreciation display id |
purchasingOrganizationIdEqual |
integer(int64) |
false |
none |
Filter by exact match of purchasing organization id |
assetIdEqual |
integer(int64) |
false |
none |
Filter by exact match of asset id |
exchangeRateTypeIdEqual |
integer(int64) |
false |
none |
Filter by exact match of exchange rate type id |
plantIdEqual |
integer(int64) |
false |
none |
Filter by exact match of plant id |
incrementalBorrowingRateIdEqual |
integer(int64) |
false |
none |
Filter by exact match of incremental borrowing rate id |
businessUnitIdEqual |
integer(int64) |
false |
none |
Filter by exact match of business unit id |
projectIdEqual |
integer(int64) |
false |
none |
Filter by exact match of project id |
transferVariantIdEqual |
integer(int64) |
false |
none |
Filter by exact match of transfer variant id |
partnerIdEqual |
integer(int64) |
false |
none |
Filter by exact match of partner id |
departmentIdEqual |
integer(int64) |
false |
none |
Filter by exact match of department id |
accountingStandardIdEqual |
integer(int64) |
false |
none |
Filter by exact match of accounting standard id |
generalLedgerAccountIdEqual |
integer(int64) |
false |
none |
Filter by exact match of general ledger account id |
consumerPriceIndexCategoryIdEqual |
integer(int64) |
false |
none |
Filter by exact match of consumer price index category id |
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 |
Enumerated Values
Attribute |
Value |
|---|---|
statusEqual |
ACTIVE, CREATED, DECOMMISSIONED, DISABLED |