Changing the parent of a Business Unit generates a BusinessUnitParentChanged Message.

interface BusinessUnitChangeParentUnitAction {
    action: "changeParentUnit";
    parentUnit: BusinessUnitResourceIdentifier;
}

Properties

Properties

action: "changeParentUnit"

New parent unit of the Business Unit. The new parent unit must have the same top-level unit as the old parent unit.