MassInterCompanyTransferJobFilterDto¶
Example Json Object
1{
2 "id": 10000001,
3 "profileId": 30000001,
4 "jobId": 10000001,
5 "skipItemsWithOpenDraft": true,
6 "filterTypes": {
7 "erpSystemFilterType": {
8 "name": "ALL",
9 "captionKey": "enum.filterType.all",
10 "caption": "All"
11 },
12 "erpSystems": [],
13 "leaseAreaFilterType": {
14 "name": "ALL",
15 "captionKey": "enum.filterType.all",
16 "caption": "All"
17 },
18 "leaseAreas": [],
19 "businessUnitFilterType": {
20 "name": "ALL",
21 "captionKey": "enum.filterType.all",
22 "caption": "All"
23 },
24 "businessUnits": [],
25 "companyFilterType": {
26 "name": "ALL",
27 "captionKey": "enum.filterType.all",
28 "caption": "All"
29 },
30 "companies": [],
31 "leaseDepartmentFilterType": {
32 "name": "ALL",
33 "captionKey": "enum.filterType.all",
34 "caption": "All"
35 },
36 "leaseDepartments": [],
37 "leaseGroupFilterType": {
38 "name": "ALL",
39 "captionKey": "enum.filterType.all",
40 "caption": "All"
41 },
42 "leaseGroups": [],
43 "costCenterFilterType": {
44 "name": "ALL",
45 "captionKey": "enum.filterType.all",
46 "caption": "All"
47 },
48 "costCenters": [],
49 "profitCenterFilterType": {
50 "name": "ALL",
51 "captionKey": "enum.filterType.all",
52 "caption": "All"
53 },
54 "profitCenters": [],
55 "wbsFilterType": {
56 "name": "ALL",
57 "captionKey": "enum.filterType.all",
58 "caption": "All"
59 },
60 "wbses": [],
61 "businessAreaFilterType": {
62 "name": "ALL",
63 "captionKey": "enum.filterType.all",
64 "caption": "All"
65 },
66 "businessAreas": [],
67 "functionalAreaFilterType": {
68 "name": "ALL",
69 "captionKey": "enum.filterType.all",
70 "caption": "All"
71 },
72 "functionalAreas": []
73 },
74 "listObjectType": {
75 "name": "CONTRACT",
76 "captionKey": "enum.listObjectType.contract",
77 "caption": "Contract"
78 },
79 "objectList": []
80}
📄 Description: Data transfer object representing the criteria for filtering mass intercompany transfer jobs within the Nakisa Lease Accounting Suite, facilitating efficient management of leases, contracts, financial obligations, and accounting entries.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
profileId |
integer(int64)¦null |
false |
none |
Unique identifier for the profile |
jobId |
integer(int64)¦null |
false |
none |
Unique identifier for the job |
skipItemsWithOpenDraft |
boolean |
false |
none |
Boolean flag indicating skipItemsWithOpenDraft status |
filterTypes |
false |
none |
Value for filterTypes field |
|
listObjectType |
false |
none |
Type of the list object |
|
objectList |
false |
none |
List of objectList items |