---
title: "createPromoCodeConfiguration"
method: POST
path: "/promo-code-configurations"
tags: ["Promo Code Configuration"]
---

# createPromoCodeConfiguration

`POST /promo-code-configurations`

Create Promo Code Configuration

## Request body

- PromoCodeConfigurationFillable
  - `promo_code_id` integer — Primary identifier of associated Promo Code
  - `ticket_type_id` integer — Primary identifier of associated Ticket Type

## Response `200`

Success

- PromoCodeConfiguration
  - `created_at` string, date-time — Date/time of initial record creation
  - `id` integer — Primary identifier of record
  - `promo_code_id` integer — Primary identifier of associated Promo Code
  - `ticket_type_id` integer — Primary identifier of associated Ticket Type
  - `updated_at` string, date-time — Date/time of last record update

## Other responses

- `403` — Requester is not authorized to perform action

---

[API](https://skmtc.net/gofundme/apis/gofundme-pro-api.md) · [All operations](https://skmtc.net/gofundme/apis/gofundme-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gofundme/gofundme-pro-api/revisions/d22bb925eeed/schema)
