Adding an Associate to a Business Unit generates a BusinessUnitAssociateAdded Message.

interface BusinessUnitAddAssociateAction {
    action: "addAssociate";
    associate: AssociateDraft;
}

Properties

Properties

action: "addAssociate"
associate: AssociateDraft

The Associate to add.

Generated using TypeDoc