# Request Rollout Notice This API submits a Participant Rollout Request to initiate the sending of a rollout notice. Endpoint: POST /api/v1/Participants Version: v1 ## Request fields (application/json): - `erisaEIN` (string, required) Erisa EIN must be in the format XX-XXXXXXX (e.g., 12-3456789) - `erisaPlanNumber` (string, required) Erisa Plan Number must be exactly 3 digits (e.g., 123). - `erisaPlanName` (string, required) Erisa Plan Name - `planSponsorCompany` (string, required) Plan Sponsor Company - `externalReferenceId` (string,null) External reference ID associated with the rollout notice. - `reason` (string, required) The reason the rollout is being requested. Valid values: SBR or TERM - `firstName` (string, required) Participant First Name - `lastName` (string, required) Participant Last Name - `ssn` (string,null) SSN in 9-digit or XXX-XX-XXXX format. Required if ExternalReferenceId is empty. - `addressLine1` (string, required) Participant Address Line 1 - `addressLine2` (string,null) Participant Address Line 2 - `city` (string, required) Participant City - `state` (string, required) Participant State - `zip` (string, required) Participant Zip - `countryCode` (string,null) Participant Country Code (must be 'US' if provided). - `totalBalance` (number) Participant Total Balance. Required for TERM. - `vestedBalance` (number,null) Participant Vested Balance. Required for SBR. - `balanceAsOf` (string, required) Balance as of - `gracePeriod` (integer, required) The amount of time the participant has to respond to the rollout notice. - `noticeLogoUrl` (string, required) Notice Logo Url - `noticeFileContentUrl` (string, required) Notice File Content Url - `helpName` (string, required) The name of the entity the participant should contact for assistance. - `helpPhone` (string, required) The phone number the participant should call for help. - `helpWebsite` (string,null) The website the participant should visit for help. - `helpEmail` (string,null) The email address the participant should use for help. - `helpAddressLine1` (string, required) Help Address Line 1 - `helpAddressLine2` (string,null) Help Address Line 2 - `helpCity` (string, required) Help City - `helpState` (string, required) Help State - `helpZip` (string, required) Help Zip - `helpCountryCode` (string,null) Help Country Code (must be 'US' if provided). ## Response 200 fields (application/json): - `noticeParticipantRequestId` (string) ## Response 400 fields (application/json): - `type` (string,null) - `title` (string,null) - `status` (integer) - `errors` (object,null) - `traceId` (string,null)