POST api/Employee/GetPersonDependentExist
Request Information
URI Parameters
None.
Body Parameters
PersonDependantsViewModelName | Description | Type | Additional information |
---|---|---|---|
PersonDependantID | integer |
None. |
|
Name | string |
None. |
|
EmployeeDependentConfigID | integer |
None. |
|
DateofBirth | string |
None. |
|
LifeEventType | integer |
None. |
|
LifeEventTypeDate | date |
None. |
|
SameOrganizationIND | boolean |
None. |
|
DependentIND | boolean |
None. |
|
EmployeeID | integer |
None. |
|
Relationship | string |
None. |
|
DependentPersonID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "PersonDependantID": 1, "Name": "sample string 2", "EmployeeDependentConfigID": 3, "DateofBirth": "sample string 4", "LifeEventType": 5, "LifeEventTypeDate": "2025-04-05T00:15:56.6697796+05:30", "SameOrganizationIND": true, "DependentIND": true, "EmployeeID": 9, "Relationship": "sample string 10", "DependentPersonID": 11 }
application/xml, text/xml
Sample:
<PersonDependantsViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HRMSWebAPI.Transaction.Employee"> <DateofBirth>sample string 4</DateofBirth> <DependentIND>true</DependentIND> <DependentPersonID>11</DependentPersonID> <EmployeeDependentConfigID>3</EmployeeDependentConfigID> <EmployeeID>9</EmployeeID> <LifeEventType>5</LifeEventType> <LifeEventTypeDate>2025-04-05T00:15:56.6697796+05:30</LifeEventTypeDate> <Name>sample string 2</Name> <PersonDependantID>1</PersonDependantID> <Relationship>sample string 10</Relationship> <SameOrganizationIND>true</SameOrganizationIND> </PersonDependantsViewModel>
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.