Interface BusinessUnitTopLevelUnitSetMessagePayload

Generated when a Business Unit topLevelUnit is modified due to a hierarchy change after a successful Set Unit Type or Change Parent Unit update action.

interface BusinessUnitTopLevelUnitSetMessagePayload {
    oldTopLevelUnit: BusinessUnitKeyReference;
    topLevelUnit: BusinessUnitKeyReference;
    type: "BusinessUnitTopLevelUnitSet";
}

Hierarchy (View Summary)

Properties

oldTopLevelUnit: BusinessUnitKeyReference

Top-level unit of the Business Unit before the Set Unit Type or Change Parent Unit update action.

Top-level unit of the Business Unit after the Set Unit Type or Change Parent Unit update action.

type: "BusinessUnitTopLevelUnitSet"