---
title: "Create Attendee"
method: POST
path: "/manage_event/add/attendee/"
tags: ["manage_event"]
---

# Create Attendee

`POST /manage_event/add/attendee/`

## Request body

- CreateAttendeeSchema
  - `event_id` integer, required
  - `name` string, required
  - `email` string, email, required
  - `country_code` string, required
  - `mobile_number` string, required
  - `ticket_quantity` string, required
  - `payment_type` string, required
  - `total_amount` string, required
  - `ticket_name` string, required
  - `ticket_type` string, required
  - `sub_total` string, required
  - `ticket_ids` unknown[], nullable
    - unknown
  - `tax` string, nullable
  - `fees` string, nullable
  - `discount_code` string, nullable
  - `discount_amount` string, nullable
  - `is_discount_code_apply` boolean, nullable
  - `country` string, required
  - `currency` string, nullable
  - `ticket_price` string, required
  - `total_ticket_price` string, nullable
  - `tax_name` string, nullable
  - `fees_name` string, nullable
  - `country_short_name` string, required
  - `add_on_ids` unknown[], nullable
    - unknown
  - `notes` string, nullable
  - `seller_email` string, email, required
  - `partial_amount` string, nullable
  - `addon_discount_codes` unknown[], nullable
    - unknown

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