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

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

Properties

Properties

action: "changeAssociate"
associate: AssociateDraft

New version of an existing Associate.

Generated using TypeDoc