POST api/EmployeeLeave/PutEmployeeEducationDetails
Request Information
URI Parameters
None.
Body Parameters
EmpEducationDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| EED_ID | integer |
None. |
|
| EED_EMP_ID | integer |
None. |
|
| EED_INSTITUTION_NAME | string |
None. |
|
| EED_SUBJECT | string |
None. |
|
| EED_DEGREE | integer |
None. |
|
| EED_START_YEAR | date |
None. |
|
| EED_END_YEAR | date |
None. |
|
| EED_GRADE | string |
None. |
|
| EED_PERCENTAGE | integer |
None. |
|
| EED_CREATED_BY | string |
None. |
|
| EED_NOTES | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EED_ID": 1,
"EED_EMP_ID": 1,
"EED_INSTITUTION_NAME": "sample string 1",
"EED_SUBJECT": "sample string 2",
"EED_DEGREE": 1,
"EED_START_YEAR": "2025-12-06T04:27:07.2932271+00:00",
"EED_END_YEAR": "2025-12-06T04:27:07.2932271+00:00",
"EED_GRADE": "sample string 3",
"EED_PERCENTAGE": 1,
"EED_CREATED_BY": "sample string 4",
"EED_NOTES": "sample string 5"
}
application/xml, text/xml
Sample:
<EmpEducationDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <EED_CREATED_BY>sample string 4</EED_CREATED_BY> <EED_DEGREE>1</EED_DEGREE> <EED_EMP_ID>1</EED_EMP_ID> <EED_END_YEAR>2025-12-06T04:27:07.2932271+00:00</EED_END_YEAR> <EED_GRADE>sample string 3</EED_GRADE> <EED_ID>1</EED_ID> <EED_INSTITUTION_NAME>sample string 1</EED_INSTITUTION_NAME> <EED_NOTES>sample string 5</EED_NOTES> <EED_PERCENTAGE>1</EED_PERCENTAGE> <EED_START_YEAR>2025-12-06T04:27:07.2932271+00:00</EED_START_YEAR> <EED_SUBJECT>sample string 2</EED_SUBJECT> </EmpEducationDetails>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |