StartRunningTimerRequest
Request to start the calling user's timer, or update the details of the one
already running (the start time is preserved on update)
Properties
| Name | Type | Description |
|---|---|---|
| description | string | What the time is being spent on |
What the time is being spent on | ||
| isBillable | boolean | Whether the logged time will be billable — carried onto the entry when the timer stops |
Whether the logged time will be billable — carried onto the entry when the timer stops | ||
| clientCode | string | The code of the client the time relates to (optional) |
The code of the client the time relates to (optional) | ||
| taskItemCode | string | The code of the task the time relates to (optional) |
The code of the task the time relates to (optional) | ||
| workflowGroupNumber | integer | The group number of the workflow step the time relates to (optional; requires |
The group number of the workflow step the time relates to (optional; requires | ||
| workflowStepNumber | integer | The step number of the workflow step the time relates to (optional; requires |
The step number of the workflow step the time relates to (optional; requires | ||
JSON Example
{
"description": "string",
"isBillable": false,
"clientCode": "string",
"taskItemCode": "string",
"workflowGroupNumber": 0
}