BatchProfileDto¶
Example Json Object
1{
2 "id": 0,
3 "name": "string",
4 "principalPositionType": "LESSEE",
5 "erpSystemFilterType": "ALL",
6 "erpSystems": [
7 {
8 "id": 0,
9 "displayId": "string",
10 "status": "CREATED",
11 "name": "string"
12 }
13 ],
14 "leaseAreaFilterType": "ALL",
15 "leaseAreas": [
16 {
17 "id": 0,
18 "displayId": "string",
19 "status": "CREATED",
20 "name": "string"
21 }
22 ],
23 "businessUnitFilterType": "ALL",
24 "businessUnits": [
25 {
26 "id": 0,
27 "displayId": "string",
28 "status": "CREATED",
29 "name": "string"
30 }
31 ],
32 "companyFilterType": "ALL",
33 "companyCodes": [
34 {
35 "id": 0,
36 "displayId": "string",
37 "status": "CREATED",
38 "erpSystemId": 0,
39 "erpSystemDisplayId": "string",
40 "countryId": 0,
41 "countryDisplayId": "string"
42 }
43 ],
44 "departmentFilterType": "ALL",
45 "leaseDepartments": [
46 {
47 "id": 0,
48 "displayId": "string",
49 "status": "CREATED",
50 "name": "string"
51 }
52 ],
53 "leaseGroupFilterType": "ALL",
54 "leaseGroups": [
55 {
56 "id": 0,
57 "displayId": "string",
58 "status": "CREATED",
59 "name": "string"
60 }
61 ],
62 "costCenterFilterType": "ALL",
63 "costCenters": [
64 {
65 "id": 0,
66 "displayId": "string",
67 "status": "CREATED",
68 "name": "string"
69 }
70 ],
71 "profitCenterFilterType": "ALL",
72 "profitCenters": [
73 {
74 "id": 0,
75 "displayId": "string",
76 "status": "CREATED",
77 "name": "string",
78 "validTo": "2019-08-24",
79 "erpSystemId": 0,
80 "erpSystemDisplayId": "string"
81 }
82 ],
83 "workBreakdownStructureFilterType": "ALL",
84 "workBreakdownStructures": [
85 {
86 "id": 0,
87 "displayId": "string",
88 "status": "CREATED",
89 "name": "string"
90 }
91 ],
92 "objectStatus": "CREATED",
93 "securityProfileId": 0,
94 "businessAreaFilterType": "ALL",
95 "businessAreas": [
96 {
97 "id": 0,
98 "displayId": "string",
99 "status": "CREATED",
100 "name": "string"
101 }
102 ],
103 "functionalAreaFilterType": "ALL",
104 "functionalAreas": [
105 {
106 "id": 0,
107 "displayId": "string",
108 "status": "CREATED",
109 "name": "string"
110 }
111 ],
112 "filterObjectDto": {
113 "id": 0,
114 "profileId": 0,
115 "displayId": "string",
116 "objectType": "string"
117 },
118 "assetClassFilterType": "ALL",
119 "assetClasses": [
120 {
121 "id": 0,
122 "displayId": "string"
123 }
124 ],
125 "cpiCategoryFilterType": "ALL",
126 "cpiCategories": [
127 {
128 "id": 0,
129 "displayId": "string"
130 }
131 ],
132 "scriptProfile": true
133}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
none |
name |
string |
false |
none |
none |
principalPositionType |
string |
true |
none |
none |
erpSystemFilterType |
string |
true |
none |
none |
erpSystems |
false |
none |
none |
|
leaseAreaFilterType |
string |
true |
none |
none |
leaseAreas |
false |
none |
none |
|
businessUnitFilterType |
string |
true |
none |
none |
businessUnits |
false |
none |
none |
|
companyFilterType |
string |
true |
none |
none |
companyCodes |
false |
none |
none |
|
departmentFilterType |
string |
true |
none |
none |
leaseDepartments |
false |
none |
none |
|
leaseGroupFilterType |
string |
true |
none |
none |
leaseGroups |
false |
none |
none |
|
costCenterFilterType |
string |
true |
none |
none |
costCenters |
false |
none |
none |
|
profitCenterFilterType |
string |
true |
none |
none |
profitCenters |
false |
none |
none |
|
workBreakdownStructureFilterType |
string |
true |
none |
none |
workBreakdownStructures |
false |
none |
none |
|
objectStatus |
string |
false |
none |
none |
securityProfileId |
integer(int64) |
false |
none |
none |
businessAreaFilterType |
string |
true |
none |
none |
businessAreas |
false |
none |
none |
|
functionalAreaFilterType |
string |
true |
none |
none |
functionalAreas |
false |
none |
none |
|
filterObjectDto |
false |
none |
none |
|
assetClassFilterType |
string |
false |
none |
none |
assetClasses |
false |
none |
none |
|
cpiCategoryFilterType |
string |
false |
none |
none |
cpiCategories |
false |
none |
none |
|
scriptProfile |
boolean |
false |
none |
none |
Enumerated Values
Attribute |
Value |
|---|---|
assetClassFilterType |
ALL, LIST |
businessAreaFilterType |
ALL, LIST |
businessUnitFilterType |
ALL, LIST |
companyFilterType |
ALL, LIST |
costCenterFilterType |
ALL, LIST |
cpiCategoryFilterType |
ALL, LIST |
departmentFilterType |
ALL, LIST |
erpSystemFilterType |
ALL, LIST |
functionalAreaFilterType |
ALL, LIST |
leaseAreaFilterType |
ALL, LIST |
leaseGroupFilterType |
ALL, LIST |
objectStatus |
ACTIVE, CREATED, DECOMMISSIONED, DISABLED |
principalPositionType |
LESSEE, LESSOR |
profitCenterFilterType |
ALL, LIST |
workBreakdownStructureFilterType |
ALL, LIST |