v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-031984301.2 MB
Vendor

Update Vendor

Updates a vendor by identifier. Only fields included in the request body are updated. We recommend reading Updating data with PUT before using this endpoint.

Member management is not part of this endpoint. To add a user to a vendor, invite them via the Create User endpoint specifying the vendor's VendorProjectManager group. To remove a user from the vendor, remove them from that group using the Update Group or Update User endpoints.

put/vendors/{vendorId}

Headers

X-LC-Tenantstring required

The identifier of the account where the request is executed.

Authorizationstring required

The bearer access token provided by Auth0.

Request body

namestring

The name of the vendor.
Unsupported characters in the name: \ / : * ? " < > |

descriptionstring

A description of the vendor.

keyContactIdstring

The identifier of the user to set as the primary point of contact for this vendor.

selfManagedboolean

Indicates whether the vendor is self-managed.

quoteTemplateIdstring

The identifier of the quote template to associate with the vendor. Use the List Quote Templates endpoint to retrieve available values. <br>The quote template must be in the same folder as the vendor or above.

Response

No Content