NfsExportItemDto¶
Example Json Object
1{
2 "id": 0,
3 "exportTaskId": 0,
4 "sheetType": {
5 "persistentId": "string",
6 "tabCaption": "string",
7 "sheetCaption": "string",
8 "sheetGroupType": "MASTER_AGREEMENT",
9 "principalPositionMode": "LESSEE",
10 "rowCaption": "string",
11 "order": 0,
12 "name": "string"
13 },
14 "startedAt": "2019-08-24T14:15:22Z",
15 "finishedAt": "2019-08-24T14:15:22Z",
16 "doneItemCount": 0,
17 "failedItemCount": 0,
18 "skippedItemCount": 0,
19 "cancelledItemCount": 0,
20 "totalItemCount": 0
21}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
none |
exportTaskId |
integer(int64) |
false |
none |
none |
sheetType |
false |
none |
none |
|
startedAt |
string(date-time) |
false |
none |
none |
finishedAt |
string(date-time) |
false |
none |
none |
doneItemCount |
integer(int32) |
false |
none |
none |
failedItemCount |
integer(int32) |
false |
none |
none |
skippedItemCount |
integer(int32) |
false |
none |
none |
cancelledItemCount |
integer(int32) |
false |
none |
none |
totalItemCount |
integer(int32) |
false |
none |
none |