POST api/EmployeeDependents
No documentation available.
Request Information
Parameters
| Name | Description |
|---|---|
|
dependentRequestDetails
(param in the body) |
No documentation available. |
Request body formats
application/json, text/json
Sample:
{
"FirstName": "",
"MiddleName": "",
"LastName": "",
"City": "",
"State": "",
"StreetAddress1": "",
"StreetAddress2": "",
"ZipCode": "",
"Ssn": "",
"DateOfBirth": "",
"Gender": "",
"RelationType": "",
"EmployeeId": 0,
"ExternalDependentId": 0,
"AreaCode": "",
"PhoneNumber": "",
"IsSmoker": "",
"IsDisabled": "",
"IsAdopted": "",
"AdoptionDate": "",
"MarriageDate": "",
"IsVerified": "",
"IsStepChild": "",
"IsUnderLegalGuardianship": "",
"IsFullTimeStudent": "",
"IsTobaccoCessationEnrolled": "",
"BenefitStartDate": "",
"IndividualType": 1,
"IsChildAgeOverride": "",
"MarriageOrEligibilityDate": "",
"LegalGuardianshipDate": ""
}
application/xml, text/xml
Sample:
<EmployeeDependentApiRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netchex.Internal.Core.Models.Benefits.Dependent"> <AdoptionDate></AdoptionDate> <AreaCode></AreaCode> <BenefitStartDate></BenefitStartDate> <City></City> <DateOfBirth></DateOfBirth> <EmployeeId>0</EmployeeId> <ExternalDependentId>0</ExternalDependentId> <FirstName></FirstName> <Gender></Gender> <IndividualType>Dependent</IndividualType> <IsAdopted></IsAdopted> <IsChildAgeOverride></IsChildAgeOverride> <IsDisabled></IsDisabled> <IsFullTimeStudent></IsFullTimeStudent> <IsSmoker></IsSmoker> <IsStepChild></IsStepChild> <IsTobaccoCessationEnrolled></IsTobaccoCessationEnrolled> <IsUnderLegalGuardianship></IsUnderLegalGuardianship> <IsVerified></IsVerified> <LastName></LastName> <LegalGuardianshipDate></LegalGuardianshipDate> <MarriageDate></MarriageDate> <MarriageOrEligibilityDate></MarriageOrEligibilityDate> <MiddleName></MiddleName> <PhoneNumber></PhoneNumber> <RelationType></RelationType> <Ssn></Ssn> <State></State> <StreetAddress1></StreetAddress1> <StreetAddress2></StreetAddress2> <ZipCode></ZipCode> </EmployeeDependentApiRequest>
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Code": 100,
"Success": false,
"Messages": [
"",
"",
""
]
}
application/xml, text/xml
Sample:
<ApiResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netchex.Internal.Core.Models.External">
<Code>Continue</Code>
<Messages xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string></d2p1:string>
<d2p1:string></d2p1:string>
<d2p1:string></d2p1:string>
</Messages>
<Success>false</Success>
</ApiResponse>