Add a benefit group employee

Add a benefit group employee

Sample Request

{
  "benefitGroupId": 3,
  "employeeId": 40341,
  "startDate": "2016-02-12",
  "endDate": null
}

Notes

The benefit group Id is required and must be valid.

The employee Id is required and must be valid.

Start date is required and must be in ISO YYYY-MM-DD format

End date must be in ISO YYYY-MM-DD format if provided

An employee can be part of only one benefit group and their pay group frequency must match the benefit group's pay frequency.

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