POST api/EmployeeTransaction/AppraisalReportDetails
Request Information
URI Parameters
None.
Body Parameters
AppraisalReportDetailsViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | string |
None. |
|
| CompanyId | integer |
None. |
|
| ClientName | string |
None. |
|
| ListClientId | Collection of string |
None. |
|
| StartYear | integer |
None. |
|
| EndYear | integer |
None. |
|
| AppraisalTypeId | integer |
None. |
|
| AppraisalType | string |
None. |
|
| ListAppraisalTypeId | Collection of string |
None. |
|
| CompanyName | string |
None. |
|
| AppraisalYear | string |
None. |
|
| Year | string |
None. |
|
| Hike | string |
None. |
|
| DepartmentId | string |
None. |
|
| ListDepartmentId | Collection of string |
None. |
|
| ManagerId | string |
None. |
|
| ManagerName | string |
None. |
|
| ListManagerId | Collection of string |
None. |
|
| JobTitleId | string |
None. |
|
| ListJobTitleId | Collection of string |
None. |
|
| EmployeeId | string |
None. |
|
| ListEmployeeId | Collection of string |
None. |
|
| ReportTypeId | string |
None. |
|
| ListReportTypeId | Collection of string |
None. |
|
| ExpandEmployeeLevelId | string |
None. |
|
| ListExpandEmployeeLevelId | Collection of string |
None. |
|
| EmployeeCode | string |
None. |
|
| EmployeeName | string |
None. |
|
| DateOfJoining | date |
None. |
|
| Title | string |
None. |
|
| Team | string |
None. |
|
| Tenure | string |
None. |
|
| PriorExperience | string |
None. |
|
| TotalExperience | string |
None. |
|
| FinalRating | string |
None. |
|
| GrossSalary | string |
None. |
|
| PerformanceBonus | string |
None. |
|
| ProvidentFund | string |
None. |
|
| DepartmentName | string |
None. |
|
| RequestType | RequestTypeEnum |
None. |
|
| IsEmployeeExpendLevel | boolean |
None. |
|
| ToShowAllEmployee | boolean |
None. |
|
| AppraisalId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientId": "sample string 1",
"CompanyId": 2,
"ClientName": "sample string 3",
"ListClientId": [
"sample string 1",
"sample string 2"
],
"StartYear": 4,
"EndYear": 5,
"AppraisalTypeId": 6,
"AppraisalType": "sample string 7",
"ListAppraisalTypeId": [
"sample string 1",
"sample string 2"
],
"CompanyName": "sample string 8",
"AppraisalYear": "sample string 9",
"Year": "sample string 10",
"Hike": "sample string 11",
"DepartmentId": "sample string 12",
"ListDepartmentId": [
"sample string 1",
"sample string 2"
],
"ManagerId": "sample string 13",
"ManagerName": "sample string 14",
"ListManagerId": [
"sample string 1",
"sample string 2"
],
"JobTitleId": "sample string 15",
"ListJobTitleId": [
"sample string 1",
"sample string 2"
],
"EmployeeId": "sample string 16",
"ListEmployeeId": [
"sample string 1",
"sample string 2"
],
"ReportTypeId": "sample string 17",
"ListReportTypeId": [
"sample string 1",
"sample string 2"
],
"ExpandEmployeeLevelId": "sample string 18",
"ListExpandEmployeeLevelId": [
"sample string 1",
"sample string 2"
],
"EmployeeCode": "sample string 19",
"EmployeeName": "sample string 20",
"DateOfJoining": "2026-01-07T07:16:22.4374197+05:30",
"Title": "sample string 21",
"Team": "sample string 22",
"Tenure": "sample string 23",
"PriorExperience": "sample string 24",
"TotalExperience": "sample string 25",
"FinalRating": "sample string 26",
"GrossSalary": "sample string 27",
"PerformanceBonus": "sample string 28",
"ProvidentFund": "sample string 29",
"DepartmentName": "sample string 30",
"RequestType": 0,
"IsEmployeeExpendLevel": true,
"ToShowAllEmployee": true,
"AppraisalId": 33
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.