Administrative APIs | REST

Version:
Download Open API Specification

Add Employer Plan Coverage Tier

https://api.wealthcare.com/system/Services/Employer/PlanCoverageTier/{tpaId}/{employerId}

This endpoint allows you to add a new coverage tier for an employer's benefit plan, identified by the TPA ID and Employer ID. It is used to define the specifics of coverage tiers, including financial parameters and effective dates.

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.

  • tpaId string
  • emprId string
  • planId string
    Min Length: 0
    Max Length: 18
  • acctTypeCde string
  • planYrStartDte string
  • planYrEndDte string
  • coverageTierId string
  • primaryRolloverAmt number <double>
  • primaryRolloverRate number <double>
  • secondaryRolloverAmt number <double>
  • secondaryRolloverRate number <double>
  • rolloverBalanceMax number <double>
  • fixedEmployerFundingAmount number <double>
  • fixedEmployerFundingAmountIndividual number <double>
  • carryoverAmt number <double>
  • carryoverRate number <double>

Response

AI Assistant Preview

Generating response...