Add an employee dependent

Adds an employee dependent

Sample Request

{
    "employeeId": 40341,
    "firstName": "Julian",
    "middleName": "Boyd",
    "lastName": "Davidson",
    "relationship": "child",
    "gender": "male",
    "ssn": "543129876",
    "dateOfBirth": "2011-02-10",
    "addressLine1": "4421 English Oak Ct",
    "addressLine2": null,
    "city": "Lindon",
    "state": "UT",
    "zipCode": "84042",
    "homePhone": null,
    "country": "US",
    "isUsCitizen": "yes",
    "isStudent": "yes"
}

Notes

Date of birth must be in ISO YYYY-MM-DD format.

Gender, if provided must be male or female.

Relationship, if provided must be spouse, child, domestic partner, step child, or foster child.

State, if provided must 2 character code.

Country, if provided must be 2 character ISO code.

Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!