Administrative APIs | REST

Version:
Download Open API Specification

Update Flex Account Rollover Setting

https://api.wealthcare.com/system/Services/Plan/FlexAccountRolloverSetting/{tpaId}/{employerId}/{employeeId}

Updates the rollover settings for a specific employee's flex account, identified by TPA ID, Employer ID, and Employee ID. This operation is used to modify the rollover parameters, such as account types and cap amounts, to reflect the latest benefit management requirements.

Request

  • tpaId string Required

    A unique identifier used to identify your admin instance. This value was system generated with the admin instance was created.

  • employerId string Required

    Unique identifier for the employer. Note: When the employer was created, WealthCare Admin assigned the 3-character prefix; you assigned the remaining characters.

  • employeeId string Required

    Unique identifier for the employee.

  • sourcePlanId string
    Min Length: 0
    Max Length: 18
  • sourcePlanAccountTypeCode string
  • sourcePlanYearStartDate string <date-time>
  • sourcePlanYearEndDate string <date-time>
  • fundRolloverDate string <date-time>
  • fundRolloverType enum<string>
    Possible values: None Primary Secondary
  • rolloverCapAmount number <double>
  • rolloverRate number <double>
  • individualRolloverCapAmount number <double>
  • individualRolloverRate number <double>
  • targetAccountTypeCode string
  • targetPlanId string
    Min Length: 0
    Max Length: 18
  • targetPlanYearStartDate string <date-time>
  • targetPlanYearEndDate string <date-time>
  • flexAcctId string
  • minimumRolloverAmountofFund number <double>
  • accountRolloverOptions integer <int32>

Response

AI Assistant Preview

Generating response...