---
title: "Creates a Ticket"
method: POST
path: "/tickets"
tags: ["Ticket"]
---

# Creates a Ticket

`POST /tickets`

Required permission: Tickets - Create
Sending `parent_id` additionally requires: Ticket Parent-Child - Edit. Requests that
send it without that permission, or on an account without parent/child tickets enabled, are rejected with 403.
Single-Customer Users can only access own tickets.

## Request body

- object
  - `customer_id` integer
  - `ticket_type_id` integer
  - `number` string
  - `subject` string
  - `due_date` string, date
  - `start_at` string, date-time
  - `end_at` string, date-time
  - `location_id` integer
  - `problem_type` string
  - `status` string
  - `user_id` integer
  - `properties` object
  - `asset_ids` integer[]
  - `signature_name` string
  - `signature_data` string
  - `sla_id` integer
  - `contact_id` integer
  - `parent_id` integer
  - `priority` string
  - `outtake_form_data` string
  - `outtake_form_date` string, date-time
  - `outtake_form_name` string
  - `comments_attributes` object[]
    - `subject` string
    - `body` string
    - `hidden` boolean
    - `sms_body` string
    - `do_not_email` boolean
    - `tech` string

## Response `200`

successful

## Other responses

- `422` — Invalid request

---

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