POST api/v1/hR_EmployeeExperience

Request Information

URI Parameters

None.

Body Parameters

HR_EmployeeExperienceVM
NameDescriptionTypeAdditional information
employeeExperienceId

integer

None.

positionHeld

string

None.

employerName

string

None.

employmentDate

date

None.

terminationDate

date

None.

contribution

string

None.

employeeId

integer

None.

contactNumber

string

None.

tenantId

integer

None.

address

string

None.

reasonForLeaving

string

None.

createdBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "employeeExperienceId": 1,
  "positionHeld": "sample string 2",
  "employerName": "sample string 3",
  "employmentDate": "2024-09-19T11:08:16.0897174-07:00",
  "terminationDate": "2024-09-19T11:08:16.0897174-07:00",
  "contribution": "sample string 4",
  "employeeId": 5,
  "contactNumber": "sample string 6",
  "tenantId": 1,
  "address": "sample string 7",
  "reasonForLeaving": "sample string 8",
  "createdBy": 9
}

application/xml, text/xml

Sample:
<HR_EmployeeExperienceVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <address>sample string 7</address>
  <contactNumber>sample string 6</contactNumber>
  <contribution>sample string 4</contribution>
  <createdBy>9</createdBy>
  <employeeExperienceId>1</employeeExperienceId>
  <employeeId>5</employeeId>
  <employerName>sample string 3</employerName>
  <employmentDate>2024-09-19T11:08:16.0897174-07:00</employmentDate>
  <positionHeld>sample string 2</positionHeld>
  <reasonForLeaving>sample string 8</reasonForLeaving>
  <tenantId>1</tenantId>
  <terminationDate>2024-09-19T11:08:16.0897174-07:00</terminationDate>
</HR_EmployeeExperienceVM>

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.