---
title: "Partially update a vendor"
method: PATCH
path: "/api/vendors/{vendorId}"
tags: ["Vendor"]
---

# Partially update a vendor

`PATCH /api/vendors/{vendorId}`

## Path parameters

- `vendorId` string, required

## Response `200`

Vendor item

- VendorDto — A vendor
  - `id` string, required — Id
  - `name` string, required — The name to give the vendor. Must be unique to all active vendors.
  - `vendorCode` string, nullable — Unique identifier for this vendor.
  - `paymentTermsId` string, nullable — Payment terms identifier. Please reference /api/payment-terms endpoint.
  - `paymentTerms` CommonReferenceDto — Represents a reference to a document in a DB collection
    - `id` string, nullable — Unique Id associated to the referenced object
    - `name` string, nullable — Descriptive name associated to the object
  - `notes` string, nullable — General notes associated to this vendor
  - `externalReferences` object, nullable — External references associated with this entity.
  - `customFields` object, nullable — Custom fields that have been defined on this entity.
  - `currencyCode` string, nullable — The currency of the vendor.
  - `status` string, nullable — Approval/quality status of the vendor. One of: Approved, Probation, Monitor, Disqualified, Other.
  - `active` boolean — Whether the vendor is active.
  - `leadTime` integer, nullable — Default lead time in days.
  - `url` string, uri, nullable — Vendor website URL.
  - `vendorSince` string, date-time, nullable — Date the vendor relationship began.

## Other responses

- `404` — Vendor did not exist

---

[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/versions/1b5649cff14a/schema)
