Update an employee dependent

This API allows you to change the information for a given dependent ID.

Sample Request

{
    "employeeId": 40341,
    "firstName": "Cheryl",
    "middleName": "Anne",
    "lastName": "Loretti",
    "relationship": "foster child",
    "gender": "female",
    "ssn": "987654321",
    "dateOfBirth": "1966-12-09",
    "addressLine1": "11476 W School House St",
    "addressLine2": null,
    "city": "Cedar Hills",
    "state": "UT",
    "zipCode": "84062",
    "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!