---
title: "Replace supplier"
method: PUT
path: "/suppliers/{id}/"
tags: ["Procurement"]
---

# Replace supplier

`PUT /suppliers/{id}/`

## Request body

- Supplier
  - `id` integer
  - `name` string, required
  - `tax_id` string, nullable
  - `country` string, required — Country ID.
  - `state` integer, nullable
  - `currency` string — ISO currency code.
  - `address` string, nullable
  - `email` string, email, nullable
  - `phone` string, nullable
  - `website` string, uri, nullable
  - `tax_settings` object — Country-specific tax-agency configuration.
  - `created` string, date-time
  - `updated` string, date-time

## Response `200`

Updated supplier.

- Supplier
  - `id` integer
  - `name` string, required
  - `tax_id` string, nullable
  - `country` string, required — Country ID.
  - `state` integer, nullable
  - `currency` string — ISO currency code.
  - `address` string, nullable
  - `email` string, email, nullable
  - `phone` string, nullable
  - `website` string, uri, nullable
  - `tax_settings` object — Country-specific tax-agency configuration.
  - `created` string, date-time
  - `updated` string, date-time

---

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