POST essentialmobile/v1/timeevents

Request Information

URI Parameters

None.

Body Parameters

Milenio3.Horizon.Dto.Entities.Mobile.NewMobileTimeEvent
NameDescriptionTypeAdditional information
type

Milenio3.Horizon.Dto.Entities.TimeEventType

None.

Request Formats

application/json, text/json

Sample:
{
  "type": "InOrOut"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Milenio3.Horizon.Dto.Entities.TimeEventDto
NameDescriptionTypeAdditional information
Type

Milenio3.Horizon.Dto.Entities.TimeEventType

None.

LogTime

date

None.

Id

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Type": 1,
  "LogTime": "2026-06-21T01:06:03.3611831+01:00",
  "Id": 2
}