ResponseNfsExportJobDto¶
Example Json Object
1{
2 "code": "UPDATED",
3 "message": "string",
4 "defaultMessage": "string",
5 "debugMessage": "string",
6 "errors": {
7 "all": [
8 {
9 "type": "GENERIC",
10 "source": {},
11 "field": "string",
12 "errorKey": "string",
13 "errorMessage": "string"
14 }
15 ]
16 },
17 "object": {
18 "id": 0,
19 "taskCount": 0,
20 "failedTaskCount": 0,
21 "doneTaskCount": 0,
22 "inProgressTaskCount": 0,
23 "cancelledTaskCount": 0,
24 "errorMessage": "string",
25 "batchSize": 1000,
26 "totalObjectCount": 0,
27 "queueTime": "2019-08-24T14:15:22Z",
28 "startTime": "2019-08-24T14:15:22Z",
29 "endTime": "2019-08-24T14:15:22Z",
30 "status": "CREATED",
31 "fileStorageId": "string",
32 "generatingExportFile": true,
33 "startedGeneratingExportFileAt": "2019-08-24T14:15:22Z",
34 "version": 0,
35 "readOnly": true,
36 "docStoreId": 0,
37 "filter": {
38 "principalPositionType": "LESSEE",
39 "migratedFilterType": "MIGRATED",
40 "erpSystemIds": [
41 0
42 ],
43 "leaseAreaIds": [
44 0
45 ],
46 "businessUnitIds": [
47 0
48 ],
49 "companyIds": [
50 0
51 ],
52 "erpSystemFilterType": "ALL",
53 "leaseAreaFilterType": "ALL",
54 "businessUnitFilterType": "ALL",
55 "companyFilterType": "ALL",
56 "objectTypeFilter": "MASTER_AGREEMENT",
57 "ids": [
58 0
59 ],
60 "leaseComponentRevisionId": 0,
61 "leaseMeasurementId": 0,
62 "fromYear": 0,
63 "toYear": 0,
64 "unitIds": [
65 0
66 ]
67 },
68 "requestReferences": [
69 {
70 "key": "string",
71 "value": "string"
72 }
73 ],
74 "sheetTypes": [
75 {
76 "persistentId": "string",
77 "rowCaption": "string",
78 "tabCaption": "string",
79 "sheetCaption": "string",
80 "sheetGroupType": "MASTER_AGREEMENT",
81 "principalPositionMode": "LESSEE",
82 "order": 0,
83 "name": "string"
84 }
85 ],
86 "sheetGroupTypes": [
87 "MASTER_AGREEMENT"
88 ]
89 }
90}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
code |
string |
false |
none |
none |
message |
string |
false |
write-only |
none |
defaultMessage |
string |
false |
write-only |
none |
debugMessage |
string |
false |
write-only |
none |
errors |
false |
none |
none |
|
object |
false |
none |
none |
Enumerated Values
Attribute |
Value |
|---|---|
code |
API_CALL_FAILED, ATTACHED, BAD_REQUEST, DATA_VALIDATION_ERROR, DELETED, DETACHED, INTERNAL_SYSTEM_ERROR, NULL_RESPONSE, OK, OK_BUT_RESPONSE_INVALID, REQUEST_VALIDATION_ERROR, SERVICE_VALIDATION_ERROR, UPDATED |