Skip to main content
PUT
/
api
/
Contacts
/
{contactId}
/
Owners
Update a clients owners.
curl --request PUT \
  --url https://api.example.com/api/Contacts/{contactId}/Owners \
  --header 'Content-Type: application/json' \
  --data '[
  123
]'

Path Parameters

contactId
integer<int32>
required

Body

application/json

Response

200

OK