---
title: "Insert Custom Discounts"
method: POST
path: "/owner/custom-discounts"
tags: ["Owner"]
---

# Insert Custom Discounts

`POST /owner/custom-discounts`

Insert custom discounts

## Request body

- CustomDiscountsPayload — Custom discounts payload
  - `property_id` integer, required
  - `discount_on_weekday` integer
  - `discount_on_weekend` integer
  - `discount_on_2days` integer
  - `discount_on_4days` integer
  - `discount_on_7days` integer
  - `discount_on_10days` integer
  - `discount_on_30days` integer
  - `discount_on_45days` integer
  - `discount_on_60days` integer

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