---
title: "PUT /Vendors/{id}"
method: PUT
path: "/Vendors/{id}"
tags: ["Vendors"]
---

# PUT /Vendors/{id}

`PUT /Vendors/{id}`

## Path parameters

- `id` string, required

## Request body

- CreateVendorDto
  - `name` string
  - `code` string, nullable
  - `contactName` string, nullable
  - `phone` string, nullable
  - `email` string, nullable
  - `addressLine1` string, nullable
  - `addressLine2` string, nullable
  - `city` string, nullable
  - `state` string, nullable
  - `postalCode` string, nullable
  - `country` string, nullable
  - `accountNumber` string, nullable
  - `notes` string, nullable

## Response `200`

OK

- VendorDto
  - `id` string
  - `name` string
  - `code` string, nullable
  - `contactName` string, nullable
  - `phone` string, nullable
  - `email` string, nullable
  - `addressLine1` string, nullable
  - `addressLine2` string, nullable
  - `city` string, nullable
  - `state` string, nullable
  - `postalCode` string, nullable
  - `country` string, nullable
  - `accountNumber` string, nullable
  - `notes` string, nullable
  - `isActive` boolean
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/versions/a905bde4e796/schema)
