---
title: "Create or update invoice addresses for one or more properties."
method: PUT
path: "/settings/v1/invoice-address"
tags: ["InvoiceAddress"]
---

# Create or update invoice addresses for one or more properties.

`PUT /settings/v1/invoice-address`

If the address does not exist for one of the specified properties, it is created. If it exists, it is completely replaced.<br>You must have at least one of these scopes: 'setup.manage, settings.manage'.

## Query parameters

- `propertyIds` string[], required

## Request body

- InvoiceAddressCreateOrReplaceModel
  - `addressLine1` string, required
  - `addressLine2` string, nullable
  - `postalCode` string, required
  - `city` string, required
  - `regionCode` string, nullable
  - `countryCode` string, required

## Response `204`

No content.

## Other responses

- `400` — Bad request.
- `401` — You are unauthorized.
- `403` — Forbidden.
- `404` — The Request-URI could not be found.
- `415` — Unsupported media type.
- `422` — Validation errors in the request body or query params.
- `499` — Client closed request.
- `500` — An unexpected error occurred.
- `503` — The server is currently unavailable. Please try later.

---

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