NfsExportJobFilter¶
Example Json Object
1{
2 "principalPositionType": {
3 "name": "LESSEE",
4 "captionKey": "enum.principalpositiontype.lessee",
5 "caption": "Lessee"
6 },
7 "migratedFilterType": {
8 "name": "ALL",
9 "captionKey": "enum.migratedFilterType.all",
10 "caption": "All"
11 },
12 "erpSystemIds": [],
13 "leaseAreaIds": [],
14 "businessUnitIds": [],
15 "companyIds": [],
16 "erpSystemFilterType": {
17 "name": "ALL",
18 "captionKey": "enum.filterType.all",
19 "caption": "All"
20 },
21 "leaseAreaFilterType": {
22 "name": "ALL",
23 "captionKey": "enum.filterType.all",
24 "caption": "All"
25 },
26 "businessUnitFilterType": {
27 "name": "ALL",
28 "captionKey": "enum.filterType.all",
29 "caption": "All"
30 },
31 "companyFilterType": {
32 "name": "ALL",
33 "captionKey": "enum.filterType.all",
34 "caption": "All"
35 },
36 "objectTypeFilter": {
37 "name": "CONTRACT",
38 "captionKey": "enum.listObjectType.contract",
39 "caption": "Contract"
40 },
41 "ids": [],
42 "leaseComponentRevisionId": 10000001,
43 "leaseMeasurementId": 10000001,
44 "fromYear": 100,
45 "toYear": 100,
46 "unitIds": []
47}
📄 Description: NfsExportJobFilter is a data transfer object designed to facilitate the filtering of export jobs within the Nakisa Lease Accounting Suite, ensuring accurate management of leases, contracts, financial obligations, and accounting entries.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
principalPositionType |
false |
none |
Type of the principal position |
|
migratedFilterType |
false |
none |
Type of the migrated filter |
|
erpSystemIds |
[integer] |
false |
none |
List of erpSystemIds items |
leaseAreaIds |
[integer] |
false |
none |
List of leaseAreaIds items |
businessUnitIds |
[integer] |
false |
none |
List of businessUnitIds items |
companyIds |
[integer] |
false |
none |
List of companyIds items |
erpSystemFilterType |
false |
none |
Type of the erp system filter |
|
leaseAreaFilterType |
false |
none |
Type of the lease area filter |
|
businessUnitFilterType |
false |
none |
Type of the business unit filter |
|
companyFilterType |
false |
none |
Type of the company filter |
|
objectTypeFilter |
false |
none |
Text value for objectTypeFilter in NfsExportJobFilter |
|
ids |
[integer] |
false |
none |
List of ids items |
leaseComponentRevisionId |
integer(int64) |
false |
none |
Unique identifier for the lease component revision |
leaseMeasurementId |
integer(int64) |
false |
none |
Unique identifier for the lease measurement |
fromYear |
integer(int32) |
false |
none |
Numeric value representing fromYear |
toYear |
integer(int32) |
false |
none |
Numeric value representing toYear |
unitIds |
[integer] |
false |
none |
List of unitIds items |