Skip to content

StartTimerResponseDto

← Manager Time Tracker DTO

Поля

ПолеТипОбязательноеОписание
entryWorkTimeEntryDtoдаEither the freshly-created running entry or — when a timer was already running — the existing one (idempotent). Distinguish via id/startTime if you need to know which case fired.

Пример

json
{
  "entry": "<WorkTimeEntryDto>"
}