---
title: "Updates an existing Vendor page by ID"
method: PUT
path: "/vendors/{id}"
tags: ["Vendor"]
---

# Updates an existing Vendor page by ID

`PUT /vendors/{id}`

Required permission: Vendors - Edit

## Path parameters

- `id` integer, required

## Request body

- object
  - `name` string
  - `rep_first_name` string
  - `rep_last_name` string
  - `email` string
  - `phone` string
  - `account_number` string
  - `address` string
  - `city` string
  - `state` string
  - `zip` string
  - `website` string
  - `notes` string

## Response `200`

successful

## Other responses

- `404` — Not found
- `422` — Invalid request

---

[API](https://skmtc.dev/syncromsp/apis/syncro.md) · [All operations](https://skmtc.dev/syncromsp/apis/syncro/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/syncromsp/syncro/revisions/dfc1c332d2c2/schema)
