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