POST api/v1/hR_EmployeeAward

Request Information

URI Parameters

None.

Body Parameters

HR_EmployeeAwardVM
NameDescriptionTypeAdditional 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": "2024-09-19T09:12:40.3098291-07:00",
  "dateRegistered": "2024-09-19T09:12:40.3098291-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>2024-09-19T09:12:40.3098291-07:00</awardDate>
  <awardName>sample string 2</awardName>
  <branchId>1</branchId>
  <cashPrice>1</cashPrice>
  <createdBy>5</createdBy>
  <dateRegistered>2024-09-19T09:12:40.3098291-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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.