# Create or Update Batch PlanType Create or Update multiple PlanType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. Endpoint: PUT /plan-types-batch Version: v1 Security: apiKeyAuth, bearerAuth ## Header parameters: - `vbasoftware-database` (string, required) Target database ## Request fields (application/json): - `plan_Type` (string, required) Unique identifier for each plan type that Identifies the Type of Plan (medical, dental, etc.). - `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. - `claims` (boolean, required) No longer in use. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `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. - `description` (string,null) A description area used to provider more detail about the plan type. - `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. - `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. - `encounters` (boolean, required) No longer in use. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `entry_Date` (string) Date when the record was added to the system. - `entry_User` (string,null) User that first added the record to the system. - `hipaA_Code` (string,null) HIPAA Code associated with the specified plan type. - `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. - `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. - `iD_Card_Description` (string,null) Shortened description of the plan type that is used to print on ID cards. - `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. - `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. - `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. - `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. - `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. - `misc` (boolean, required) Indicates if this plan type is a miscellaneous plan type. - `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. - `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. - `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. - `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. - `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. - `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. - `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. - `update_Date` (string) Date when the record was last updated in the system. - `update_User` (string,null) User that last updated the record in the system. - `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. ## Response 207 fields (text/plain): - `data` (array,null) - `data.id` (array, required) List of key/value pairs that represent the unique id for the entity operation. - `data.id.key` (string,null) - `data.id.value` (any,null) - `data.status` (integer, required) http status of the operation (eg, 200, 201, 500) - `data.body` (string, required) operation message (eg, Updated, Created, Error message) - `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