---
title: "Create product supplier"
method: POST
path: "/product_suppliers"
tags: ["Product Supplier"]
---

# Create product supplier

`POST /product_suppliers`

## Request body

- object
  - `name` string

## Response `201`

Resource was created

- ProductSupplier
  - `created_at` string, date-time
  - `id` string, int64
  - `links` object
    - `self` string, uri
  - `name` string
  - `updated_at` string, date-time

## Other responses

- `422` — Resource could not be saved due to validation errors

---

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