POST api/ts/stopwatch/validate

Request Information

URI Parameters

None.

Body Parameters

Stopwatch
NameDescriptionTypeAdditional 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": "9a5fe192-a836-4a14-971a-2a418bfb6e3b",
  "TaskId": "e7ccef87-5474-41e0-a290-7c668e5a8cf4",
  "PlanId": "95cea19d-6eec-4f50-8925-82d4f49da515",
  "StartDateTime": "2024-10-18T08:29:48.3864279+00:00",
  "TotalCompletedTime": "00:00:00.1234567",
  "IsRunning": true,
  "State": "sample string 7",
  "LastMessage": "sample string 8"
}

Response Information

Resource Description

Stopwatch
NameDescriptionTypeAdditional 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": "8203b222-d871-4c87-9d68-69bd91ea24ca",
  "TaskId": "4235946f-1799-40cc-afaf-b3b611f51e69",
  "PlanId": "ec5880d4-e439-4941-91c9-e85aa8cb92b7",
  "StartDateTime": "2024-10-18T08:29:48.4020535+00:00",
  "TotalCompletedTime": "00:00:00.1234567",
  "IsRunning": true,
  "State": "sample string 7",
  "LastMessage": "sample string 8",
  "HoursInfo": null,
  "LineInfo": null
}