Interface BusinessUnitChangeApprovalRuleModeAction

Updates Approval Rules inheritance behavior between Business Units.

Only Business Units of type `Division` can be changed to `ExplicitAndFromParent`.

This update action generates a [BusinessUnitApprovalRuleModeChanged](ctp:api:type:BusinessUnitApprovalRuleModeChangedMessage) Message.
interface BusinessUnitChangeApprovalRuleModeAction {
    action: "changeApprovalRuleMode";
    approvalRuleMode: string;
}

Properties

action: "changeApprovalRuleMode"
approvalRuleMode: string

The new value for approvalRuleMode.