---
title: "Modify pricing period"
method: POST
path: "/api/v3.3/pricing-periods"
tags: ["Pricing Periods"]
---

# Modify pricing period

`POST /api/v3.3/pricing-periods`

Creates/updates or removes a pricing period for a property. Supports SET (create/update) and REMOVE operations

## Request body

- PricingPeriodModificationApi3Dto
  - `operation` 'REMOVE' | 'SET', required
  - `pricingPeriod` PricingPeriodSavingApi3Dto, required
    - `propertyUid` string, required
    - `date` string, date, required
    - `price` number
    - `minimumStay` integer
    - `availableForCheckIn` boolean
    - `availableForCheckOut` boolean
    - `name` string

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