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: Response object containing the result of an activation group revision revert operation
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
activationGroupId |
integer(int64) |
false |
none |
Unique identifier of the activation group |
activationGroupDisplayId |
string |
false |
none |
Display identifier of the activation group |
success |
boolean |
false |
none |
Indicates whether the revert operation was successful |
errorMessage |
string |
false |
none |
Error message if the revert operation failed |