Create new ticket
Create a new ticket
HTTP Request
POST /api/v3/tickets
Body
Parameter | Type | Default | Require | Description |
---|---|---|---|---|
title | string | Title of the support request | ||
content | string | Content of the support request (html support) | ||
cate_id | int | yes | Support category (refer to support category api) | |
phone | string | yes | Phone number of the customer needing support, if the phone number does not exist in the system, a new customer will be created | |
name | string | Customer 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"
}