createDocRuleRangeGroup
POST/doc-rules/:docRuleId/range-groups
Creates a range group (tier) in the RuleDefinition of the DocRule. The parent condition group is
referenced by docRuleConditionGroupId in the request body. Returns the full RuleDefinition of the
DocRule (the same payload as getDocRuleDefinition).
Server-side cascade: creating a range group automatically provisions its rangeSubConditions map
with one entry per existing sub-condition of the condition group and its rangeEffects map with one
entry per existing effect of the condition group (honouring the invariants of exactly one entry per
(SubCondition x RangeGroup) and per (Effect x RangeGroup)).
To access the service you need at least one of the following permissions:
| Permission (one of) |
|---|
| createDocRule |
| updateDocRule |