ActivationGroupRevisionRevertResponse¶
Example Json Object
1{
2 "activationGroupId": 10000001,
3 "activationGroupDisplayId": "AG-10000001",
4 "success": true,
5 "errorMessage": "Revert failed due to invalid revision state"
6}
📄 Description: Data transfer object representing the response for reverting an activation group revision within the Nakisa Lease Accounting Suite, encompassing essential details related to lease contracts, financial obligations, and accounting entries.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
activationGroupId |
integer(int64) |
false |
none |
Unique identifier for the activation group |
activationGroupDisplayId |
string |
false |
none |
Unique identifier for the activation group display |
success |
boolean |
false |
none |
Boolean flag indicating success status |
errorMessage |
string |
false |
none |
Descriptive message detailing any errors encountered during the reversion of an activation group revision within the Nakisa Lease Accounting Suite. |