POST api/ts/stopwatch/stop?TimesheetLineId={TimesheetLineId}¤tTime={currentTime}&UserId={UserId}&offset={offset}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
TimesheetLineId | globally unique identifier |
Required |
|
currentTime | date |
Required |
|
UserId | globally unique identifier |
Required |
|
offset | integer |
Required |
Body Parameters
None.
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": "c701cfe8-c34a-48f3-8b33-cd665ed03042", "TaskId": "d1c18d30-3b54-4955-b876-01721e4a6107", "PlanId": "05fdb7f3-7c95-4c0a-82bf-0c54fd66000f", "StartDateTime": "2025-04-04T02:38:33.3091868+00:00", "TotalCompletedTime": "00:00:00.1234567", "IsRunning": true, "State": "sample string 7", "LastMessage": "sample string 8", "HoursInfo": null, "LineInfo": null }