POST api/EmployeeLeave/PostEmployeeFamilyDetails
Request Information
URI Parameters
None.
Body Parameters
EmpFamilyInfoName | 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": 2, "EFD_NAME": "sample string 3", "EFD_RELATIONSHIP": 4, "EAD_FILE_PATH": "sample string 5", "EFD_DOB": "2025-04-29T15:35:57.644819+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>2025-04-29T15:35:57.644819+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
HttpResponseMessageName | 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. |