cURL
curl --request PUT \ --url https://api.example.com/api/Opportunities/Owners \ --header 'Content-Type: application/json' \ --data ' { "opportunityIds": [ 123 ], "ownerIds": [ 123 ] } '
OK
Was this page helpful?