POST api/EmployeeLeave/PutEmployeeFamilyDetails
Request Information
URI Parameters
None.
Body Parameters
EmpFamilyInfo| Name | Description | Type | Additional 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": 1,
"EFD_NAME": "sample string 1",
"EFD_RELATIONSHIP": 1,
"EAD_FILE_PATH": "sample string 2",
"EFD_DOB": "2025-12-06T04:26:35.2002193+00:00",
"EFD_PHONE": "sample string 3",
"EFD_NOTES": "sample string 4",
"EFD_CREATED_BY": "sample string 5"
}
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 2</EAD_FILE_PATH> <EFD_CREATED_BY>sample string 5</EFD_CREATED_BY> <EFD_DOB>2025-12-06T04:26:35.2002193+00:00</EFD_DOB> <EFD_EMP_ID>1</EFD_EMP_ID> <EFD_ID>1</EFD_ID> <EFD_NAME>sample string 1</EFD_NAME> <EFD_NOTES>sample string 4</EFD_NOTES> <EFD_PHONE>sample string 3</EFD_PHONE> <EFD_RELATIONSHIP>1</EFD_RELATIONSHIP> </EmpFamilyInfo>
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. |