Participant APIs | REST

Version:
Download Open API Specification

Get the Plan Level Expenses assigned to the Service Category

https://api.wealthcare.com/participant/services/participant/expenses/ExpenseList/{tpaId}/{employerId}/{participantId}

This method is used to Get the Plan Level Expenses that are assigned to the Service Category. These will be shown up on the Mobile and Azure portal.

  • 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.

  • participantId string Required

    Participant Id

  • planId string Required

    Plan Id

  • planStartDate string Required

    Plan Start Date

  • planEndDate string Required

    Plan End Date

  • array <object>
    • ExpenseId integer <int32>

      Service Category Expense Id.

    • ExpenseName string

      Service Category Expense Name.

    • ExpenseDescription string

      Service Category Expense Description.

    • InEligible boolean

      Display Service Category Expense Option InEligible - Valid values are true and false.

    • Eligible boolean

      Display Service Category Expense Option Eligible - Valid values are true and false.

    • EligibleWithRx boolean

      Display Service Category Expense Option EligibleWithRx - Valid values are true and false.

    • EligibleWithLMN boolean

      Display Service Category Expense Option EligibleWithLMN - Valid values are true and false.

    • PotentiallyEligible boolean

      Display Service Category Expense Option PotentiallyEligible - Valid values are true and false.