ActivityAnalysisReportFilterHierarchy¶
Example Json Object
1{
2 "erpSystemFilterType": "ALL",
3 "leaseAreaFilterType": "ALL",
4 "businessUnitFilterType": "ALL",
5 "companyFilterType": "ALL",
6 "leaseDepartmentFilterType": "ALL",
7 "leaseGroupFilterType": "ALL",
8 "costCenterFilterType": "ALL",
9 "profitCenterFilterType": "ALL",
10 "wbsFilterType": "ALL",
11 "objectBaseIds": [
12 {
13 "id": 0,
14 "displayId": "string",
15 "objectType": "ERP_SYSTEM"
16 }
17 ]
18}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
erpSystemFilterType |
string |
false |
none |
none |
leaseAreaFilterType |
string |
false |
none |
none |
businessUnitFilterType |
string |
false |
none |
none |
companyFilterType |
string |
false |
none |
none |
leaseDepartmentFilterType |
string |
false |
none |
none |
leaseGroupFilterType |
string |
false |
none |
none |
costCenterFilterType |
string |
false |
none |
none |
profitCenterFilterType |
string |
false |
none |
none |
wbsFilterType |
string |
false |
none |
none |
objectBaseIds |
false |
none |
none |
Enumerated Values
Attribute |
Value |
|---|---|
businessUnitFilterType |
ALL, LIST |
companyFilterType |
ALL, LIST |
costCenterFilterType |
ALL, LIST |
erpSystemFilterType |
ALL, LIST |
leaseAreaFilterType |
ALL, LIST |
leaseDepartmentFilterType |
ALL, LIST |
leaseGroupFilterType |
ALL, LIST |
profitCenterFilterType |
ALL, LIST |
wbsFilterType |
ALL, LIST |