ScheduleJobDto¶
Example Json Object
1{
2 "id": 0,
3 "activationGroupRevisionId": 0,
4 "errorMessage": "string",
5 "isSuccess": true,
6 "tasks": [
7 {
8 "id": 0,
9 "queueTime": "2019-08-24T14:15:22Z",
10 "startTime": "2019-08-24T14:15:22Z",
11 "endTime": "2019-08-24T14:15:22Z",
12 "interruptedAt": "2019-08-24T14:15:22Z",
13 "recoveredAt": "2019-08-24T14:15:22Z",
14 "status": "CREATED",
15 "recover": true,
16 "interrupted": true,
17 "interruptionMessage": "string",
18 "errorMessage": "string",
19 "activationGroupClassificationId": 0,
20 "scheduleJobId": 0,
21 "classificationType": "NON_LEASE",
22 "leaseMeasurementId": 0,
23 "messages": [
24 "string"
25 ],
26 "warnings": [
27 "string"
28 ],
29 "errors": [
30 "string"
31 ]
32 }
33 ]
34}
📄 Description: Data transfer object representing a scheduled job within the Nakisa Lease Accounting Suite, encompassing lease-related tasks, contract management, and financial obligations to ensure accurate accounting entries.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
activationGroupRevisionId |
integer(int64) |
false |
none |
Unique identifier for the activation group revision |
errorMessage |
string |
false |
none |
Text value for errorMessage in ScheduleJobDto |
isSuccess |
boolean |
false |
none |
Whether the resource is success |
tasks |
false |
none |
List of tasks items |