POST api/EmployeeLeave/PutEmployeeFamilyDetails

Request Information

URI Parameters

None.

Body Parameters

EmpFamilyInfo
NameDescriptionTypeAdditional information
EFD_ID

integer

None.

EFD_EMP_ID

integer

None.

EFD_NAME

string

None.

EFD_RELATIONSHIP

integer

None.

EAD_FILE_PATH

string

None.

EFD_DOB

date

None.

EFD_PHONE

string

None.

EFD_NOTES

string

None.

EFD_CREATED_BY

string

None.

Request Formats

application/json, text/json

Sample:
{
  "EFD_ID": 1,
  "EFD_EMP_ID": 2,
  "EFD_NAME": "sample string 3",
  "EFD_RELATIONSHIP": 4,
  "EAD_FILE_PATH": "sample string 5",
  "EFD_DOB": "2024-05-19T14:52:54.1892258+05:30",
  "EFD_PHONE": "sample string 6",
  "EFD_NOTES": "sample string 7",
  "EFD_CREATED_BY": "sample string 8"
}

application/xml, text/xml

Sample:
<EmpFamilyInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <EAD_FILE_PATH>sample string 5</EAD_FILE_PATH>
  <EFD_CREATED_BY>sample string 8</EFD_CREATED_BY>
  <EFD_DOB>2024-05-19T14:52:54.1892258+05:30</EFD_DOB>
  <EFD_EMP_ID>2</EFD_EMP_ID>
  <EFD_ID>1</EFD_ID>
  <EFD_NAME>sample string 3</EFD_NAME>
  <EFD_NOTES>sample string 7</EFD_NOTES>
  <EFD_PHONE>sample string 6</EFD_PHONE>
  <EFD_RELATIONSHIP>4</EFD_RELATIONSHIP>
</EmpFamilyInfo>

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.