URL : v3/api/ticket/change-duedate
Method : POST
Query Parameters :
| Parameter | Type | Optional/Required | Description |
| ticket-id | integer | Required | Ticket id of current ticket |
| duedate | string | Required | The new due date.
Due date must be sent as string in y-m-d hh:mm:ss format in agent’s timezone |
Response :
{
"success":true,
"Message":"Ticket duedate changed successfully"
}