---
title: "Update Cottage Location Attributes"
method: PUT
path: "/owner/update-cottage-location-attributes"
tags: ["Owner"]
---

# Update Cottage Location Attributes

`PUT /owner/update-cottage-location-attributes`

Update cottage location attributes

## Request body

- UpdateCottageLocationAttributes — Update cottage location attributes
  - `property_id` integer, required
  - `geo_latitude` string, required
  - `geo_longitude` string, required
  - `geo_location` string, required
  - `area_name` string, required
  - `owner_pan_card_number` string
  - `property_gst_number` string
  - `property_trade_licence` string
  - `property_alternate_number` string
  - `property_watch_man_number` string
  - `property_amenities` object
  - `complimentary_benefits` object

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