POST essentialmobile/v1/unclassifiedabsences

Request Information

URI Parameters

None.

Body Parameters

Milenio3.Horizon.Dto.Entities.EmployeeSelfService.NewAbsenceDto
NameDescriptionTypeAdditional information
Date

date

None.

Code

string

None.

Remarks

string

None.

StartTime

integer

None.

EndTime

integer

None.

Type

Milenio3.Horizon.Dto.Entities.AbsenceTypeDto

None.

Document

Milenio3.Horizon.Core.Entities.Common.Document

None.

Request Formats

application/json, text/json

Sample:
{
  "Date": "2026-06-21T01:10:24.847728+01:00",
  "Code": "sample string 2",
  "Remarks": "sample string 3",
  "StartTime": 4,
  "EndTime": 5,
  "Type": 10,
  "Document": {
    "RowData": "QEA=",
    "Id": 1
  }
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Milenio3.Horizon.Dto.Entities.EmployeeSelfService.AbsenceDto
NameDescriptionTypeAdditional information
StartDate

date

None.

EndDate

date

None.

StartTime

integer

None.

EndTime

integer

None.

Code

string

None.

Remarks

string

None.

Status

Milenio3.Horizon.Dto.Entities.StatusType

None.

Document

Milenio3.Horizon.Core.Entities.Common.Document

None.

Id

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "StartDate": "2026-06-21T01:10:24.863353+01:00",
  "EndDate": "2026-06-21T01:10:24.863353+01:00",
  "StartTime": 3,
  "EndTime": 4,
  "Code": "sample string 5",
  "Remarks": "sample string 6",
  "Status": 10,
  "Document": {
    "RowData": "QEA=",
    "Id": 1
  },
  "Id": 7
}