Skip to main content
PUT
/
api
/
Opportunities
/
{opportunityId}
/
Owners
Update an Opportunities Owners.
curl --request PUT \
  --url https://api.example.com/api/Opportunities/{opportunityId}/Owners \
  --header 'Content-Type: application/json' \
  --data '[
  123
]'

Path Parameters

opportunityId
integer<int32>
required

Body

application/json

Response

200

OK