Updating the Associate on a Business Unit generates the BusinessUnitAssociateChanged Message.

interface MyBusinessUnitChangeAssociateAction {
    action: "changeAssociate";
    associate: AssociateDraft;
}

Properties

Properties

action: "changeAssociate"
associate: AssociateDraft

The Associate to add.

Generated using TypeDoc