POST api/EmployeeLeave/PostEmployeeEducationDetails

Request Information

URI Parameters

None.

Body Parameters

EmpEducationDetails
NameDescriptionTypeAdditional 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": 2,
  "EED_INSTITUTION_NAME": "sample string 3",
  "EED_SUBJECT": "sample string 4",
  "EED_DEGREE": 1,
  "EED_START_YEAR": "2024-05-19T16:49:56.525227+05:30",
  "EED_END_YEAR": "2024-05-19T16:49:56.525227+05:30",
  "EED_GRADE": "sample string 5",
  "EED_PERCENTAGE": 1,
  "EED_CREATED_BY": "sample string 6",
  "EED_NOTES": "sample string 7"
}

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 6</EED_CREATED_BY>
  <EED_DEGREE>1</EED_DEGREE>
  <EED_EMP_ID>2</EED_EMP_ID>
  <EED_END_YEAR>2024-05-19T16:49:56.525227+05:30</EED_END_YEAR>
  <EED_GRADE>sample string 5</EED_GRADE>
  <EED_ID>1</EED_ID>
  <EED_INSTITUTION_NAME>sample string 3</EED_INSTITUTION_NAME>
  <EED_NOTES>sample string 7</EED_NOTES>
  <EED_PERCENTAGE>1</EED_PERCENTAGE>
  <EED_START_YEAR>2024-05-19T16:49:56.525227+05:30</EED_START_YEAR>
  <EED_SUBJECT>sample string 4</EED_SUBJECT>
</EmpEducationDetails>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.