ActivationGroupModificationInitialDataRequest¶
Example Json Object
1{
2 "activationGroupId": 10000001,
3 "modificationDate": "2025-09-05",
4 "modificationReasons": [
5 "CONTRACT_RATE_CHANGE",
6 "INDEXATION"
7 ],
8 "applyIndexationLease": true,
9 "applyIndexationNonLease": false
10}
📄 Description: Request object for modifying initial data of an activation group
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
activationGroupId |
integer(int64) |
false |
none |
Unique identifier of the activation group |
modificationDate |
string(date) |
false |
none |
Date of the modification |
modificationReasons |
[string] |
false |
none |
List of reasons for the modification |
applyIndexationLease |
boolean |
false |
none |
Indicates whether lease indexation should be applied |
applyIndexationNonLease |
boolean |
false |
none |
Indicates whether non-lease indexation should be applied |