Update Enable Effectivity Groups.
post
/config/sim/v1/setup/effectivityGroups/updateEnableEffectivityGroups
Updates the enableEffectivityGroup flag for given hierUnitId and changeSetId. If no record is found, it creates a new record.
Request
Supported Media Types
- application/json
- multipart/form-data
Header Parameters
-
Simphony-AuditTrailRef: string
Detail that identifies, who made the change.
CU request body for Enable Effectivity Groups
Root Schema : schema
Type:
Show Source
object
-
changeSetId(required):
integer
Unique reference of the inherited effectivity group.Example:
1
-
enableEffectivityGroup(required):
boolean
Flag indicating if the effectivity group is enabled or not.Example:
false
-
hierUnitId(required):
integer
hierUnitId of property where the record is inheritedExample:
1
Response
Supported Media Types
- application/json
200 Response
Enable Effectivity Group Updated or Added.
Root Schema : EnableEffGroupsCUResponseBody
Type:
Show Source
object
-
changeSetId:
integer
Unique reference of the inherited effectivity group.Example:
1
-
hierUnitId:
integer
hierUnitId of property where the record is inheritedExample:
1