Changes the Associates of a Business Unit, generates a BusinessUnitAssociatesSet Message.

interface BusinessUnitSetAssociatesAction {
    action: "setAssociates";
    associates: AssociateDraft[];
}

Properties

Properties

action: "setAssociates"
associates: AssociateDraft[]

The new list of Associates. If not provided, any existing list is removed.

Generated using TypeDoc