Skip to main content
POST
Manage opportunity relationships

Authorizations

Authorization
string
header
required

JWT authentication for organization-scoped endpoints.

Path Parameters

orgId
string
required

Organization ID

workspaceId
string
required

Workspace ID

opportunityId
string
required

Opportunity ID

action
enum<string>
required

Action to perform on relationships

Available options:
add,
remove

Body

application/json

Request body for managing opportunity relationships

solutionIds
string[]

Array of solution IDs to associate with the opportunity

Example:
outcomeIds
string[]

Array of outcome IDs to associate with the opportunity

Example:
insightIds
string[]

Array of insight IDs to associate with the opportunity

Example:

Response

Relationships successfully modified