# Subscriber Add Enrollment Adds enrollments to an existing subscriber. Can add enrollment for the subscriber or subscriber + all members. Endpoint: POST /subscribers/{subscriberID}/add-enrollment Version: v1 Security: apiKeyAuth, bearerAuth ## Header parameters: - `vbasoftware-database` (string, required) Target database ## Path parameters: - `subscriberID` (string, required) Subscriber ID ## Request fields (application/json): - `requesting_User_ID` (string, required) User ID of the person making this request. - `addMembers` (boolean) Flag indicating if members should be enrolled in addition to the subscriber. If false, only subscriber is enrolled; If true, members + subscriber is enrolled. - `subEnrollment` (object) - `subEnrollment.subscriber_ID` (string, required) References Subscribers.Subscriber_ID value on the parent record. - `subEnrollment.group_ID` (string, required) References the GroupContract.Group_ID value in the parent table. - `subEnrollment.division_ID` (string, required) References the GroupContract.Division_ID value in the parent table. - `subEnrollment.group_Coverage_Start` (string, required) References the GroupContract.Coverage_Start value in the parent table. - `subEnrollment.start_Date` (string, required) Start date of Subenrollment coverage. - `subEnrollment.annual_Max` (number,null) Annual maximum for identified policy. [Informational Only] - `subEnrollment.date_Employed` (string,null) Start date of the Subscriber's employment. - `subEnrollment.eligibility_Date` (string,null) Date the Subscriber was eligible for coverage. - `subEnrollment.end_Date` (string,null) End date of Subenrollment coverage. - `subEnrollment.entry_Date` (string) Date when the record was first added to the system. - `subEnrollment.entry_User` (string,null) User that first added the record to the system. - `subEnrollment.lifetime_Max` (number,null) Lifetime maximum for indentified policy. [Informational Only] - `subEnrollment.original_Enrollment_Date` (string,null) Identifies the date the Enrollment began. This is useful if a new Group is added and insured Members have been covered under the Group Plan earlier than their start date with you. - `subEnrollment.paid_Through` (string,null) Date that the premiums have been paid through. This field will auto populate with the most recent closed invoice ‘Bill Thru’ date if 'Set Paid Thru' is set through the Control Panel. The 'Paid Thru Exceeded' Ex Code will be applied to Claims adjudicated with a service date beyond this date. - `subEnrollment.policy_Number` (string,null) Policy number issued from Insurer. [Informational Only] - `subEnrollment.term_Date` (string,null) Termination date of the Subscriber's employment. - `subEnrollment.update_Date` (string) Date when the record was last updated in the system. - `subEnrollment.update_User` (string,null) User that last updated the record in the system. ## Response 202 fields ## Response 401 fields