---
title: "Update an existing client contact"
method: PUT
path: "/v{version}/Clients/contact"
tags: ["Clients"]
---

# Update an existing client contact

`PUT /v{version}/Clients/contact`

## Path parameters

- `version` string, required

## Headers

- `company-id` string, required

## Request body

- ClientsContractsCommandsUpdateClientContactCommand
  - `companyId` string, uuid
  - `contactId` integer
  - `clientId` integer
  - `firstName` string, nullable
  - `lastName` string, nullable
  - `title` string, nullable
  - `phone` string, nullable
  - `extension` string, nullable
  - `email` string, nullable

## Response `200`

Success

- BilfloUtilMicroservicesCQRSResponseBase1ClientsContractsCommandsUpdatedClientContactResponse
  - `isValid` boolean
  - `errors` string[], nullable
  - `warnings` string[], nullable
  - `info` string[], nullable
  - `message` string, nullable
  - `data` ClientsContractsCommandsUpdatedClientContactResponse
    - `contactId` integer

---

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