---
title: "Update pricing rules"
method: PUT
path: "/api/v3.3/property-pricing-rules/{propertyUid}"
tags: ["Property Pricing Rules"]
---

# Update pricing rules

`PUT /api/v3.3/property-pricing-rules/{propertyUid}`

Creates or updates pricing rules for a property with Airbnb override option

## Path parameters

- `propertyUid` string, required

## Request body

- PropertyPricingRulesSavingApi33Dto
  - `enabledForAirbnb` boolean
  - `pricingRules` PropertyPricingRuleApi3Dto[]
    - `uid` string
    - `ruleType` 'LAST_MINUTE_DISCOUNT' | 'EARLY_BIRD_DISCOUNT', required
    - `threshold` integer, required
    - `priceChange` number, required
    - `priceChangeType` 'PERCENT', required

## Response `200`

OK

---

[API](https://skmtc.dev/hostfully/apis/hostfully-api.md) · [All operations](https://skmtc.dev/hostfully/apis/hostfully-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hostfully/hostfully-api/revisions/8387ad22afc6/schema)
