POST api/TimeSheets/StartTimer?projectID={projectID}&taskID={taskID}&activityID={activityID}&jobRoleID={jobRoleID}
Starts the timer for the selected project and other optional parameters. Note: This action does not actually start a timer control: it creates a new sheet entry for today if it does not exist yet, and also creates a new time sheet event (in running state) for the entry.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| projectID | globally unique identifier |
Required |
|
| taskID | globally unique identifier |
Required |
|
| activityID | globally unique identifier |
Required |
|
| jobRoleID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns true on success
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.