Get employee dependent

Get employee dependent

Sample Response

{
  "Employee Dependents": [
    {
      "id": "1",
      "employeeId": "40341",
      "firstName": "Cheryl",
      "middleName": "Anne",
      "lastName": "Linetti",
      "relationship": "spouse",
      "gender": "female",
      "maskedSSN": "xxx-xx-1122",
      "maskedSIN": null,
      "dateOfBirth": "1972-04-23",
      "addressLine1": "11437 W Schoolhouse Lane",
      "addressLine2": null,
      "city": "Cedar Hills",
      "state": "Utah",
      "zipCode": "84062",
      "homePhone": null,
      "country": "United States",
      "isUsCitizen": "yes",
      "isStudent": ""
    }
  ]
}
<EmployeeDependents>
    <EmployeeDependent id="1" employeeId="40341" firstName="Sheryl" middleName="Lynn" lastName="Binetti" relationship="spouse" gender="female" maskedSSN="xxx-xx-1122" maskedSIN="" dateOfBirth="1966-12-09" addressLine1="4015 W Centennial St" addressLine2="" city="Cedar Hills" state="Utah" zipCode="84062" homePhone="" country="United States" isUsCitizen="yes" isStudent=""/>
</EmployeeDependents>
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!