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

# Update an existing address for a client

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

## Path parameters

- `version` string, required

## Headers

- `company-id` string, required

## Request body

- ClientsContractsCommandsUpdateClientAddressCommand
  - `addressId` integer
  - `clientId` integer
  - `companyId` string, uuid
  - `companyName` string, nullable
  - `departmentName` string, nullable
  - `contactName` string, nullable
  - `address` string, nullable
  - `suite` string, nullable
  - `city` string, nullable
  - `state` string, nullable
  - `zipCode` string, nullable
  - `isDefault` boolean

## Response `200`

Success

- ClientsContractsCommandsUpdateClientAddressResponse
  - `isValid` boolean
  - `errors` string[], nullable
  - `warnings` string[], nullable
  - `info` string[], nullable
  - `message` string, nullable
  - `data` ClientsContractsCommandsUpdatedClientAddressResponse
    - `addressId` 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)
