POST api/Reports/GetEvaluationDetails

Request Information

URI Parameters

None.

Body Parameters

EvaluationReportFilter
NameDescriptionTypeAdditional information
Type

integer

None.

PeriodId

integer

None.

EmployeesId

string

None.

UserId

integer

None.

EmployeeId

integer

None.

DayDate

date

None.

DepId

integer

None.

JobId

integer

None.

MonthId

byte

None.

YearId

integer

None.

Language

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Type": 1,
  "PeriodId": 1,
  "EmployeesId": "sample string 2",
  "UserId": 3,
  "EmployeeId": 4,
  "DayDate": "2024-12-23T18:05:03.242484+02:00",
  "DepId": 5,
  "JobId": 1,
  "MonthId": 64,
  "YearId": 7,
  "Language": "sample string 8"
}

application/xml, text/xml

Sample:
<EvaluationReportFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EkadHR.HRAPI.Filters">
  <DayDate>2024-12-23T18:05:03.242484+02:00</DayDate>
  <DepId>5</DepId>
  <EmployeeId>4</EmployeeId>
  <EmployeesId>sample string 2</EmployeesId>
  <JobId>1</JobId>
  <Language>sample string 8</Language>
  <MonthId>64</MonthId>
  <PeriodId>1</PeriodId>
  <Type>1</Type>
  <UserId>3</UserId>
  <YearId>7</YearId>
</EvaluationReportFilter>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.