---
title: "Add address"
method: POST
path: "/api/clients/{client_id}/addresses"
tags: ["Clients - Protected"]
---

# Add address

`POST /api/clients/{client_id}/addresses`

Add a new address to a client.

## Path parameters

- `client_id` integer, required — Client ID

## Headers

- `x-api-token` string, nullable

## Request body

- AddressCreate — Address creation request.
  - `morada` string, required
  - `codigo_postal` string, nullable
  - `localidade` string, nullable
  - `cidade` string, nullable
  - `pais` string, nullable
  - `principal` boolean — Is this the primary address

## Response `201`

Successful Response

- AddressResponse — Address response.
  - `id` integer, required
  - `morada` string, nullable
  - `codigo_postal` string, nullable
  - `localidade` string, nullable
  - `cidade` string, nullable
  - `pais` string, nullable
  - `principal` boolean

## Other responses

- `422` — Validation Error

---

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