NfsImportJobDto¶
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 "queueTime": "2019-08-24T14:15:22Z",
10 "startTime": "2019-08-24T14:15:22Z",
11 "endTime": "2019-08-24T14:15:22Z",
12 "status": "CREATED",
13 "batchSize": 1000,
14 "totalObjectCount": 0,
15 "fileStorageId": "string",
16 "importDocumentFileName": "string",
17 "version": 0,
18 "readOnly": true,
19 "importDocumentStoreId": 0,
20 "input": {
21 "erpSystemId": 0,
22 "principalPositionType": "LESSEE",
23 "useMassWorkflowTransition": true,
24 "massWorkflowJobBatchSize": 0,
25 "terminalState": "MLA_DEFINE",
26 "transitions": [
27 "MLA_DEFINE_TO_WAITING_FOR_APPROVAL"
28 ],
29 "useDefaultMassWorkflowWorkbookInput": true,
30 "leaseComponentRevisionId": 0
31 },
32 "requestReferences": [
33 {
34 "key": "string",
35 "value": "string"
36 }
37 ],
38 "sheetTypes": [
39 {
40 "persistentId": "string",
41 "rowCaption": "string",
42 "tabCaption": "string",
43 "sheetCaption": "string",
44 "sheetGroupType": "MASTER_AGREEMENT",
45 "principalPositionMode": "LESSEE",
46 "order": 0,
47 "name": "string"
48 }
49 ],
50 "sheetGroupTypes": [
51 "MASTER_AGREEMENT"
52 ]
53}
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 |
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 |
batchSize |
integer(int32) |
false |
none |
none |
totalObjectCount |
integer(int32) |
false |
none |
none |
fileStorageId |
string |
false |
none |
none |
importDocumentFileName |
string |
false |
none |
none |
version |
integer(int32) |
false |
none |
none |
readOnly |
boolean |
false |
none |
none |
importDocumentStoreId |
integer(int64) |
false |
none |
none |
input |
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 |