---
title: "Create Plan"
method: POST
path: "/event/create/partial-payment-plan/"
tags: ["event"]
---

# Create Plan

`POST /event/create/partial-payment-plan/`

## Request body

- PartialPaymentPlanSchema
  - `event_id` integer, nullable
  - `down_payment_in_amount` union
    - number
    - string
  - `down_payment_in_percentage` number, nullable
  - `no_of_installments` integer, required
  - `last_date_installment` string, date, nullable
  - `ticket_name` string[], required
  - `installment_fee_amount` union
    - number
    - string
  - `installment_fee_percentage` number, nullable
  - `is_per_ticket` boolean, nullable
  - `is_down_payment_percentage` boolean, nullable
  - `is_installment_fee_percentage` boolean, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/myticketpartner/apis/fastapi.md) · [All operations](https://skmtc.dev/myticketpartner/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/myticketpartner/fastapi/revisions/b574a0cabefe/schema)
