MassIndexationTaskDto¶
Example Json Object
1{
2 "id": 10000001,
3 "queueTime": "2025-01-01T10:00:00Z",
4 "startTime": "2025-01-01T10:00:00Z",
5 "endTime": "2025-01-01T10:00:00Z",
6 "interruptedAt": "2025-01-01T10:00:00Z",
7 "recoveredAt": "2025-01-01T10:00:00Z",
8 "status": {
9 "name": "PROCESSING",
10 "captionKey": "enum.batchJobStatus.processing",
11 "caption": "Processing"
12 },
13 "recover": false,
14 "interrupted": false,
15 "interruptionMessage": "sample_interruptionMessage",
16 "errorMessage": "sample_errorMessage",
17 "totalObjectCount": 100,
18 "jobId": 10000001,
19 "batchTaskObjectType": {
20 "name": "CONTRACT",
21 "captionKey": "enum.objectType.contract",
22 "caption": "Contract"
23 },
24 "objectIds": [],
25 "failedObjectIds": [],
26 "taskReport": {
27 "id": 10000001,
28 "scheduledItemCount": 100,
29 "processingItemCount": 100,
30 "doneItemCount": 100,
31 "failedItemCount": 100,
32 "cancelledItemCount": 100,
33 "skippedItemCount": 100,
34 "totalItemCount": 100,
35 "taskId": 10000001
36 }
37}
📄 Description: Data transfer object representing a mass indexation task within the Nakisa Lease Accounting Suite, encompassing lease contracts and their associated financial obligations for accurate accounting entry management.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
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 |
interruptedAt |
string(date-time) |
false |
none |
Timestamp indicating when the mass indexation task was interrupted, relevant for tracking lease and contract processing within the Nakisa Lease Accounting Suite. |
recoveredAt |
string(date-time) |
false |
none |
Timestamp indicating when the lease-related financial obligations were successfully recovered in the Nakisa Lease Accounting Suite. |
status |
false |
none |
Status of the resource |
|
recover |
boolean |
false |
none |
Boolean flag indicating recover status |
interrupted |
boolean |
false |
none |
Boolean flag indicating interrupted status |
interruptionMessage |
string |
false |
none |
Message detailing any interruptions encountered during the mass indexation process of lease contracts and financial obligations within the Nakisa Lease Accounting Suite. |
errorMessage |
string |
false |
none |
Descriptive message detailing any errors encountered during the mass indexation process of leases and related financial obligations within the Nakisa Lease Accounting Suite. |
totalObjectCount |
integer(int32) |
false |
none |
Count of total object |
jobId |
integer(int64) |
false |
none |
Unique identifier for the job |
batchTaskObjectType |
false |
none |
Type of the batch task object |
|
objectIds |
[integer] |
false |
none |
List of objectIds items |
failedObjectIds |
[integer] |
false |
none |
List of failedObjectIds items |
taskReport |
false |
none |
Value for taskReport field |