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": "0d1f3dc4-a49e-4c61-8829-29626757ca12", "TaskId": "20c7bc08-9150-42e0-818b-2a01bc14ebf1", "PlanId": "b096c4a9-df4b-468c-a2a6-d65fa89d0b22", "StartDateTime": "2024-12-18T20:08:51.6098611+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": "3b8f95e4-a298-411f-8e0d-7307548bd38e", "TaskId": "bb6566d7-d8d9-4f7b-a2dc-81dd8e4f5312", "PlanId": "3af06531-733b-4e08-b3f6-ebd17de86def", "StartDateTime": "2024-12-18T20:08:51.6098611+00:00", "TotalCompletedTime": "00:00:00.1234567", "IsRunning": true, "State": "sample string 7", "LastMessage": "sample string 8", "HoursInfo": null, "LineInfo": null }