ActivationGroupRevisionRevertRequest¶
Example Json Object
1{
2 "activationGroupId": 10000001,
3 "activationGroupDisplayId": "AG-10000001",
4 "targetRevisionToRevertId": 20000005,
5 "reversalReasonId": 301,
6 "documentDate": "2025-09-01",
7 "postingDate": "2025-09-02",
8 "syncRevertWithManualTransactions": true,
9 "processingTaskId": 50001,
10 "processingTaskType": "SCHEDULE_ADJUSTMENT",
11 "processingJobType": "BACKGROUND"
12}
📄 Description: Request to revert an activation group revision to a specified target revision
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
activationGroupId |
integer(int64) |
false |
none |
Unique identifier of the activation group to revert |
activationGroupDisplayId |
string |
false |
none |
Display ID of the activation group |
targetRevisionToRevertId |
integer(int64) |
false |
none |
Target revision ID to which the activation group should be reverted |
reversalReasonId |
integer(int64) |
false |
none |
Reason ID for the reversion |
documentDate |
string(date) |
false |
none |
Document date for the reversion |
postingDate |
string(date) |
false |
none |
Posting date for the reversion |
syncRevertWithManualTransactions |
boolean |
false |
none |
Indicates if the revert should be synchronized with manual transactions |
processingTaskId |
integer(int64) |
false |
none |
Processing task ID associated with the revert |
processingTaskType |
string |
false |
none |
Type of processing task |
processingJobType |
string |
false |
none |
Type of processing job |