PUT api/v1/hR_EmployeeAcademicRecord/{employeeAcademicRecordId}/employeeAcademicRecordId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
employeeAcademicRecordId

integer

Required

Body Parameters

HR_EmployeeAcademicRecordVM
NameDescriptionTypeAdditional information
employeeAcademicRecordId

integer

None.

schoolName

string

None.

enrolmentDate

date

None.

graduationDate

date

None.

certificationId

integer

None.

employeeId

integer

None.

tenantId

integer

None.

schoolAddress

string

None.

createdBy

integer

None.

employeeName

string

None.

certificationName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "employeeAcademicRecordId": 1,
  "schoolName": "sample string 2",
  "enrolmentDate": "2024-09-19T11:05:49.5110975-07:00",
  "graduationDate": "2024-09-19T11:05:49.5110975-07:00",
  "certificationId": 1,
  "employeeId": 5,
  "tenantId": 1,
  "schoolAddress": "sample string 6",
  "createdBy": 7,
  "employeeName": "sample string 8",
  "certificationName": "sample string 9"
}

application/xml, text/xml

Sample:
<HR_EmployeeAcademicRecordVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <certificationId>1</certificationId>
  <certificationName>sample string 9</certificationName>
  <createdBy>7</createdBy>
  <employeeAcademicRecordId>1</employeeAcademicRecordId>
  <employeeId>5</employeeId>
  <employeeName>sample string 8</employeeName>
  <enrolmentDate>2024-09-19T11:05:49.5110975-07:00</enrolmentDate>
  <graduationDate>2024-09-19T11:05:49.5110975-07:00</graduationDate>
  <schoolAddress>sample string 6</schoolAddress>
  <schoolName>sample string 2</schoolName>
  <tenantId>1</tenantId>
</HR_EmployeeAcademicRecordVM>

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.