NfsExportJobDto¶
Example Json Object
1{
2 "id": 0,
3 "taskCount": 0,
4 "failedTaskCount": 0,
5 "doneTaskCount": 0,
6 "inProgressTaskCount": 0,
7 "cancelledTaskCount": 0,
8 "errorMessage": "string",
9 "batchSize": 1000,
10 "totalObjectCount": 0,
11 "queueTime": "2019-08-24T14:15:22Z",
12 "startTime": "2019-08-24T14:15:22Z",
13 "endTime": "2019-08-24T14:15:22Z",
14 "status": "CREATED",
15 "fileStorageId": "string",
16 "generatingExportFile": true,
17 "startedGeneratingExportFileAt": "2019-08-24T14:15:22Z",
18 "version": 0,
19 "readOnly": true,
20 "docStoreId": 0,
21 "filter": {
22 "principalPositionType": "LESSEE",
23 "migratedFilterType": "MIGRATED",
24 "erpSystemIds": [
25 0
26 ],
27 "leaseAreaIds": [
28 0
29 ],
30 "businessUnitIds": [
31 0
32 ],
33 "companyIds": [
34 0
35 ],
36 "erpSystemFilterType": "ALL",
37 "leaseAreaFilterType": "ALL",
38 "businessUnitFilterType": "ALL",
39 "companyFilterType": "ALL",
40 "objectTypeFilter": "MASTER_AGREEMENT",
41 "ids": [
42 0
43 ],
44 "leaseComponentRevisionId": 0,
45 "leaseMeasurementId": 0,
46 "fromYear": 0,
47 "toYear": 0,
48 "unitIds": [
49 0
50 ]
51 },
52 "requestReferences": [
53 {
54 "key": "string",
55 "value": "string"
56 }
57 ],
58 "sheetTypes": [
59 {
60 "persistentId": "string",
61 "rowCaption": "string",
62 "tabCaption": "string",
63 "sheetCaption": "string",
64 "sheetGroupType": "MASTER_AGREEMENT",
65 "principalPositionMode": "LESSEE",
66 "order": 0,
67 "name": "string"
68 }
69 ],
70 "sheetGroupTypes": [
71 "MASTER_AGREEMENT"
72 ]
73}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
none |
taskCount |
integer(int32) |
false |
none |
none |
failedTaskCount |
integer(int32) |
false |
none |
none |
doneTaskCount |
integer(int32) |
false |
none |
none |
inProgressTaskCount |
integer(int32) |
false |
none |
none |
cancelledTaskCount |
integer(int32) |
false |
none |
none |
errorMessage |
string |
false |
none |
none |
batchSize |
integer(int32) |
false |
none |
none |
totalObjectCount |
integer(int32) |
false |
none |
none |
queueTime |
string(date-time) |
false |
none |
none |
startTime |
string(date-time) |
false |
none |
none |
endTime |
string(date-time) |
false |
none |
none |
status |
string |
false |
none |
none |
fileStorageId |
string |
false |
none |
none |
generatingExportFile |
boolean |
false |
none |
none |
startedGeneratingExportFileAt |
string(date-time) |
false |
none |
none |
version |
integer(int32) |
false |
none |
none |
readOnly |
boolean |
false |
none |
none |
docStoreId |
integer(int64) |
false |
none |
none |
filter |
false |
none |
none |
|
requestReferences |
false |
none |
none |
|
sheetTypes |
false |
none |
none |
|
sheetGroupTypes |
[string] |
false |
none |
none |
Enumerated Values
Attribute |
Value |
|---|---|
status |
CANCELLED, CANCELLING, CREATED, CREATING, DONE, FAILED, INTERRUPTED, INTERRUPTING, KILLING, PENDING, PROCESSING, SCHEDULED |