Skip to main content

Create new ticket

Create a new ticket

HTTP Request

POST /api/v3/tickets

Body

ParameterTypeDefaultRequireDescription
titlestringTitle of the support request
contentstringContent of the support request (html support)
cate_idintyesSupport category (refer to support category api)
phonestringyesPhone number of the customer needing support, if the phone number does not exist in the system, a new customer will be created
namestringCustomer name, in case the customer does not exist, this information will be used to create a new customer
{
"title": "Create new customer",
"content": "Please support",
"cate_id": "2",
"phone": "0948384583",
"name": "Duy VH"
}