---
title: "Create Schedule Call"
method: POST
path: "/default/data/create/schedule-call/"
tags: ["default"]
---

# Create Schedule Call

`POST /default/data/create/schedule-call/`

## Request body

- ScheduleCallSchema
  - `name` string, required
  - `email` string, required
  - `mobile_number` string, required
  - `country` string, required
  - `country_code` string, required
  - `company_organization` string, required
  - `website_url` string, required
  - `number_of_events` string, required
  - `schedule_date` string, date, required
  - `schedule_time` string, time, required
  - `country_sort_name` string, required
  - `timezone` string, required

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