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

# PUT /api/client/{id}/

`PUT /api/client/{id}/`

## Path parameters

- `id` string, uuid, required

## Headers

- `X-Company` string

## Request body

- Client
  - `id` string, uuid, required
  - `company` string, uuid
  - `project_count` string, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `name` string, required
  - `phone_number` string, nullable
  - `address` string, nullable — The format should be "address line, suburb postcode, country"
  - `logo` string, uri, nullable
  - `contact_name` string, nullable
  - `contact_number` string, nullable
  - `contact_email` string, email, nullable

## Response `200`

- Client
  - `id` string, uuid, required
  - `company` string, uuid
  - `project_count` string, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `name` string, required
  - `phone_number` string, nullable
  - `address` string, nullable — The format should be "address line, suburb postcode, country"
  - `logo` string, uri, nullable
  - `contact_name` string, nullable
  - `contact_number` string, nullable
  - `contact_email` string, email, nullable

---

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