Interface BusinessUnitChangeAssociateModeAction

Only Business Units of type Division can be changed to ExplicitAndFromParent. This update action generates a BusinessUnitAssociateModeChanged Message.

interface BusinessUnitChangeAssociateModeAction {
    action: "changeAssociateMode";
    associateMode: string;
}

Properties

action: "changeAssociateMode"
associateMode: string

The new value for associateMode.

Generated using TypeDoc