post https://api.bamboohr.com/api/gateway.php//v1/employeedependents
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.