Interface MyBusinessUnitChangeParentUnitAction

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

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

Properties

Properties

action: "changeParentUnit"

New parent unit of the Business Unit.

Generated using TypeDoc