GLBalanceReportJobListFilterTypeRequest¶
Example Json Object
1{
2 "searchTerm": "string",
3 "profile": {
4 "id": 0,
5 "name": "string",
6 "profileId": 0,
7 "calendarType": "REGULAR_CALENDAR",
8 "fiscalVariant": {
9 "id": 0,
10 "displayId": "string",
11 "status": "CREATED",
12 "isCalendarYear": true,
13 "yearDependent": true,
14 "erpSystemDisplayId": "string",
15 "isErpSystemDefault": true
16 },
17 "principalPositionType": "LESSEE",
18 "erpSystemFilterType": "ALL",
19 "erpSystems": [
20 {
21 "id": 0,
22 "displayId": "string",
23 "status": "CREATED",
24 "name": "string",
25 "type": "NAKISA",
26 "sapVersion": "ECC_EHP5"
27 }
28 ],
29 "leaseAreaFilterType": "ALL",
30 "leaseAreas": [
31 {
32 "id": 0,
33 "displayId": "string",
34 "status": "CREATED",
35 "name": "string"
36 }
37 ],
38 "businessUnitFilterType": "ALL",
39 "businessUnits": [
40 {
41 "id": 0,
42 "displayId": "string",
43 "status": "CREATED",
44 "name": "string"
45 }
46 ],
47 "companyFilterType": "ALL",
48 "companyCodes": [
49 {
50 "id": 0,
51 "displayId": "string",
52 "status": "CREATED",
53 "erpSystemId": 0,
54 "erpSystemDisplayId": "string",
55 "countryId": 0,
56 "countryDisplayId": "string",
57 "postingPeriodVariantId": 0,
58 "fiscalVariantId": 0
59 }
60 ],
61 "departmentFilterType": "ALL",
62 "leaseDepartments": [
63 {
64 "id": 0,
65 "displayId": "string",
66 "status": "CREATED",
67 "name": "string"
68 }
69 ],
70 "leaseGroupFilterType": "ALL",
71 "leaseGroups": [
72 {
73 "id": 0,
74 "displayId": "string",
75 "status": "CREATED",
76 "name": "string"
77 }
78 ],
79 "costCenterFilterType": "ALL",
80 "costCenters": [
81 {
82 "id": 0,
83 "displayId": "string",
84 "status": "CREATED",
85 "name": "string"
86 }
87 ],
88 "profitCenterFilterType": "ALL",
89 "profitCenters": [
90 {
91 "id": 0,
92 "displayId": "string",
93 "status": "CREATED",
94 "name": "string",
95 "validTo": "2019-08-24",
96 "erpSystemId": 0,
97 "erpSystemDisplayId": "string"
98 }
99 ],
100 "workBreakdownStructureFilterType": "ALL",
101 "workBreakdownStructures": [
102 {
103 "id": 0,
104 "displayId": "string",
105 "status": "CREATED",
106 "name": "string"
107 }
108 ]
109 },
110 "migratedFilterType": "MIGRATED"
111}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
searchTerm |
string |
false |
none |
none |
profile |
true |
none |
none |
|
migratedFilterType |
string |
true |
none |
none |
Enumerated Values
Attribute |
Value |
|---|---|
migratedFilterType |
ALL, MIGRATED, NON_MIGRATED |