---
title: "POST /api/v3.3/promo-codes"
method: POST
path: "/api/v3.3/promo-codes"
tags: ["PromoCodes"]
---

# POST /api/v3.3/promo-codes

`POST /api/v3.3/promo-codes`

## Request body

- PromoCodeApi3AddingDto
  - `propertyUid` string
  - `singleUse` boolean
  - `currency` 'AED' | 'ARS' | 'AUD' | 'BGN' | 'BHD' | 'BRL' | 'CAD' | 'CHF' | 'CLP' | 'CNY' | 'COP' | 'CZK' | 'DKK' | 'DOP' | 'EUR' | 'GBP' | 'GTQ' | 'HKD' | 'HUF' | 'IDR' | 'IKR' | 'ILS' | 'INR' | 'JPY' | 'KES' | 'KRW' | 'MXN' | 'MYR' | 'NOK' | 'NONE' | 'NZD' | 'PEN' | 'PHP' | 'PLN' | 'RON' | 'RUB' | 'SEK' | 'SGD' | 'THB' | 'TRY' | 'TWD' | 'USD' | 'UYU' | 'VEF' | 'VND' | 'VUV' | 'JOD' | 'SAR' | 'EGP' | 'ZAR' | 'TTD' | 'BBD' | 'CVE' | 'AWG' | 'MAD' | 'PYG'
  - `name` string, required
  - `type` 'AMOUNT' | 'PERCENT', required
  - `value` number, required
  - `validFromDate` string, required
  - `validToDate` string, required
  - `expirationDate` string, 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)
