POST api/ts/stopwatch/stop?TimesheetLineId={TimesheetLineId}&currentTime={currentTime}&UserId={UserId}&offset={offset}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
TimesheetLineId

globally unique identifier

Required

currentTime

date

Required

UserId

globally unique identifier

Required

offset

integer

Required

Body Parameters

None.

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": "3e67926f-1488-41c1-bb98-7e423924bf38",
  "TaskId": "5cc2bb66-e4df-412a-80f7-365b71b06ffc",
  "PlanId": "2b6f2ce0-3d65-4ee6-8198-5ac1d4ffd12e",
  "StartDateTime": "2024-10-11T16:08:58.3038421+00:00",
  "TotalCompletedTime": "00:00:00.1234567",
  "IsRunning": true,
  "State": "sample string 7",
  "LastMessage": "sample string 8",
  "HoursInfo": null,
  "LineInfo": null
}