---
title: "PUT /v1/clients/{clientId}"
method: PUT
path: "/v1/clients/{clientId}"
tags: ["Clients"]
---

# PUT /v1/clients/{clientId}

`PUT /v1/clients/{clientId}`

Updates a client. Returns the same object as getting a single client.

## Path parameters

- `clientId` number, double, required

## Request body

- ClientRequest
  - `external_refs` string[]
  - `notes` string
  - `vat_number` number, double
  - `country` string
  - `city` string
  - `zip` string
  - `street` string
  - `name` string

## Response `200`

Ok

- union
  - ClientResponse
    - `updated_at` number, double
    - `created_at` string, required
    - `updated_by` number, double
    - `created_by` number, double, required
    - `notes` string
    - `vat_number` number, double
    - `country` string
    - `city` string
    - `zip` string
    - `street` string
    - `name` string
    - `id` number, double, required
  - unknown

---

[API](https://skmtc.dev/forecast/apis/forecast-api.md) · [All operations](https://skmtc.dev/forecast/apis/forecast-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/forecast/forecast-api/revisions/4667aafb9fdd/schema)
