---
title: "Updates the given companycontact id"
method: PUT
path: "/v1/resourceowner/companycontact/{companyContactIdToEdit}"
tags: ["ResourceOwnerCompanyContacts"]
---

# Updates the given companycontact id

`PUT /v1/resourceowner/companycontact/{companyContactIdToEdit}`

This will update the company contact with the new model.

## Path parameters

- `companyContactIdToEdit` integer, required

## Request body

- CompanyContactEditModel
  - `CompanyId` integer, required
  - `ContactId` integer, required

## Response `200`

The company contact was saved

## Other responses

- `403` — Request is forbidden, this could occur if you are not associated with the company contact
- `500` — Internal server error

---

[API](https://skmtc.net/automile/apis/automile-api.md) · [All operations](https://skmtc.net/automile/apis/automile-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/automile/automile-api/revisions/bd42075f6b02/schema)
