POST api/ts/stopwatch/validate
Request Information
URI Parameters
None.
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": "cd4052df-1151-4ac4-99c6-3623dc927eee", "TaskId": "d6e493ca-56b0-4c2c-8091-db166c5cbffd", "PlanId": "f2f7aa40-5fe9-48b4-b7b1-e8e8ffb8b5b5", "StartDateTime": "2025-04-04T02:32:36.0328948+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": "ecdfe1ec-7d74-48f8-9897-e6ed1bdc0970", "TaskId": "b0ea23d1-92bb-4432-9f60-d37779c84d83", "PlanId": "6d554937-d4cd-4460-a46d-fd4f0cd1d6eb", "StartDateTime": "2025-04-04T02:32:36.0485194+00:00", "TotalCompletedTime": "00:00:00.1234567", "IsRunning": true, "State": "sample string 7", "LastMessage": "sample string 8", "HoursInfo": null, "LineInfo": null }