Generated after a successful Change Parent Unit update action.

interface BusinessUnitParentChangedMessagePayload {
    newParentUnit?: BusinessUnitKeyReference;
    oldParentUnit?: BusinessUnitKeyReference;
    type: "BusinessUnitParentChanged";
}

Properties

newParentUnit?: BusinessUnitKeyReference

Parent unit of the Business Unit after the Change Parent Unit update action.

oldParentUnit?: BusinessUnitKeyReference

Parent unit of the Business Unit before the Change Parent Unit update action.

type: "BusinessUnitParentChanged"