POST api/v1/hR_EmployeeDepartment

Request Information

URI Parameters

None.

Body Parameters

HR_EmployeeDepartmentVM
NameDescriptionTypeAdditional information
employeeDepartmentId

integer

None.

employeeTypeId

integer

None.

academicFacultyId

integer

None.

academicDepartmentId

integer

None.

employeeId

integer

None.

dateCreated

date

None.

tenantId

integer

None.

createdBy

integer

None.

departmentUnitId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "employeeDepartmentId": 1,
  "employeeTypeId": 1,
  "academicFacultyId": 1,
  "academicDepartmentId": 1,
  "employeeId": 1,
  "dateCreated": "2024-09-19T09:04:41.3828711-07:00",
  "tenantId": 1,
  "createdBy": 1,
  "departmentUnitId": 1
}

application/xml, text/xml

Sample:
<HR_EmployeeDepartmentVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <academicDepartmentId>1</academicDepartmentId>
  <academicFacultyId>1</academicFacultyId>
  <createdBy>1</createdBy>
  <dateCreated>2024-09-19T09:04:41.3828711-07:00</dateCreated>
  <departmentUnitId>1</departmentUnitId>
  <employeeDepartmentId>1</employeeDepartmentId>
  <employeeId>1</employeeId>
  <employeeTypeId>1</employeeTypeId>
  <tenantId>1</tenantId>
</HR_EmployeeDepartmentVM>

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.