# List PlanType Lists all PlanType Endpoint: GET /plan-types Version: v1 Security: apiKeyAuth, bearerAuth ## Header parameters: - `vbasoftware-database` (string, required) Target database ## Response 200 fields (text/plain): - `data` (array,null) - `data.plan_Type` (string, required) Unique identifier for each plan type that Identifies the Type of Plan (medical, dental, etc.). - `data.capitated` (boolean, required) Indicates whether the associated plan should be capitated. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.claims` (boolean, required) No longer in use. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.dental` (boolean, required) Indicates whether the specified plan type is a Dental Plan. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.description` (string,null) A description area used to provider more detail about the plan type. - `data.disc_Fee` (boolean, required) Indicates whether the specified plan type is associated with a Discount Fee. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.discountCard` (boolean, required) Indicates whether the specified plan type is a associated with a discount card. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.encounters` (boolean, required) No longer in use. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.entry_Date` (string) Date when the record was added to the system. - `data.entry_User` (string,null) User that first added the record to the system. - `data.hipaA_Code` (string,null) HIPAA Code associated with the specified plan type. - `data.hra` (boolean, required) Indicates whether the specified plan type is a HRA Plan. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.hsa` (boolean, required) Indicates whether the specified plan type is a HSA Plan. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.iD_Card_Description` (string,null) Shortened description of the plan type that is used to print on ID cards. - `data.indemnity` (boolean, required) Indicates whether the specified plan type is an Indemnity Plan. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.ltc` (boolean, required) Indicates if this plan type is a LTC plan type. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.ltd` (boolean, required) Indicates whether the specified plan type is a Long-Term Disability Plan. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.lifeADD` (boolean, required) Indicates whether the specified plan type is a Life/ADD Plan. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.medical` (boolean, required) Indicates whether the specified plan type is a Medical Plan. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.misc` (boolean, required) Indicates if this plan type is a miscellaneous plan type. - `data.pay_As_You_Go` (boolean, required) No longer in use. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.pension` (boolean, required) Indicates if this plan type is a Pension plan type. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.pharmacy` (boolean, required) Indicates whether the specified plan type is a Pharmacy Plan. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.print_On_ID` (boolean, required) Indicates whether the specified plan type should be printed on ID cards. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.std` (boolean, required) Indicates whether the specified plan type is a Short-Term Disability Plan. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.section125` (boolean, required) Indicates whether the specified plan type is a Section 125 Plan. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.tier_Required` (boolean, required) This flag indicates Tier is a required field when updating an enrollment Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.update_Date` (string) Date when the record was last updated in the system. - `data.update_User` (string,null) User that last updated the record in the system. - `data.vision` (boolean, required) Indicates whether the specified plan type is a Vision Plan. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `error` (object) - `error.detail` (string,null) A human-readable explanation specific to this occurrence of the problem. - `error.instance` (string,null) A URI reference that identifies the specific occurrence of the problem.It may or may not yield further information if dereferenced. - `error.status` (integer) The HTTP status code([RFC7231], Section 6) generated by the origin server for this occurrence of the problem. - `error.title` (string,null) A short, human-readable summary of the problem type.It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization(e.g., using proactive content negotiation; see[RFC7231], Section 3.4). - `error.type` (string,null) A URI reference [RFC3986] that identifies the problem type. This specification encourages that, when dereferenced, it provide human-readable documentation for the problem type (e.g., using HTML [W3C.REC-html5-20141028]). When this member is not present, its value is assumed to be "about:blank". - `debug` (object) - `debug.activityID` (string, required) ## Response 401 fields