# Get ReinsContract Gets ReinsContract Endpoint: GET /reinsurance-contracts/{reinsContractKey} Version: v1 Security: apiKeyAuth, bearerAuth ## Header parameters: - `vbasoftware-database` (string, required) Target database ## Path parameters: - `reinsContractKey` (integer, required) ReinsContract Key ## Response 200 fields (text/plain): - `data` (object) - `data.reinsContract_Key` (integer, required) Unique identifier for each Reinsurance Contract. This is system generated. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.adjudicate_Threshold` (number,null) Notes the threshold for when a member will have an ex code applied to their claim as they incur more claims against this contract. - `data.adjudicate_Threshold_Ex_Code` (string,null) The ex code that is applied to claims for members who exceed the adjudication threshold. - `data.adjudicate_Threshold_Pct` (boolean, required) Notes if the "Adjudicate Threshold" is a percentage or flat value. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.aggregate_Max` (number,null) The aggregating Spec. Max for all members on this Reinsurance Contract. - `data.aggregate_Specific_Deductible` (number,null) The aggregating Spec. Deductible for all members on this Reinsurance Contract. - `data.attachment_Minimum` (number,null) The attachment point for reinsurance reporting. - `data.attachment_Minimum_Term` (string,null) Notes if the attachment minimu is a monthly or annual value. - `data.carrier_Key` (integer,null) References the Carrier.Carrier_Key value on referenced table. - `data.contract_Cycle` (string,null) User defined contract period from the ReinsContractCycle table. - `data.contract_ID` (string,null) The contract ID assigned by the client to this Reinsurance Contract. - `data.contract_Level` (string,null) Contract Level notes what level the members and claims on this contract are included. The level can be Group, Division or Subscriber. - `data.contract_Status` (string,null) The status of the contract, Open or Closed. - `data.contract_Type` (string,null) The type of contractly, typically a 12/12 or 12/24 contract. - `data.description` (string,null) The description of this Reinsurance Contract. - `data.disenrolled_By_Day` (integer,null) Impacts how eligiblity is calculated when determining if a member applies to this contract. - `data.division_ID` (string,null) When contract Level is Division, this is the Division (in combination with Group) that is applicable to this Reinsurance Contract. - `data.domestic_Claim_Criteria_Key` (integer,null) - `data.effective_Date` (string,null) The effective date of this Reinsurance Contract. Used in reporting and transaction processing. - `data.enroll_Disenroll_By_On_Agg_Report` (boolean, required) Used in custom reporting. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.enrolled_By_Day` (integer,null) Impacts how eligiblity is calculated when determining if a member applies to this contract. - `data.enrollment_Baseline` (integer,null) Used in custom reporting. - `data.enrollment_Change_Threshold` (number,null) Used in custom reporting. - `data.entry_Date` (string) Date record was first added to the system - `data.entry_User` (string,null) User that first added the record to the system - `data.group_ID` (string,null) When contract Level is Group, this is the Group that is applicable to this Reinsurance Contract. - `data.policy_Number` (string,null) The policy number associated with this Reinsurance Contract. - `data.reimburse_Method` (string,null) Notes if this is "Spec. Advance Fund" where all claims are included or "Pay and Reimburse" where only paid claims are included in the calculation. IMPORTANT: While you may enter any value here via API, Reports that use this data will will look for the value of "S" for "Spec. Advance Fund" or "P" for "Pay and Reimburse". - `data.spec_Threshold_Notify` (boolean, required) Indicates if an Event should be generated and user or group notified when the threshold has been exceeded. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.specific_Deductible` (number,null) The individual member Spec. Deductible for this Reinsurance Contract. - `data.specific_Deductible_Family` (boolean, required) The family Spec. Deductible for this Reinsurance Contract. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.specific_Max` (number,null) The Spec. Limit for this Reinsurance Contract. - `data.specific_Reporting_Threshold` (number,null) Notes the threshold for when a member will be considered part of the Member Loss report. - `data.specific_Reporting_Threshold_Pct` (boolean, required) Notes if the Specific_Reporting_Threshold value is a percentage or set value. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.state_Minimum` (number,null) The individual state attachment minimum for reporting based on the state of the member. - `data.subscriber_ID` (string,null) When contract Level is Subscriber, this is the Subscriber (in combination with Group and Division) that is applicable to this Reinsurance Contract. - `data.template_Contract` (boolean, required) Allows the user to create a template contract that can then be "copied" whenever new contracts are created. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.term_Date` (string,null) The term date of this Reinsurance Contract. Used in reporting and transaction processing. - `data.update_Date` (string) Date the record was last updated in the system - `data.update_User` (string,null) User that last updated the record in the system - `data.use_Reins_Level` (boolean, required) Indicates if this contract uses "Reinsurance Levels" for Reinsurance Calculations. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.advanced_Funding_Minimum` (number,null) - `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