Skip to main content
PUT
/
api
/
Opportunities
/
Owners
Set owners for multiple Opportunities.
curl --request PUT \
  --url https://api.example.com/api/Opportunities/Owners \
  --header 'Content-Type: application/json' \
  --data '
{
  "opportunityIds": [
    123
  ],
  "ownerIds": [
    123
  ]
}
'

Body

application/json
opportunityIds
integer<int32>[] | null
ownerIds
integer<int32>[] | null

Response

200

OK