POST api/EmployeeTransaction/GetEmployeePerformanceDetailsReport

Request Information

URI Parameters

None.

Body Parameters

EmployeePerformanceDetailsViewModel
NameDescriptionTypeAdditional information
EmployeePerformanceDetailsId

integer

None.

EmployeeId

integer

None.

ManagerId

integer

None.

PerformanceQuestionDetailsId

integer

None.

SubjectiveResponse

string

None.

ObjectiveResponse

decimal number

None.

CreatedDate

date

None.

CreatedBy

integer

None.

ModifyDate

date

None.

ModifyBy

integer

None.

IpAddress

string

None.

LocalIpAddress

string

None.

DbUserAccount

string

None.

ClientId

integer

None.

ClientName

string

None.

PerformanceHeaderId

integer

None.

PerformanceHeaderType

string

None.

PerformanceHeaderDescription

string

None.

EffectiveFromDate

date

None.

EffectiveToDate

date

None.

PerformanceHeaderId1

integer

None.

PerformanceQuestionSectionCategory

string

None.

PerformanceQuestionType

string

None.

PerformanceQuestionName

string

None.

PerformanceQuestionDescription

string

None.

EmployeeCode

string

None.

EmployeeName

string

None.

PerformanceQuestionDetailsId1

integer

None.

DataAction

integer

None.

ListEmployeePerformanceDetailsInput

Collection of EmployeePerformanceDetailsInput

None.

ListEmployeePerformanceDetailsInputString

string

None.

RequestType

RequestTypeEnum

None.

DepartmentId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "EmployeePerformanceDetailsId": 1,
  "EmployeeId": 2,
  "ManagerId": 1,
  "PerformanceQuestionDetailsId": 3,
  "SubjectiveResponse": "sample string 4",
  "ObjectiveResponse": 1.1,
  "CreatedDate": "2026-01-07T07:14:37.9224759+05:30",
  "CreatedBy": 6,
  "ModifyDate": "2026-01-07T07:14:37.9224759+05:30",
  "ModifyBy": 1,
  "IpAddress": "sample string 7",
  "LocalIpAddress": "sample string 8",
  "DbUserAccount": "sample string 9",
  "ClientId": 10,
  "ClientName": "sample string 11",
  "PerformanceHeaderId": 12,
  "PerformanceHeaderType": "sample string 13",
  "PerformanceHeaderDescription": "sample string 14",
  "EffectiveFromDate": "2026-01-07T07:14:37.9224759+05:30",
  "EffectiveToDate": "2026-01-07T07:14:37.9224759+05:30",
  "PerformanceHeaderId1": 17,
  "PerformanceQuestionSectionCategory": "sample string 18",
  "PerformanceQuestionType": "sample string 19",
  "PerformanceQuestionName": "sample string 20",
  "PerformanceQuestionDescription": "sample string 21",
  "EmployeeCode": "sample string 22",
  "EmployeeName": "sample string 23",
  "PerformanceQuestionDetailsId1": 1,
  "DataAction": 1,
  "ListEmployeePerformanceDetailsInput": [
    {
      "$id": "2",
      "DataAction": 1,
      "EmployeePerformanceDetailsId": 1,
      "PerformanceQuestionDetailsId": 2,
      "SubjectiveResponse": "sample string 3",
      "ObjectiveResponse": 1.1
    },
    {
      "$ref": "2"
    }
  ],
  "ListEmployeePerformanceDetailsInputString": "sample string 24",
  "RequestType": 0,
  "DepartmentId": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.