This API currently only works as a web API and needs to be converted to v3 to support token-based authentication

Description:
URL : /ticket/{ticket}/time-track/{timeTrack?}

Method : POST

Segment:

Parameter Type Optional/Required Description
ticket integer Required Ticket ID
timeTrack integer Optional Time Track ID. For update

Parameters:

Parameter Type Optional/Required Description
entrypoint integer Required Time track entry point. Valid input: reply,note,popup
description integer Required/Optional Time track description. Required field if entrypoint is popup
work_time string Required Work time

Response:

{

"success": true,

"message": "Time Track successfully saved"

}