---
title: "Update a specific vendor contact"
method: PUT
path: "/api/vendors/{vendorId}/contacts/{contactId}"
tags: ["Vendor Contact"]
---

# Update a specific vendor contact

`PUT /api/vendors/{vendorId}/contacts/{contactId}`

## Path parameters

- `vendorId` string, required
- `contactId` string, required

## Request body

- VendorContactUpdateDto — A vendor contact
  - `firstName` string, required — First name
  - `lastName` string, nullable — Last name
  - `position` string, nullable — Position / Job Title
  - `phone` string, nullable — Phone number
  - `cellPhone` string, nullable — Cellphone number
  - `email` string, email, nullable — Email address
  - `fax` string, nullable — Fax number
  - `notes` string, nullable — Internal notes about this contact.
  - `emailPurchaseOrders` boolean, nullable — Whether this contact should receive purchase order emails. When omitted, the existing value is preserved.

## Response `200`

Vendor contact updated

## Other responses

- `404` — Vendor did not exist or no contact existed with the specified Id

---

[API](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi.md) · [All operations](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fulcrumpro/fulcrum-publicapi/revisions/016c1fd45a3f/schema)
