---
title: "POST /customerservice/tickets/create/"
method: POST
path: "/customerservice/tickets/create/"
tags: ["Customer service (Tickets)"]
---

# POST /customerservice/tickets/create/

`POST /customerservice/tickets/create/`

## Query parameters

- `Subject` string
- `ContentsHTML` string
- `ContentsText` string
- `TicketTypeID` integer
- `CustomerID` integer
- `CustomerEmailAddress` string
- `CustomerName` string
- `Credentials.CompanyID` integer, required
- `Credentials.APIKey` string, required
- `ResponseLanguage` string

## Headers

- `Content-Language` unknown

## Response `200`

OK

- ResponseCustomerServiceTicketsCreateResponse
  - `Status` 'Success (0)' | 'BusinessError (1)' | 'TechnicalError (2)'
  - `UserErrorMessage` string, nullable — Error message, in a user readable format
  - `TechnicalErrorDetails` string, nullable — Technical error details, let us know if you received this.
  - `Data` CustomerServiceTicketsCreateResponse
    - `TicketID` integer

---

[API](https://skmtc.net/myofficeguy/apis/sumit-api-full.md) · [All operations](https://skmtc.net/myofficeguy/apis/sumit-api-full/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myofficeguy/sumit-api-full/versions/de2902289b3a/schema)
