---
title: "Allows to modify property"
method: PATCH
path: "/inventory/v1/properties/{id}"
tags: ["Property"]
---

# Allows to modify property

`PATCH /inventory/v1/properties/{id}`

Here's a list of allowed operations:
- Replace Name
- Add, replace and remove Description
- Replace CompanyName
- Add, replace and remove ManagingDirectors
- Replace CommercialRegisterEntry
- Replace TaxId
- Replace Location
- Add, replace and remove BankAccount
- Replace PaymentTerms
- Set IsTemplate<br>You must have at least one of these scopes: 'properties.manage, setup.manage'.

## Path parameters

- `id` string, required

## Request body

- Operation[]
  - `value` unknown
  - `path` string, nullable
  - `op` string, nullable
  - `from` string, nullable

## Response `204`

Success

## 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-inventory-api.md) · [All operations](https://skmtc.dev/apaleo/apis/apaleo-inventory-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apaleo/apaleo-inventory-api/revisions/a2846f52cdfb/schema)
