AddSolutionMembersBody

Request body for a SolutionMember operation.

Definition

TypeScript
interface AddSolutionMembersBody {
  solutionId: string;
  entityIds: Array<string>;
}

Fields

FieldTypeNotes
solutionIdstringrequired — Solution to add the entities to.
entityIdsArray<string>required — Prefixed entity IDs to add. Duplicates already in the solution are ignored. All entities must belong to the solution's workspace.