---
title: "Creates a property"
method: POST
path: "/inventory/v1/properties"
tags: ["Property"]
---

# Creates a property

`POST /inventory/v1/properties`

Use this call to create a new property.<br>You must have at least one of these scopes: 'properties.create, setup.manage'.

## Headers

- `Idempotency-Key` string

## Request body

- CreatePropertyModel
  - `code` string, required — The code for the property that can be shown in reports and table views
  - `name` object, required — The name for the property
  - `companyName` string, required — The legal name of the company running the property.
  - `managingDirectors` string, nullable — The managing director(s) of the company, as they should appear on invoices
  - `commercialRegisterEntry` string, required — The entry in the Commercial Reigster of the company running the property, as it should appear on invoices
  - `taxId` string, required — The Tax-ID of the company running the property, as it should appear on invoices
  - `description` object, nullable — The description for the property
  - `location` CreateAddressModel, required
    - `addressLine1` string, required
    - `addressLine2` string, nullable
    - `postalCode` string, required
    - `city` string, required
    - `regionCode` string, nullable — The ISO 3166-2 code
    - `countryCode` string, required — The country code, in ISO 3166-1 alpha-2 code
  - `bankAccount` BankAccountModel
    - `iban` string, nullable
    - `bic` string, nullable
    - `bank` string, nullable
  - `paymentTerms` object, required — The payment terms used for all rate plans
  - `timeZone` string, required — The time zone name of the property from the IANA Time Zone Database. (see: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)
  - `defaultCheckInTime` string, required — The default check-in time<br />A time (without fractional second part) as defined in the <a href="https://en.wikipedia.org/wiki/ISO_8601">ISO8601:2004</a>
  - `defaultCheckOutTime` string, required — The default check-out time<br />A time (without fractional second part) as defined in the <a href="https://en.wikipedia.org/wiki/ISO_8601">ISO8601:2004</a>
  - `currencyCode` string, required — The currency a property works with.

## Response `201`

Creation of the new property was successful.

- PropertyCreatedModel
  - `id` string, required — The property id

## 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)
