Sửa ticket
Sửa ticket theo mã
HTTP Request
[PUT] /api/v6/tickets
Body Parameters
Parameter | Type | Require | Description |
---|---|---|---|
ticket_code | string | yes | Mã ticket |
ticket_title | string | yes | Tiêu đề cần hỗ trợ |
ticket_content | string | Nội dung cần hỗ trợ | |
cate_id | integer | yes | Danh mục hỗ trợ |
contact_id | integer | Liên lạc người hỗ trợ | |
account_id | integer | yes | Người hỗ trợ |
status_id | integer | yes | Trạng thái của phiếu |
expected_at | string | Ngày mong muốn hoàn thành định dạng (Y-m-d H:i:s) | |
emergency_phone | numeric | Số điện thoại |
Example
HTTP Request
PUT api/v6/tickets HTTP/1.1
Host: example.getflycrm.com
Content-Type: application/json
{
"ticket_code": "FSWKAY5WQ0",
"ticket_title": "TEST PUBLIC",
"cate_id": 1,
"account_id": 1,
"status_id": 1
}
Status
200 OK
Response
{
"message": "Sửa thành công",
"id": 4
}