POST api/v1/hR_PrincipalOfficer

Request Information

URI Parameters

None.

Body Parameters

HR_PrincipalOfficerVM
NameDescriptionTypeAdditional information
principalOfficerId

integer

None.

principalOfficerCategoryId

integer

None.

employeeId

integer

None.

departmentId

integer

None.

departmentUnitId

integer

None.

designationId

integer

None.

dateCreated

date

None.

tenantId

integer

None.

employeeName

string

None.

designationName

string

None.

departmentUnitName

string

None.

departmentName

string

None.

createdBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "createdBy": 1,
  "principalOfficerId": 1,
  "principalOfficerCategoryId": 1,
  "employeeId": 2,
  "departmentId": 1,
  "departmentUnitId": 1,
  "designationId": 1,
  "dateCreated": "2024-09-19T11:00:14.0720988-07:00",
  "tenantId": 1,
  "employeeName": "sample string 3",
  "designationName": "sample string 4",
  "departmentUnitName": "sample string 5",
  "departmentName": "sample string 6"
}

application/xml, text/xml

Sample:
<HR_PrincipalOfficerVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <createdBy>1</createdBy>
  <dateCreated>2024-09-19T11:00:14.0720988-07:00</dateCreated>
  <departmentId>1</departmentId>
  <departmentName>sample string 6</departmentName>
  <departmentUnitId>1</departmentUnitId>
  <departmentUnitName>sample string 5</departmentUnitName>
  <designationId>1</designationId>
  <designationName>sample string 4</designationName>
  <employeeId>2</employeeId>
  <employeeName>sample string 3</employeeName>
  <principalOfficerCategoryId>1</principalOfficerCategoryId>
  <principalOfficerId>1</principalOfficerId>
  <tenantId>1</tenantId>
</HR_PrincipalOfficerVM>

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.