Administrative APIs | REST

Version:
Download Open API Specification

Get Plan Priority

https://development.api.wealthcare.com/system/Services/Employer/Plan/{tpaId}/{employerId}/PlanPriority/Details

Retrieves the priority details of a specific benefit plan associated with an employer, identified by TPA ID and Employer ID. This operation is typically used to understand the order of plan preferences for an employer's offerings.

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.

  • ExtensionData object
  • TpaId string

    A unique identifier for your administrator instance, generated by WCA when the instance was first set up. If a value is not sent, the TPA ID from the user making the request with be used.

  • EmployerId string

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

Response

  • array <object>
    • ExtensionData object
    • TpaId string

      A unique identifier for your administrator instance, generated by WCA when the instance was first set up. If a value is not sent, the TPA ID from the user making the request with be used.

    • EmployerId string

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

    • PlanId string

      Unique identifier for the plan.

      Min Length: 0
      Max Length: 18
    • AccountTypeCode string

      Three character abbreviation that indicates the type of account (FSA, DCA, TRN, HRA, etc..)

    • BenefitPlanDesc string

      Description of the benefit plan.

    • PlanYearStartDate string

      Plan start date.

    • PlanYearEndDate string

      Plan end date.

    • PlanYearExtendedEndDate string

      Plan grace period end date.

    • GracePeriodEndDate string

      Plan run out date.

    • Priority integer <int32>

      Plan priority.

AI Assistant Preview

Generating response...