NfsExportJobDto¶
Example Json Object
1{
2 "id": 10000001,
3 "taskCount": 100,
4 "failedTaskCount": 100,
5 "doneTaskCount": 100,
6 "inProgressTaskCount": 100,
7 "cancelledTaskCount": 100,
8 "errorMessage": "sample_errorMessage",
9 "batchSize": 1000,
10 "totalObjectCount": 100,
11 "queueTime": "2025-01-01T10:00:00Z",
12 "startTime": "2025-01-01T10:00:00Z",
13 "endTime": "2025-01-01T10:00:00Z",
14 "status": {
15 "name": "PROCESSING",
16 "captionKey": "enum.batchJobStatus.processing",
17 "caption": "Processing"
18 },
19 "fileStorageId": "sample_fileStorageId",
20 "generatingExportFile": false,
21 "startedGeneratingExportFileAt": "2025-01-01T10:00:00Z",
22 "version": 100,
23 "readOnly": false,
24 "docStoreId": 10000001,
25 "filter": {
26 "principalPositionType": {
27 "name": "LESSEE",
28 "captionKey": "enum.principalpositiontype.lessee",
29 "caption": "Lessee"
30 },
31 "migratedFilterType": {
32 "name": "ALL",
33 "captionKey": "enum.migratedFilterType.all",
34 "caption": "All"
35 },
36 "erpSystemIds": [],
37 "leaseAreaIds": [],
38 "businessUnitIds": [],
39 "companyIds": [],
40 "erpSystemFilterType": {
41 "name": "ALL",
42 "captionKey": "enum.filterType.all",
43 "caption": "All"
44 },
45 "leaseAreaFilterType": {
46 "name": "ALL",
47 "captionKey": "enum.filterType.all",
48 "caption": "All"
49 },
50 "businessUnitFilterType": {
51 "name": "ALL",
52 "captionKey": "enum.filterType.all",
53 "caption": "All"
54 },
55 "companyFilterType": {
56 "name": "ALL",
57 "captionKey": "enum.filterType.all",
58 "caption": "All"
59 },
60 "objectTypeFilter": {
61 "name": "CONTRACT",
62 "captionKey": "enum.listObjectType.contract",
63 "caption": "Contract"
64 },
65 "ids": [],
66 "leaseComponentRevisionId": 10000001,
67 "leaseMeasurementId": 10000001,
68 "fromYear": 100,
69 "toYear": 100,
70 "unitIds": []
71 },
72 "requestReferences": [],
73 "sheetTypes": [],
74 "sheetGroupTypes": {
75 "name": "LEASE_COMPONENT",
76 "captionKey": "enum.SheetGroupTypes.leaseComponent",
77 "caption": "Lease Component"
78 }
79}
📄 Description: NfsExportJobDto is a data transfer object that encapsulates the details of a job related to the export of lease and contract information, facilitating the management of financial obligations and accounting entries within the Nakisa Lease Accounting Suite.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
taskCount |
integer(int32) |
false |
none |
Count of task |
failedTaskCount |
integer(int32) |
false |
none |
Count of failed task |
doneTaskCount |
integer(int32) |
false |
none |
Count of done task |
inProgressTaskCount |
integer(int32) |
false |
none |
Count of in progress task |
cancelledTaskCount |
integer(int32) |
false |
none |
Count of cancelled task |
errorMessage |
string |
false |
none |
Text value for errorMessage in NfsExportJobDto |
batchSize |
integer(int32) |
false |
none |
Numeric value representing batchSize |
totalObjectCount |
integer(int32) |
false |
none |
Count of total object |
queueTime |
string(date-time) |
false |
none |
Time of the queue |
startTime |
string(date-time) |
false |
none |
Time of the start |
endTime |
string(date-time) |
false |
none |
Time of the end |
status |
false |
none |
Status of the resource |
|
fileStorageId |
string |
false |
none |
Identifier of the associated file storage. |
generatingExportFile |
boolean |
false |
none |
Boolean flag indicating generatingExportFile status |
startedGeneratingExportFileAt |
string(date-time) |
false |
none |
Text value for startedGeneratingExportFileAt in NfsExportJobDto |
version |
integer(int32) |
false |
none |
Numeric value representing version |
readOnly |
boolean |
false |
none |
Boolean flag indicating readOnly status |
docStoreId |
integer(int64) |
false |
none |
Unique identifier for the doc store |
filter |
false |
none |
Value for filter field |
|
requestReferences |
false |
none |
List of requestReferences items |
|
sheetTypes |
false |
none |
List of sheetTypes items |
|
sheetGroupTypes |
false |
none |
List of sheetGroupTypes items |