---
title: "Available addons"
method: GET
path: "/v1/properties/{id}/rates/addons"
tags: ["Properties"]
---

# Available addons

`GET /v1/properties/{id}/rates/addons`

Returns a list of available addons for the given property. If additional parameters are specified, then it'll return only those that are valid

## Path parameters

- `id` integer, required

## Query parameters

- `start` string, date-time
- `end` string, date-time
- `rid` integer

## Response `200`

Success

- LodgifyApiPropertiesModelsV1PropertyAddOnDto[]
  - `id` integer
  - `name` string, nullable
  - `description` string, nullable
  - `charge_type` string, nullable
  - `rate_type` string, nullable
  - `max_quantity` integer, nullable
  - `frequency` string, nullable
  - `percentage` number, double, nullable
  - `amount` number, double, nullable
  - `original_amount` number, double, nullable
  - `image_url` string, nullable
  - `currency` LodgifyApiPropertiesModelsV1CurrencyDto — Object representing a Currency
    - `id` integer — Currency identifier
    - `code` string, nullable — Currency code
    - `name` string, nullable — Currency Name
    - `euro_forex` number, double — Exchange rate between currency and Euro
    - `symbol` string, nullable — Currency symbol

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Server Error

---

[API](https://skmtc.net/lodgify/apis/lodgify-public-api-v1.md) · [All operations](https://skmtc.net/lodgify/apis/lodgify-public-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lodgify/lodgify-public-api-v1/versions/ddf40757d411/schema)
