POST api/HRManagementNew/AddEmployeeAppriciation
Request Information
URI Parameters
None.
Body Parameters
EmployeeAppriciationDetailModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EmpID | string |
None. |
|
| BranchId | integer |
None. |
|
| IssueDate | date |
None. |
|
| IssueDateStr | string |
None. |
|
| AppreciationRemark | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmpID": "sample string 1",
"BranchId": 1,
"IssueDate": "2025-12-11T22:21:03.3690412+05:30",
"IssueDateStr": "sample string 2",
"AppreciationRemark": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AddUpdateDeleteResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Message": "sample string 2",
"Data": {}
}