MassIndexationJobListFilterTypeRequest¶
Example Json Object
1{
2 "searchTerm": "string",
3 "displayIds": [
4 "string"
5 ],
6 "indexationType": "NONE",
7 "indexationTypeNonLease": "NONE",
8 "skipItemsWithOpenDraft": true,
9 "assetClasses": [
10 {
11 "id": 10000001,
12 "displayId": "IAC-001",
13 "status": "CREATED",
14 "name": "Machinery and Equipment",
15 "assetClassType": "PROPERTY",
16 "infiniteUsefulLife": false
17 }
18 ],
19 "cpiCategories": [
20 {
21 "id": 101,
22 "displayId": "CPI-2025-001",
23 "status": "ACTIVE",
24 "name": "Consumer Price Index - City A",
25 "city": "New York",
26 "country": "USA",
27 "province": "NY"
28 }
29 ],
30 "profile": {
31 "persistable": true,
32 "id": 0,
33 "createdBy": "string",
34 "createdAt": "2019-08-24T14:15:22Z",
35 "modifiedBy": "string",
36 "modifiedAt": "2019-08-24T14:15:22Z",
37 "profileId": 0,
38 "name": "string",
39 "principalPositionType": "LESSEE",
40 "filterObject": {
41 "erpSystemFilterType": "ALL",
42 "leaseAreaFilterType": "ALL",
43 "businessUnitFilterType": "ALL",
44 "companyFilterType": "ALL",
45 "leaseDepartmentFilterType": "ALL",
46 "leaseGroupFilterType": "ALL",
47 "costCenterFilterType": "ALL",
48 "profitCenterFilterType": "ALL",
49 "wbsFilterType": "ALL",
50 "businessAreaFilterType": "ALL",
51 "functionalAreaFilterType": "ALL"
52 },
53 "baseIdList": [
54 {
55 "id": 0,
56 "displayId": "string",
57 "objectType": "LEASE_AREA"
58 }
59 ],
60 "new": true
61 },
62 "migratedFilterType": "MIGRATED"
63}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
searchTerm |
string |
false |
none |
none |
displayIds |
[string] |
false |
none |
none |
indexationType |
string |
false |
none |
none |
indexationTypeNonLease |
string |
false |
none |
none |
skipItemsWithOpenDraft |
boolean |
false |
none |
none |
assetClasses |
false |
none |
[Represents an Internal Asset Class entity containing classification, organizational, and status information.] |
|
cpiCategories |
false |
none |
[Represents a consumer price index category with location and status details.] |
|
profile |
true |
none |
none |
|
migratedFilterType |
string |
true |
none |
none |
Enumerated Values
Attribute |
Value |
|---|---|
indexationType |
CPI_GLOBAL, CPI_LOCAL, NONE |
indexationTypeNonLease |
CPI_GLOBAL, CPI_LOCAL, NONE |
migratedFilterType |
ALL, MIGRATED, NON_MIGRATED |