POST api/v1/hR_EmployeeAcademicRecord
Request Information
URI Parameters
None.
Body Parameters
HR_EmployeeAcademicRecordVMName | Description | Type | Additional 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-11-24T09:25:16.3615906-08:00", "graduationDate": "2024-11-24T09:25:16.3615906-08: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-11-24T09:25:16.3615906-08:00</enrolmentDate> <graduationDate>2024-11-24T09:25:16.3615906-08: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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.