MassModificationJobFilter¶
Example Json Object
1{
2 "persistable": true,
3 "id": 0,
4 "createdBy": "string",
5 "createdAt": "2019-08-24T14:15:22Z",
6 "modifiedBy": "string",
7 "modifiedAt": "2019-08-24T14:15:22Z",
8 "profileId": 0,
9 "name": "string",
10 "principalPositionType": "LESSEE",
11 "skipItemsWithOpenDraft": true,
12 "filterTypes": {
13 "erpSystemFilterType": "ALL",
14 "leaseAreaFilterType": "ALL",
15 "businessUnitFilterType": "ALL",
16 "companyFilterType": "ALL",
17 "leaseDepartmentFilterType": "ALL",
18 "leaseGroupFilterType": "ALL",
19 "costCenterFilterType": "ALL",
20 "profitCenterFilterType": "ALL",
21 "wbsFilterType": "ALL",
22 "businessAreaFilterType": "ALL",
23 "functionalAreaFilterType": "ALL"
24 },
25 "baseIdList": [
26 {
27 "id": 0,
28 "displayId": "string",
29 "objectType": "LEASE_AREA"
30 }
31 ],
32 "listObjectType": "MASTER_AGREEMENT",
33 "objectList": [
34 {
35 "id": "string",
36 "displayId": "Euro"
37 }
38 ],
39 "new": true
40}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
persistable |
boolean |
false |
none |
none |
id |
integer(int64) |
false |
none |
none |
createdBy |
string |
false |
none |
none |
createdAt |
string(date-time) |
false |
none |
none |
modifiedBy |
string |
false |
none |
none |
modifiedAt |
string(date-time) |
false |
none |
none |
profileId |
integer(int64) |
false |
none |
none |
name |
string |
false |
none |
none |
principalPositionType |
string |
false |
none |
none |
skipItemsWithOpenDraft |
boolean |
false |
none |
none |
filterTypes |
false |
none |
none |
|
baseIdList |
false |
none |
none |
|
listObjectType |
string |
false |
none |
none |
objectList |
false |
none |
[Basic identifier object containing ID and display information.] |
|
new |
boolean |
false |
none |
none |
Enumerated Values
Attribute |
Value |
|---|---|
listObjectType |
ACTIVATION_GROUP, CHARGE, CONTRACT, LEASE_COMPONENT, MASTER_AGREEMENT, SCHEDULE, UNIT |
principalPositionType |
LESSEE, LESSOR |