POST api/ts/stopwatch/stop?currentTime={currentTime}&UserId={UserId}&offset={offset}
Stops the specified stopwatch and updates the TimesheetHours in DB
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
currentTime | date |
Required |
|
UserId | globally unique identifier |
Required |
|
offset | integer |
Required |
Body Parameters
StopwatchName | Description | Type | Additional information |
---|---|---|---|
TimesheetLineId | globally unique identifier |
None. |
|
TaskId | globally unique identifier |
None. |
|
PlanId | globally unique identifier |
None. |
|
StartDateTime | date |
None. |
|
TotalCompletedTime | time interval |
None. |
|
IsRunning | boolean |
None. |
|
State | string |
None. |
|
LastMessage | string |
None. |
|
HoursInfo | DataRow |
None. |
|
LineInfo | DataRow |
None. |
Request Formats
application/json, text/json
Sample:
{ "TimesheetLineId": "183cb0c0-beab-4495-bf42-3b0ff5d3d460", "TaskId": "782ec673-1ccc-482b-84fd-0dd967496a76", "PlanId": "987a1395-2b2e-4fac-9012-f75dc2324a4b", "StartDateTime": "2025-04-04T02:37:52.5549377+00:00", "TotalCompletedTime": "00:00:00.1234567", "IsRunning": true, "State": "sample string 7", "LastMessage": "sample string 8" }
Response Information
Resource Description
StopwatchName | Description | Type | Additional information |
---|---|---|---|
TimesheetLineId | globally unique identifier |
None. |
|
TaskId | globally unique identifier |
None. |
|
PlanId | globally unique identifier |
None. |
|
StartDateTime | date |
None. |
|
TotalCompletedTime | time interval |
None. |
|
IsRunning | boolean |
None. |
|
State | string |
None. |
|
LastMessage | string |
None. |
|
HoursInfo | DataRow |
None. |
|
LineInfo | DataRow |
None. |
Response Formats
application/json, text/json
Sample:
{ "TimesheetLineId": "57f76bc7-78bd-482f-ad73-475ed9b84fef", "TaskId": "8e5ea205-6750-4035-93d8-731d26e23849", "PlanId": "beff5bbf-bfd5-40ed-ab16-25b3895ec061", "StartDateTime": "2025-04-04T02:37:52.5549377+00:00", "TotalCompletedTime": "00:00:00.1234567", "IsRunning": true, "State": "sample string 7", "LastMessage": "sample string 8", "HoursInfo": null, "LineInfo": null }