Participant APIs | REST

Version:
Download Open API Specification

Get the Plan Level Expenses assigned to the Service Category

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

Retrieve the plan-level expenses associated with a specific service category for a participant, identified by their unique identifiers. This operation is useful for displaying relevant expense information on the Mobile and Azure portals.

  • tpaId string Required

    A unique identifier used to identify your admin instance. This value is system generated when 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

    Unique identifier for the participant whose features are being queried.

  • planId string Required

    The unique identifier for the plan whose expenses are being queried. This parameter is required to filter the expenses specific to the selected plan.

  • planStartDate string Required

    The start date of the plan in ISO 8601 format (YYYY-MM-DD). This parameter is required to define the time frame for which expenses are being retrieved.

  • planEndDate string Required

    The end date of the plan in ISO 8601 format (YYYY-MM-DD). This parameter is required to specify the duration for which expenses are being queried.

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