PUT api/v1/hR_EmployeeAward/{employeeAwardId}/employeeAwardId
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| employeeAwardId | integer |
Required |
Body Parameters
HR_EmployeeAwardVM| Name | Description | Type | Additional information |
|---|---|---|---|
| employeeAwardId | integer |
None. |
|
| branchId | integer |
None. |
|
| awardName | string |
None. |
|
| gift | string |
None. |
|
| cashPrice | decimal number |
None. |
|
| description | string |
None. |
|
| awardDate | date |
None. |
|
| dateRegistered | date |
None. |
|
| tenantId | integer |
None. |
|
| createdBy | integer |
None. |
|
| employeeId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"employeeAwardId": 1,
"branchId": 1,
"awardName": "sample string 2",
"gift": "sample string 3",
"cashPrice": 1.0,
"description": "sample string 4",
"awardDate": "2025-10-27T09:24:14.6393525-07:00",
"dateRegistered": "2025-10-27T09:24:14.6393525-07:00",
"tenantId": 1,
"createdBy": 5,
"employeeId": 1
}
application/xml, text/xml
Sample:
<HR_EmployeeAwardVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <awardDate>2025-10-27T09:24:14.6393525-07:00</awardDate> <awardName>sample string 2</awardName> <branchId>1</branchId> <cashPrice>1</cashPrice> <createdBy>5</createdBy> <dateRegistered>2025-10-27T09:24:14.6393525-07:00</dateRegistered> <description>sample string 4</description> <employeeAwardId>1</employeeAwardId> <employeeId>1</employeeId> <gift>sample string 3</gift> <tenantId>1</tenantId> </HR_EmployeeAwardVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.