POST api/EmployeeLeave/PutEmployeeExperienceDetails

Request Information

URI Parameters

None.

Body Parameters

EmpExperianceDetails
NameDescriptionTypeAdditional information
EXD_ID

integer

None.

EXD_EMP_ID

integer

None.

EXD_DESIGNATION

string

None.

EXD_COMPANY_NAME

string

None.

EXD_FROM_DATE

date

None.

EXD_TO_DATE

date

None.

EXD_NOTES

string

None.

EXD_CREATED_BY

string

None.

Request Formats

application/json, text/json

Sample:
{
  "EXD_ID": 1,
  "EXD_EMP_ID": 2,
  "EXD_DESIGNATION": "sample string 3",
  "EXD_COMPANY_NAME": "sample string 4",
  "EXD_FROM_DATE": "2024-05-19T14:08:07.0282233+05:30",
  "EXD_TO_DATE": "2024-05-19T14:08:07.0282233+05:30",
  "EXD_NOTES": "sample string 5",
  "EXD_CREATED_BY": "sample string 6"
}

application/xml, text/xml

Sample:
<EmpExperianceDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <EXD_COMPANY_NAME>sample string 4</EXD_COMPANY_NAME>
  <EXD_CREATED_BY>sample string 6</EXD_CREATED_BY>
  <EXD_DESIGNATION>sample string 3</EXD_DESIGNATION>
  <EXD_EMP_ID>2</EXD_EMP_ID>
  <EXD_FROM_DATE>2024-05-19T14:08:07.0282233+05:30</EXD_FROM_DATE>
  <EXD_ID>1</EXD_ID>
  <EXD_NOTES>sample string 5</EXD_NOTES>
  <EXD_TO_DATE>2024-05-19T14:08:07.0282233+05:30</EXD_TO_DATE>
</EmpExperianceDetails>

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.