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": "5ecfd905-579b-40f9-9988-5f4face4ed80", "TaskId": "f7a97c2b-dc7e-4903-ab7d-adaa36a4f47c", "PlanId": "750e816e-652f-4e42-84aa-fafb171c7684", "StartDateTime": "2024-12-18T19:48:51.2540174+00:00", "TotalCompletedTime": "00:00:00.1234567", "IsRunning": true, "State": "sample string 7", "LastMessage": "sample string 8", "HoursInfo": null, "LineInfo": null }