---
title: "Attach Cottage To Property"
method: POST
path: "/owner/attach-cottage"
tags: ["Owner"]
---

# Attach Cottage To Property

`POST /owner/attach-cottage`

Attach cottage to property

## Request body

- AttachCottagePayload — Attach cottage payload
  - `property_id` integer, required
  - `property_attributes` object
  - `cottages` CottagePayload[], required
    - `room_name` string, required
    - `room_capacity` integer
    - `room_type` string
    - `number_of_rooms` integer
    - `cottage_amenities` object, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/dozzy/apis/fastapi-service.md) · [All operations](https://skmtc.dev/dozzy/apis/fastapi-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dozzy/fastapi-service/revisions/151fa3b762d3/schema)
