ActivationGroupRevisionRevertTaskDto¶
Example Json Object
1{
2 "id": 1001,
3 "queueTime": "2025-09-05T10:15:00Z",
4 "startTime": "2025-09-05T10:16:00Z",
5 "endTime": "2025-09-05T10:20:00Z",
6 "interruptedAt": "2025-09-05T10:18:00Z",
7 "recoveredAt": "2025-09-05T10:19:30Z",
8 "status": {
9 "name": "ACTIVE",
10 "captionKey": "enum.objectStatus.active",
11 "active": true,
12 "caption": "Active"
13 },
14 "recover": true,
15 "interrupted": false,
16 "interruptionMessage": "System maintenance caused interruption",
17 "errorMessage": "Database connection timeout",
18 "activeActivationGroupRevisionId": 5001,
19 "revisionToRevertActivationGroupRevisionId": 5000,
20 "targetActivationGroupRevisionId": 4999,
21 "taskDetails": {}
22}
📄 Description: Data transfer object representing a task to revert changes in an activation group within the Nakisa Lease Accounting Suite, facilitating the management of lease contracts and associated financial obligations in accounting entries.
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 |
Text value for interruptedAt in ActivationGroupRevisionRevertTaskDto |
recoveredAt |
string(date-time) |
false |
none |
Text value for recoveredAt in ActivationGroupRevisionRevertTaskDto |
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 |
Text value for interruptionMessage in ActivationGroupRevisionRevertTaskDto |
errorMessage |
string |
false |
none |
Text value for errorMessage in ActivationGroupRevisionRevertTaskDto |
activeActivationGroupRevisionId |
integer(int64) |
false |
none |
Unique identifier for the active activation group revision |
revisionToRevertActivationGroupRevisionId |
integer(int64) |
false |
none |
Unique identifier for the revision to revert activation group revision |
targetActivationGroupRevisionId |
integer(int64) |
false |
none |
Unique identifier for the target activation group revision |
taskDetails |
object |
false |
none |
List of taskDetails items |