Get Account Type Codes
https://api.wealthcare.com/system/Services/Tpa/{tpaId}/AccountTypeCode/List
Retrieves a list of account type codes associated with a specific TPA (Third Party Administrator) instance. This endpoint is useful for applications that need to display or utilize various account types, such as Flexible Spending Accounts (FSA) or Health Reimbursement Arrangements (HRA).
Request
-
tpaId string Required
A unique identifier used to identify your admin instance. This value was system generated with the admin instance was created.
-
typeCode enum<string>Possible values:
BenefitPlanPlanDesign
-
typeCode enum<string>Possible values:
BenefitPlanPlanDesign
-
typeCode enum<string>Possible values:
BenefitPlanPlanDesign
-
typeCode enum<string>Possible values:
BenefitPlanPlanDesign
Response
-
array <object>
-
AccountTypeCode string
Three character abbreviation that indicates the type of account (FSA, DCA, TRN, HRA, and so on).
-
Response Headers
No response yet.
Response Body
No response yet.