# List CompanyData Lists all CompanyData Endpoint: GET /company-data Version: v1 Security: apiKeyAuth, bearerAuth ## Header parameters: - `vbasoftware-database` (string, required) Target database ## Query parameters: - `page` (integer) Page - `pageSize` (integer) Page Size - `sortBy` (string) Comma separated string to sort by. Each sort field can be followed by :asc or :desc to specify sort direction, ascending is default. E.g., 'Property1:desc,Property2:asc,Property3:asc' sorts Property1 in descending order, Property2 in ascending, and Property3 in ascending. ## Response 200 fields (text/plain): - `data` (array,null) - `data.key_Value` (integer, required) This value is always 1 and there can only be a single record in the CompanyData table. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.apC_Schedule` (string,null) Default APC Schedule to be used - `data.asO_Percentage` (number,null) Not used in system configuration. Used on external and/or custom procedures. - `data.accident_Review_Ex_Code` (string,null) When a Diagnosis Code is marked as an Accident, or a Plan Benefit is marked as an accident and the Diagnosis Code is not marked as an accident, trigger this Ex Code - `data.accident_Review_Plan_Benefit_Ex_Code` (string,null) When a Plan Benefit is marked as an accident and the Diagnosis Code is not marked as an accident, trigger this Ex Code - `data.additional_Invoice_Rates` (boolean, required) No longer used in the system Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.address` (string,null) Address of the Company. - `data.address2` (string,null) Line 2 of the Client's address. - `data.adv_Password_Req` (boolean, required) Requires passwords to have 3 of the following: Uppercase Letter, Lowercase Letter, Number, Special Character Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.age_Disenroll_Reason` (integer,null) Not used in system configuration. Used on external and/or custom procedures. - `data.allow_Apostrophe_In_Name` (boolean, required) Whether or not the Apostrophe is allowed in Provider or Member names Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.allow_Checks_Post_Date` (boolean, required) This option will allow for post dated checks. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.allow_Claim_Benefit_Override` (boolean, required) Allows Benefit Override Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.allow_Max_At_Subscriber` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.allow_OOP_On_Override` (boolean, required) When selected, OOP will be calculated even when overridden Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.allow_Zero_Billed` (string,null) This options allows claims to be process with a '0.00' billed amount. - `data.anesthesia_By_Fee_Sched` (boolean, required) When selected, use the matching under Anesthesia for Fee Schedules when an Anastesia Procedure Code/Modifier is present. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.anesthesia_Round_Precision` (integer,null) The precision of rounding used for Anesthesia Units Note: The database will apply a default value of 0 for this field if a value is not provided. - `data.anesthesia_Round_Type` (string,null) The type of rounding used for Anesthesia Units - `data.apply_Multiple_Benefit_ExCode_Manual` (boolean, required) If Ex Code is set and all benefits match, set to the first benefit code and set the Ex Code. If Apply_Multiple_Benefit_ExCode_Manual is set to 1 (checked) then the ex code is applied as a Manual ex code, which is not cleared on future adjudications and requires a client to manually clear it Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.authReview_Full_Path` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.authReview_Object` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.auth_Code_Closed` (string,null) If after processing a claim, there are no more remaining units left for an Auth that was used on the claim, set the Auth Code on the Auth to this Code - `data.auth_Code_Pay_Amt_Zero` (string,null) When a claim with an auth has a payable amount of zero - `data.auth_Code_Reopen` (string,null) If after returning a claim to batch, if there are remaining units left for an Auth that was used on the claim, set the Auth Code on the Auth to this Code - `data.auth_Code_Under_Auth_Amt` (string,null) When a claim with an auth has a payable amount under the approved amount on the auth - `data.auth_Over_Unit_Split_Ex_Code` (string,null) Ex Code to use when spliting Authorizations - `data.auth_Penalty_Ex_Code` (string,null) If filled out and an Auth Penalty is found, insert the Ex Code - `data.auto_Adj_Return_To_Batch` (boolean, required) This flag indicates claims being returned to batch will be automatically adjudicated. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.auto_Pay_Capitated_Claims` (boolean, required) Auto pays Capitated claims and Creates a Check Batch Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.auto_Process_Adjustment_Backout` (boolean, required) Whether or not to automatically process the Backout of a claim after an adjustment Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.auto_Term_Plan_On_Gateway_Request` (boolean, required) This is a flag indicating that when a Gateway request for coverage is confirmed, if the member has an existing plan of the same plan type, it will be termed. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.bR_Domain_Name` (string,null) For Bold Reports integration, this identifies the Domain Name. Used only by VBA developers, not for client use. - `data.bR_Site_Name` (string,null) For Bold Reports integration, this identifies the Site Name. Used only by VBA developers, not for client use. - `data.bR_Site_Secret` (string,null) For Bold Reports integration, this identifies the Site Secret. Used only by VBA developers, not for client use. - `data.bR_Site_User` (string,null) For Bold Reports integration, this identifies the Site User. Used only by VBA developers, not for client use. - `data.baseLoadFg` (boolean,null) Whether or not BaseLoad is turned on - `data.baseLoadPass` (string,null) BaseLoad Password - `data.baseLoadServiceDateFlag` (boolean, required) This flag denotes whether or not to include the Service Date within the BaseLoad XML sent to BaseLoad Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.baseLoadURL` (string,null) BaseLoad URL - `data.baseLoadUser` (string,null) BaseLoad User ID - `data.beneficiary_AgeLimit` (number,null) Minimum Age for a Beneficiary - `data.beneficiary_Age_Ex_Code` (string,null) This pend code will be applied when the beneficiary age defined on the enrollment is invalid. - `data.benefit_Cascade_Ex_Code` (string,null) This Informational Ex Code will be applied to a claim detail line when the benefit is defined as cascading in the plan and the necessary criteria have been met to cascade the benefits. - `data.benefit_Length` (number,null) Not used in system configuration. Used on external and/or custom procedures. - `data.bridged_Tooth_Ex_Code` (string,null) This pend code will be applied when the tooth number on the claim is found to have been previously bridged. - `data.caS_Segment_Ben_Match` (boolean, required) This flag indicates that the adjudication benefit matching will use custom logic for CAS assignments from inbound 837 files. This option is set and controlled by VBA developers and not for client use. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.cliA_Certificate_Ex_Code` (string,null) This Denial Ex Code will deny a claim when a CLIA certificate is required and the provider record does not have CLIA certification. - `data.cmO_Installed` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.cap_By_Service_Line` (boolean, required) Claim will error if number of the Claim has Mixed Capitation Service Lines unless this is checked. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.cap_Disenroll_Adj_Reason` (string,null) Default Capitation Disenroll Adjustment reason - `data.cap_Enroll_Adj_Reason` (string,null) Default Capitation Enroll Adjustment reason - `data.cap_Enrolled_By` (integer,null) This setting defines the Enrollment date the application uses for Calculating a Capitated Providers payment. - `data.cap_Enrolled_Thru` (integer,null) This setting defines the Enrollment date the application uses for Calculating a Capitated Providers payment. - `data.cap_In_Accum` (boolean,null) Not used in system configuration. Used on external and/or custom procedures. Note: The database will apply a default value of False for this field if a value is not provided. - `data.capitated_Service_Ex_Code` (string,null) This Informational Ex Code will be applied to a claim detail line when services are Capitated. - `data.case_Default_Report` (string, required) The Default Case Report when using the Case Report functionality from Case Update Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.cash_Value_Default` (integer,null) Default Issue Duratoin Value for Cash Type - `data.checkPayeeAddressFlag` (boolean, required) When selected, if the payee address is not filled out, error the claim Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.check_Stock_Location` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.checks_Max_Post_Date` (integer,null) Adds an error during the Check Wizard if the Check Date exceeds the threshold set here - `data.city` (string,null) City of the Company's address. - `data.claimUpload_Date` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.claimUpload_File_Location` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.claimUpload_Schedule` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.claim_Age_Ex_Code` (string,null) This Denial Ex Code will deny a claim in which the age definitions of the plan are exceeded. - `data.claim_Allowed_Billed_Ex_Code` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.claim_Amt_Ex_Code` (string,null) This pend code will be applied when the claim billed amount exceeds the user max defined on the user information. - `data.claim_Auth_Denied_Ex_Code` (string,null) If Filled out and an Auth Status is Denied, insert the Ex Code - `data.claim_Auth_Details_Err_Ex` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.claim_Auth_Diff_Mem_Ex` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.claim_Auth_Diff_Prov_Ex` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.claim_Auth_Exceeded_Ex_Code` (string,null) If Filled out and the Auth has exceeded the Approved, insert the Ex Code - `data.claim_Auth_Invalid_Date_Ex` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.claim_Auth_Not_Approved_Ex` (string,null) If Filled out and an Auth status is Not Approved, insert the Ex Code - `data.claim_Auth_Proc_Exceeded_Ex_Code` (string,null) If filled out and the number of Approved Procedure Units is exceeded, insert the Ex Code - `data.claim_Auth_Reqd_Ex_Code` (string,null) If filled out and an Auth is required, insert the Ex Code - `data.claim_Ben_Not_Found_Ex_Code` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.claim_Cov_In_Net_Only_Ex_Code` (string,null) Checking this indicates the Benefit is covered only when services are rendered using an In-Network provider. - `data.claim_Days_Allowed` (number,null) Number of claim days allowed. - `data.claim_Dead_Ex_Code` (string,null) This Denial Ex Code will deny a claim for a member whose enrollment record indicates they are deceased. - `data.claim_Ded_Credit_OON_Used_Ex_Code` (string,null) This Ex Code is used when Deductible Credit is used for the claim Out of Network - `data.claim_Ded_Credit_PPO_Used_Ex_Code` (string,null) This Ex Code is used when Deductible Credit is used for the claim in Network - `data.claim_Denied_Ex_Code` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.claim_Diagnosis_Age_Ex_Code` (string,null) This Ex Code is used when the Age is outside the range for the Diagnosis - `data.claim_Diagnosis_Gender_Ex_Code` (string,null) This Ex Code is used when the Gender is not a valid Gender for the Diagnosis - `data.claim_Dup_Error_Ex_Code` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.claim_Error_Ex_Code` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.claim_Exceed_Daily_CoPay_Max_Ex_Code` (string,null) if the CoPay has been adjusted due to previous CoPay amounts, Trigger this Ex Code - `data.claim_Exceed_Injury_Ex_Code` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.claim_Exceed_Lifetime_Ex_Code` (string,null) This Ex Code is used when the claim exceeds a Lifetime Max Payable - `data.claim_Exceed_Lifetime_OON_Ex_Code` (string,null) This Ex Code is used when the Lifetime Max Payable Out of Network has been exceeded - `data.claim_Exceed_Lifetime_PPO_Ex_Code` (string,null) This Ex Code is used when the Lifetime Max Payable In Network has been exceeded - `data.claim_Exceed_Maximum_Ex_Code` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.claim_Exceed_PerDiem_Ex_Code` (string,null) This Informational Ex Code will be applied to a claim when the Per-Diem amount defined on the provider record has been exceeded. - `data.claim_Fee_Sched_Error_Ex` (string,null) This pend code will be applied to a claim when the provider record indicates a fee schedule is required but no fee schedule is assigned to the provider. - `data.claim_Lag_Error_Ex_Code` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.claim_Late_Ex_Code` (string,null) This Denial Ex Code will deny a claim that exceeds the timely filing limits set. - `data.claim_Life_Benefit_Met_Ex_Code` (string,null) This Ex Code is used when the Life Claim exceeds the Benefits Maximum - `data.claim_Life_Plan_Met_Ex_Code` (string,null) This Ex Code is used when the Life Claim exceeds the Plan Maximum - `data.claim_No_Prov_Fee_Sched` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.claim_No_Rate_Fee_Ex_Code` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.claim_Not_Adult_Dependent` (string,null) This pend code will be applied to a claim when the date of service exceeds the date on the enrollment record for dependent coverage. - `data.claim_Not_At_Place_Ex_Code` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.claim_Not_By_Prov_Ex_Code` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.claim_Not_Cov_Ex_Code` (string,null) This Denial Ex Code will deny a non-covered claim. - `data.claim_Not_Enrolled_Ex_Code` (string,null) This Denial Ex Code will deny a claim that comes in for a member that is not enrolled for the date of service. - `data.claim_Not_Enrolled_Ex_Code_Null_Use_Pre_Post` (boolean, required) When selected, instead of using the Not Enrolled Ex Code, put the Pre and Post Enrolled Ex Codes instead Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.claim_Not_Enrolled_Post_Ex_Code` (string,null) This Denial Ex Code will deny a claim if services are after the enrollment date. - `data.claim_Not_Enrolled_Pre_Ex_Code` (string,null) This Denial Ex Code will deny a claim if services are prior to the enrollment date. - `data.claim_Not_Student_Ex_Code` (string,null) This pend code will be applied to a claim when the date of service exceeds the date on the enrollment record for student coverage. - `data.claim_Other_Coverage_Ex_Code` (string,null) This Ex Code is used when the Authorization has Other Coverage Primary selected - `data.claim_Over_Max_Ex_Code` (string,null) This Ex Code is used when the claim exceeds an Annual Max Payable - `data.claim_Over_Max_OON_Ex_Code` (string,null) This Ex Code is used when the Annual Max Payable Out of Network has been exceeded - `data.claim_Over_Max_PPO_Ex_Code` (string,null) This Ex Code is used when the Annual Max Payable In Network has been exceeded - `data.claim_Pend_Age_Max` (integer,null) Trigger the Claim Age Ex Code when the Age of the Patient is above this value - `data.claim_Pend_Age_Min` (integer,null) Trigger the Claim Age Ex Code when the Age of the Patient is below this value - `data.claim_Pend_Amount` (number,null) Trigger the Claim Amt Ex Code when the Claim Payable exceeds this amount - `data.claim_Procedure_Age_Ex_Code` (string,null) This Denial Ex Code will deny a claim when the procedure code/diagnosis code is defined for a specific age. - `data.claim_Procedure_Gender_Ex_Code` (string,null) This Denial Ex Code will deny a claim when the procedure code/diagnosis code is defined for a specific gender. - `data.claim_Service_Date_Range` (integer,null) If outside the payable date range (this value represents days ahead from date of adjudication), error - `data.claim_Service_Outside_Enrollment_Ex_Code` (string,null) When a Service Thru date happens outside the normal plan end date - `data.claim_Splits_Plan_Year_Ex_Code` (string,null) This Ex Code is used when multiple Plan Years found - `data.class_Length` (number,null) Not used in system configuration. Used on external and/or custom procedures. - `data.clear_Auth_Penalty_ExCode` (boolean, required) A flag indicating that any Auth Penalty Ex Code will be removed from a claim line if it has an auth associated. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.client_ID` (string,null) Client's 3 character ID - `data.client_Name` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.coIns_Max_Ex_Code` (string,null) This Informational Ex Code will be applied to a claim when the Subscriber level Coinsurance has been met for the family. An Info code must be applied as a claim detail line may have a partial denial. A deny code will deny the entire line. - `data.coIns_Max_Ex_Code_Member` (string,null) This Informational Ex Code will be applied to a claim when the Member Coinsurance has been satisfied. An Info code must be applied as a claim detail line may have a partial denial. A Deny code would deny the entire detail line. - `data.coPay_By_Billed` (boolean, required) Co-Pay based on Billed Amount rather than Plan_Price Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.cogito_App_Client_ID` (string,null) The app client ID associated with the user pool. Exclusively for use in VBASoftware and VBAPI Cognito integration with AWS. - `data.cogito_App_Client_Secret` (string,null) The app client Secret associated with the user pool. Exclusively for use in VBASoftware and VBAPI Cognito integration with AWS. - `data.cogito_User_Pool_ID` (string,null) The ID of the Amazon Cognito user pool. Exclusively for use in VBASoftware and VBAPI Cognito integration with AWS. - `data.combined_Notes_Report_Fg` (boolean, required) When this flag is set to yes, the notes report from the Notes screen will remove the page breaks Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.comm_Disenroll_Adj_Reason` (string,null) Default Commisssion Disenroll Adjustment Reason - `data.comm_Enroll_Adj_Reason` (string,null) Default Commisssion Enroll Adjustment Reason - `data.comm_Enrolled_By` (integer,null) Default Commisssion Enrolled By value - `data.comm_Enrolled_Thru` (integer,null) Default Commisssion Enrolled Thru value - `data.company_Length` (number,null) Not used in system configuration. Used on external and/or custom procedures. - `data.company_Short` (string,null) Client ID of the Client - `data.company_Start_Date` (string,null) The date used to avoid using data prior to the date the company starts with VBA. - `data.context4_ClmUcrPct` (integer,null) Not used in system configuration. Used on external and/or custom procedures. - `data.context4_ClmUcrPct_OON` (integer,null) Not used in system configuration. Used on external and/or custom procedures. - `data.context4_FeeSelector` (string,null) The type of Fee for Context4 Pricing - `data.context4_FeeSelector_OON` (string,null) The type of Fee for Context4 Pricing when OON - `data.context4_MedicarePct` (integer,null) Not used in system configuration. Used on external and/or custom procedures. - `data.context4_MedicarePct_OON` (integer,null) Not used in system configuration. Used on external and/or custom procedures. - `data.context4_Password` (string,null) The Password for Context4 Pricing - `data.context4_PayorType` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.context4_PayorType_OON` (integer,null) Not used in system configuration. Used on external and/or custom procedures. - `data.context4_PctOfChg` (integer,null) Not used in system configuration. Used on external and/or custom procedures. - `data.context4_PctOfChg_OON` (integer,null) Not used in system configuration. Used on external and/or custom procedures. - `data.context4_PlanPriceNotGreaterBilledFg` (boolean, required) When set, if Plan Price exceeds Billed Price, set Plan Price equal to Billed Price for Context4 Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.context4_SendBillingAddressFg` (boolean, required) Whether or not the Billing Address information is sent to Context4 Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.context4_UserID` (string,null) The User ID for Context4 Pricing - `data.context4_WebURI` (string,null) The WebURI for Context4 Pricing - `data.context4_WebURI_Delete` (string,null) The Delete WebURI for Context4 Pricing - `data.copay_Ex_Code` (string,null) The Ex Code to apply when adjudicating a claim that has a copay greater than zero. - `data.country_ID` (string,null) Default Country - `data.credential_By_Payee` (boolean, required) Flag to create a row in office location of the provider's practice with data from the corresponding payee record instead of provider. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.credentialing` (string,null) When selected, turn on Credentialing - `data.crowned_Tooth_Ex_Code` (string,null) This pend code will be applied when the tooth number on the claim is found to have been previously crowned. - `data.currency_Format` (string,null) Used for currency format when saving to Excel in Formatted - `data.dB_Version_Date` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.drG_Schedule` (string,null) Selection this option will set the default DRG schedule. - `data.database_Version` (string,null) Stores the latest Release Version - `data.date_Format` (string,null) Date format used when saving reports as formatted Excel - `data.deductible_Ex_Code` (string,null) The Ex Code to apply when adjudicating a claim that has a deductible greater than zero. - `data.deductible_Max_Ex_Code` (string,null) This Informational Ex Code will be applied to a claim when the Subscriber level deductible has been met for the family. An Info code must be applied as a claim detail line may have a partial denial. A deny code will deny the entire line. - `data.deductible_Max_Ex_Code_Member` (string,null) This Informational Ex Code will be applied to a claim when the Member Deductible has been satisfied. An Info code must be applied as a claim detail line may have a partial denial. A Deny code would deny the entire detail line. - `data.default_1099_Flag` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.default_Auth_Code` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.default_Check_Stock` (integer,null) Defines the default check stock. - `data.default_Currency_ID` (string,null) Default Currency to be used - `data.default_EOB_Report` (integer,null) Defines the default EOB report. - `data.default_Federal_Tax` (number,null) Not used in system configuration. Used on external and/or custom procedures. - `data.default_Federal_Tax_Day_Limit` (integer,null) Default limit to when Federal Tax applies - `data.default_Federal_Tax_Pct` (number,null) The default Federal Tax percentage - `data.default_Federal_Wage_Limit` (number,null) Default limit to the amount of wages that can be used to calculate Federal Tax - `data.default_ID_Card_Request_Type` (string,null) Indicates the desired default format for generated IDs. - `data.default_Invoice_ReportDefinition_Key` (integer,null) A part of invoice Process Automation - `data.default_Login_Sound` (string,null) Sets the default login sound. - `data.default_Medicare_Tax_Day_Limit` (integer,null) Default limit to when Medicare Tax applies - `data.default_Medicare_Wage_Limit` (number,null) Default limit to the amount of wages that can be used to calculate Medicare Tax - `data.default_Pay_Date_Range` (integer,null) Used to calculate the Check Paid Date - `data.default_Payor_ID` (string,null) Payor ID that is defaulted to. - `data.default_SS_Tax_Day_Limit` (integer,null) Default limit to when Social Security Tax applies - `data.default_SS_Wage_Limit` (number,null) Default limit to the amount of wages that can be used to calculate Social Security Tax - `data.default_State_Tax_Day_Limit` (integer,null) Default limit to when State Tax applies - `data.default_State_Wage_Limit` (number,null) Default limit to the amount of wages that can be used to calculate State Tax - `data.dental_ATP_Paid_Date_Type` (string,null) Holds the selected setting for ATP Paid Date on Dental Claims (Standard or by Processed Date) - `data.diagnostic_Code_Type_Default` (string, required) Default Diagnostic Code Type for Disability and Life claims Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.disallow_Spec_Char_In_Plan_ID` (boolean, required) This flag disallows special characters to be used in the Plan ID column. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.disconnect_Call_Notes_From_Claim_Provider` (boolean, required) This is a flag indicating that when viewing notes from Call Tracking, provider and claim notes associated with the call record will not be displayed. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.disenroll_Adj_Reason` (integer,null) Not used in system configuration. Used on external and/or custom procedures. - `data.disenroll_Auth_Code` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.display_PPO_Null_Network` (boolean, required) When selected, if the claim is Out of Network, show zero dollars in the PPO Discount Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.division_Length` (number,null) Not used in system configuration. Used on external and/or custom procedures. - `data.dup_Password_Days` (integer,null) Sets the number of days before a password may be duplicated (reused). - `data.duplicateMaster_Key` (integer,null) Choose the applicable duplicate rule for the application. See Duplicate Sets in Claim Services > Claim Configuration to maintain the Duplicate Rule options. - `data.edI_Installed` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.eoB_Disclaimer` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.eoB_Report_Location` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.eR_Place_Of_Service` (string,null) Choose the applicable place of service for emergency room services. - `data.enforce_MFA` (boolean, required) Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.enroll_Adj_Reason` (integer,null) Not used in system configuration. Used on external and/or custom procedures. - `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.error_Invalid_Diag` (boolean, required) Checking this box will cause claims to error if an invalid Diagnosis Code is billed. Left unchecked with a deny Ex Code selected the line item will automatically deny. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.error_Invalid_Proc` (boolean, required) Checking this box will cause claims to error if an invalid Procedure Code is billed. Left unchecked with a deny Ex Code selected the line item will automatically deny. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.error_Multiple_Plan_Years` (boolean, required) When selected, if there are multiple Plan Years found, error instead of triggering Claim Splits Plan Year Ex Code Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.error_Paid_To_Provider` (boolean,null) If selected and there's no Payee assigned to the Provider, set Send_Check_To Provider Note: The database will apply a default value of False for this field if a value is not provided. - `data.error_Termed_Provider` (boolean, required) Checking this box will cause claims to error if a Termed Provider is selected. Left unchecked with a deny Ex Code selected the claim will automatically deny. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.exceed_Exhaust_Date_Ex_Code` (string,null) This Ex Code is used when the Service Date exceeds the Exhause Date on a Disability Claim - `data.exceed_Return_To_Work_Ex_Code` (string,null) This pend code will be applied when the claim date of service exceeds the date defined as the return to work day on the disability claim. - `data.exceeds_PaidThrough_Ex_Code` (string,null) This pend code will be applied when the claim date of service exceeds the paid through date defined on the member record. - `data.extended_Term_Default` (integer,null) Not used in system configuration. Used on external and/or custom procedures. - `data.fax_Country_Code` (string,null) Country Code for the fax number of the Subscriber. - `data.fax_Number` (string,null) Fax number of the Client. - `data.federal_ID` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.fee_Sched_Match_Claim_Year` (boolean, required) No longer used in the system Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.fee_Schedule_Ex_Codes_Manual` (boolean, required) When this is checked, Fee Schedule Ex Codes from the FeeSched and FeeSchedDetail tables will be added as MANUAL ex codes. This means adjudication will not wipe these away at the start of adjudication. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.fee_Schedule_Exact_Match_Fg` (boolean, required) Whether or not the Modifiers of a Fee Schedule have to match exact Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.filled_Tooth_Ex_Code` (string,null) Ex Code to set when the member has Filled a Tooth - `data.first_Benefit_Auto_Selected_Ex_Code` (string,null) Ex code that is added when a benefit code is automatically selected on a claim detail where multiple benefit codes all match with equivalent payment details - `data.flex_Claim_After_Grace_Period_Ex_Code` (string,null) This Ex Code is used when a Flex Claim is submitted after the Grace period - `data.flex_Claim_After_Submit_Period_Ex_Code` (string,null) This Ex Code is used when a Flex Claim is submitted after the Submission period - `data.flex_Claim_Funds_Exhausted_Ex_Code` (string,null) This Ex Code is used when the Flex Claim has exceeded the balance - `data.force_Call_Track_Note` (boolean, required) Not used in system configuration. Used on external and/or custom procedures. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.force_Claim_Rec_Date` (boolean, required) If selected, the claim must have a Received_Date, ELSE it will Error Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.force_Claim_Sub_ID` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.force_Latest_Enrollment` (boolean, required) Use Latest Enrollment Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.force_Leading_Zero_On_Rev_Code` (boolean, required) If selected and the procedure code is only 3 length, add a zero to verify the procedure code Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.full_Backout_On_Void_Distribution` (boolean, required) When selected, Add all the backout Distribution records when voiding a check Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.full_Month_Billing` (string, required) Not used in system configuration. Used on external and/or custom procedures. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.generate_Comm_Date` (string,null) Used to stop other users from generating invoices while another user is generating commissions. - `data.generate_Comm_User` (string,null) Used to stop other users from generating invoices while another user is generating commissions. - `data.generate_Inv_Date` (string,null) Used to stop other users from generating invoices while another user is generating invoices - `data.generate_Inv_User` (string,null) Used to stop other users from generating invoices while another user is generating invoices - `data.generate_Negative_Inv` (boolean, required) Check this checkbox to allow for a negative invoice to create. This will also allow a $0 invoice to create. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.generate_PremDist_After` (string,null) When Generating Invoices, look for distributions after this date - `data.global_CMU_ID` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.grace_Logins` (integer,null) Not used in system configuration. Used on external and/or custom procedures. - `data.group_Length` (number,null) Not used in system configuration. Used on external and/or custom procedures. - `data.iD_Card_Location` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.ivR_CS_Country_Code` (string,null) Country Code for IVR or Customer Service number. - `data.ivR_CS_Phone_Number` (string,null) IVR or Customer Service number of the Client. - `data.ignore_Care_Management_Hierarchy_Fg` (boolean, required) Overrides Case Manager Hierarchy and allows the assigning of cases up or down Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.ignore_Claim_Funding_Status_Change_Msg` (boolean, required) This is a flag indicating that when changing a claims status in Claim Funding, no message will display warning the user of the existing status. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.inactive_Payee_Ex_Code` (string,null) When a claim has a Provider using a Payee that is marked as inactive - `data.include_Invalid_Enrollments` (boolean, required) Not used in system configuration. Used on external and/or custom procedures. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.inv_Grace_Period` (integer,null) Not used in system configuration. Used on external and/or custom procedures. - `data.inv_Grace_Period_Type` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.invalid_Diag_Ex_Code` (string,null) This Ex Code is used when the Diagnosis Code is invalid - `data.invalid_Proc_Ex_Code` (string,null) This Ex Code is used when the Procedure Code is invalid - `data.invoice_Close_Adj_Reason` (integer,null) Default reason for Invoice Closed - `data.invoice_Enrolled_By` (integer, required) Date used when configuring Enrolled By Date for Invoices Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.invoice_Enrolled_Thru` (integer,null) Date used when configuring Enrolled Thru Date for Invoices - `data.invoice_Grace_Ex_Code` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.invoice_Grace_Period` (integer,null) Not used in system configuration. Used on external and/or custom procedures. - `data.invoice_Remit_Account_Key` (integer,null) Default Invoice Remit Account - `data.invoice_Remit_Address1` (string,null) Default Invoice Remit Address - `data.invoice_Remit_Address2` (string,null) Default Invoice Remit Address2 - `data.invoice_Remit_City` (string,null) Default Invoice Remit City - `data.invoice_Remit_Country_Code` (string,null) Default Invoice Remit Country Code - `data.invoice_Remit_Country_ID` (string,null) Default Invoice Remit Country - `data.invoice_Remit_Name` (string,null) Default Invoice Remit Name - `data.invoice_Remit_Phone_Number` (string,null) Default Invoice Remit Phone Number - `data.invoice_Remit_State` (string,null) Default Invoice Remit State - `data.invoice_Remit_Zip_Code` (string,null) Default Invoice Remit Zip Code - `data.lag_Time` (integer, required) Not used in system configuration. Used on external and/or custom procedures. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.last_Age_Disenroll` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.last_Authorization` (integer,null) Not used in system configuration. Used on external and/or custom procedures. - `data.last_Billing` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.last_Case_Number` (integer,null) Not used in system configuration. Used on external and/or custom procedures. - `data.last_Check_Batch` (integer,null) Not used in system configuration. Used on external and/or custom procedures. - `data.last_Claim_Number` (number,null) Used to determine the next Claim Number - `data.last_Day_Worked_Range` (integer,null) Not used in system configuration. Used on external and/or custom procedures. - `data.last_Encounter` (number,null) Not used in system configuration. Used on external and/or custom procedures. - `data.last_Invoice` (number,null) Filled out after an Invoice is generated, likely used for reporting or as a reference - `data.lock_Auth_Review` (boolean, required) If selected, only the user that created the Auth Review can update the Auth Review Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.lock_Auth_Review_All` (boolean, required) When this is checked, Auth Reviews cannot be updated or modified by anyone. They can still be added. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.log_BaseLoad_Call` (boolean, required) Flag that enables the logging of calls to Baseload for provider information Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.logo_File` (string,null) Stores the file location for logos. - `data.long_State_Names` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.mail_AuthMode` (integer,null) Client's e-mail server AuthMode (Not sure, just passed in as general settings) - `data.mail_Password` (string,null) Client's e-mail server Password - `data.mail_Port` (integer,null) Client's e-mail server Port - `data.mail_Server` (string,null) Client's e-mail server - `data.mail_Use_SSL` (boolean, required) Client's e-mail server SSL setting Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.mail_User` (string,null) Client's e-mail server User Name - `data.medicare_On_Benefit` (string, required) Not used in system configuration. Used on external and/or custom procedures. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.member_Address_DOB_Not_Reqd` (boolean, required) This flag indicates if a full address and date of birth are not required when creating a new member Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.member_Match_By_Name_BirthDate` (boolean, required) When selected, adjudication will attempt to match a patient on their First Name, Last Name and Birth Date Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.modifier_Not_Eff_Ex_Code` (string,null) This Denial Ex Code will deny a claim when the modifier entered is not listed as active on the modifier table. - `data.multiple_Auth_Ex_Code` (string,null) If filled out and there are multiple Auths that are valid, insert the Ex Code - `data.name` (string,null) Name of the Company. - `data.network_Does_Not_Match_Repriced_Network_Ex_Code` (string,null) When the Network ID on the claim does not match what the system would have selected, throw this ex code - `data.new_Member_Reason` (integer,null) Reason for the new Member. - `data.note_Attachment_DB` (boolean, required) If selected, Note Attachments will be saved to the Database instead of in a local file location Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.note_Attachment_Local_Default` (string,null) Indicates the local location for note attachments. When a note attachment is opened, it will make a copy from the remote location to the local location before opening the file. - `data.note_Attachment_Remote_Default` (string,null) Indicates the remote location where note attachments will be saved. A network location should be populated at this location. - `data.ooP_Max_Ex_Code` (string,null) This Ex Code is used when the claim exceeds the OOP Maximum - `data.ooP_Max_Ex_Code_Member` (string,null) This Informational Ex Code will be applied to a claim when the Member level out of pocket has been exceeded. - `data.out_Of_Net_Ex_Code` (string,null) This Informational Ex Code will be applied to all claims processed as out of network. - `data.overpayment_Deduction_Type` (string,null) Override's the default Deduction Type of 502 - `data.pcP_Only_Ex_Code` (string,null) This Ex Code is used when a Benefit is marked PCP Only and the Member does not have a valid PCP - `data.partial_Cap` (boolean, required) Not used in system configuration. Used on external and/or custom procedures. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.password_Expiration` (integer,null) Sets the number of days before password expiration. - `data.password_Minimum` (integer,null) Sets the minimum length required for application passwords. - `data.pay_Period_Start_Date` (string,null) This date is used to calculate the Bill From and Bill Thru dates for invoices using the Calendar Payroll type of Billing Cycle. - `data.payment_Proration` (boolean, required) Whether or not invoices will be prorated Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.phone_Country_Code` (string,null) Country Code for the phone number of the Subscriber. - `data.phone_Format` (string,null) Phone format used when saving reports as formatted Excel - `data.phone_Number` (string,null) Phone number of the Client. - `data.place_Code_Not_Setup_Ex_Code` (string,null) This Ex Code is used when a Place Code is not valid for an Auth, Benefit, Co Ins or Co Pay - `data.planBenefit_Override_Network_ID` (string,null) When Always Pay In Network is checked, if this is filled out and the claim is currently out of network, change the Network ID to this value. - `data.plan_Length` (number,null) Not used in system configuration. Used on external and/or custom procedures. - `data.policy_Forfeiture_Grace_Period` (integer,null) Not used in system configuration. Used on external and/or custom procedures. - `data.policy_Forfeiture_Grace_Period_Type` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.premium_Proration` (boolean, required) This flag denotes whether or not Premiums will be prorated when a Member Disenrolls Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.prevent_Suspense_Release_By_Process_User` (boolean, required) Flag to prevent the same user that processed a claim from releasing it from Claim Suspended status. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.primary_Account_Key` (integer,null) This defines the primary bank account. - `data.process_Auths_When_Pended` (boolean, required) When this flag is set to yes, adjudication will process Auths on Pended claims. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.process_Auto_COB` (boolean, required) Identifies that the check run process will now create Auto-COB claims if the Secondary member information is configured on a MemberInsruance record. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.processing_Mode` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.prof_ATP_Paid_Date_Type` (string,null) Holds the selected setting for ATP Paid Date on Professional Claims (Standard or by Processed Date) - `data.prosthesis_Tooth_Ex_Code` (string,null) Ex Code to set when the member has used a Prosthesis Tooth - `data.protect_Alternate_ID` (boolean, required) This flag indicates the alternate ID on the member update screen cannot be changed Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.provider_Auth_Exempt_Procedure_Ex_Code` (string,null) If a provider is exempt from Authorizations, throw this ex code - `data.provider_Not_Active_Auth_Code` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.pulled_Tooth_Ex_Code` (string,null) This pend code will be applied when the tooth number on the claim is found to have been previously pulled. - `data.qpA_Method_1_Ex_Code` (string,null) Ex Code to be applied to claims that use QPA Method 1 - `data.qpA_Method_2_Ex_Code` (string,null) Ex Code to be applied to claims that use QPA Method 2 - `data.rX_ATP_Paid_Date_Type` (string,null) Default value for an RX Claim's Paid Date: Service Date, Fill Date or Prescription Date - `data.reduced_Paid_Up_Default` (integer,null) Default Issue Duratoin Value for RPU Type - `data.reins_Split_Claim` (boolean, required) Not used in system configuration. Used on external and/or custom procedures. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.repetitive_Payment` (boolean,null) If set to yes, bring up the list of Repetitive Payments on a timer - `data.repriced_Line` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.request_ID_Card_Prompt_Enrollment` (boolean, required) If checked, when the user updates a member record, prompt the user if they want to request a new ID Card. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.request_Provider_Email` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.request_Reassess_Email` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.restrict_NPI_Federal_ID` (boolean, required) This flag indicates the NPI and Federal ID fields on a Provider record have length restrictions of 10/9 characters respectively Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.return_To_Work_Range` (integer,null) Defined Return to Work Range for a disability claim - `data.scanned_Images_Folder` (string,null) Indicates the file location where scanned images are kept. - `data.set_Paid_Through` (boolean, required) If selected, set the Paid Through Date once an invoice is closed Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.single_Refund_Check_Batch` (boolean, required) If selected put all refunds into the same Check Batch Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.state` (string,null) State of the Company's address. - `data.subscriber_ID_Format` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.subscriber_Length` (number,null) Not used in system configuration. Used on external and/or custom procedures. - `data.system_Idle` (integer,null) Enter the time, in seconds, that will be allowed to elapse before the application closes. - `data.tax_Control_Location` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.tax_On_Adjudcation_Date_Fg` (boolean, required) Whether Tax is calculated on date of adjudication or Service Date of claim Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.temporary_Save_Criteria_Count` (integer,null) How many rows in the criteria table to temporarily save - `data.termed_Provider_Ex_Code` (string,null) This Ex Code is used when the Provider's Term Date is before the Service Date - `data.toll_Free_Country_Code` (string,null) Country Code for the toll free phone number of the Client. - `data.toll_Free_Phone_Number` (string,null) Toll free phone number of the Client. - `data.tooth_Activity_Ex_Code` (string,null) This pend code will be applied when the tooth number on the claim is found to have previous tooth activity. - `data.tooth_Chart_Type` (string,null) Choose the applicable tooth chart for the application. - `data.uB92_ATP_Paid_Date_Type` (string,null) Holds the selected setting for ATP Paid Date on Institutional Claims (Standard or by Processed Date) - `data.uC_Price_Used_Ex_Code` (string,null) This Ex Code is used when Usual and Customary is used. - `data.uC_Unit_Mulitply` (boolean, required) Whether or not the Plan Price is multiplied by number of units for Usual and Customary Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.unassigned_Provider` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `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.useGreaterUserAmountLimit_Fg` (boolean, required) Whether or not to validate User Amount Limits for Payable or Total Payable Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.use_Auth_Over_Unit_Split` (boolean, required) Whether or not to split Authorizations Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.use_Change_Data_Capture` (boolean, required) No longer used in the system Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.use_Commission_Cluster_Hierarchy` (boolean, required) Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.use_Currency` (boolean, required) Whether or not to use the Default Currency Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.use_Disability_From_Date` (boolean, required) When selected, Disability Claims will be verified to be within the payable date range and if not, the claim will not process. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.use_Expanded_Notes` (boolean, required) Fills out NoteReference among other things for Notes Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.use_First_Match_Pricing` (boolean, required) Use first Fee Schedule match found Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.use_Other_Name` (string,null) Not used in system configuration. Used on external and/or custom procedures. - `data.use_Primary_Diag_Match` (boolean, required) If selected, during Age Restrictions, only look at the left most Diag Pointer on a Claim Line Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.use_Primary_Diag_Match_Capitation` (boolean, required) When determining Include Excludes for Capitation Diagnosis Codes, if set to yes, only look at the first pointer. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.use_Salary` (boolean, required) Not used in system configuration. Used on external and/or custom procedures. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.use_Tax_Control` (boolean, required) Whether or not to use the Tax Control object rather than adjudication Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.use_VBASoftware_2` (boolean, required) Notes that this client is no longer utilizing Legacy VBASoftware. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.use_VBAdjudicate_2` (boolean, required) This is a flag indicating if this database (client) is utilizing new serverless adjudication. This flag will drive old adjudication to not pickup claims for example, or tell VBASoftware that the "Adjudicate" button on claims goes a different route. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.use_Zip_Code_Auto_Populate` (boolean, required) Whether or not Zip Code with auto poulate city/state based on Zip Code Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.vbaDataIntegration` (boolean, required) Whether or not VBADataintegration is on or not Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.vbaDataIntegration_DBMS` (string,null) DBMS setup information for VBA Data Integration - `data.vbaDataIntegration_DBParm` (string,null) DBMS setup information for VBA Data Integration - `data.vbaDataIntegration_Database` (string,null) Database setup information for VBA Data Integration - `data.vbaDataIntegration_Server` (string,null) Server setup information for VBA Data Integration - `data.vbaGateway` (boolean, required) Whether or not this is a Gateway client Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.vbaGateway_DBMS` (string,null) Gateway's DBMS - `data.vbaGateway_DBParm` (string,null) Gateway's Database Parameters - `data.vbaGateway_Database` (string,null) Gateway's Database - `data.vbaGateway_SFTP_Host` (string,null) Gateway's SFTP Host - `data.vbaGateway_SFTP_LogFile` (string,null) Gateway's SFTP LogFile - `data.vbaGateway_SFTP_MLST` (boolean, required) Gateway's SFTP MLST Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.vbaGateway_SFTP_Passive` (boolean, required) Gateway's SFTP Passive Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.vbaGateway_SFTP_Password` (string,null) Gateway's SFTP Password - `data.vbaGateway_SFTP_Port` (integer,null) Gateway's SFTP Port - `data.vbaGateway_SFTP_Protocol` (integer,null) Gateway's SFTP Protocol - `data.vbaGateway_SFTP_User` (string,null) Gateway's SFTP User ID - `data.vbaGateway_Server` (string,null) Gateway's Server - `data.vbapI_Adjudicate_Client_Code` (string,null) System Configuration Values used by VBA Engineers. - `data.vbapI_Adjudicate_Client_ID` (string,null) System Configuration Values used by VBA Engineers. - `data.vbapI_Adjudicate_Database` (string,null) System Configuration Values used by VBA Engineers. - `data.vbapI_ClaimQueue_URL` (string,null) For internal Developer use only. - `data.vbapI_Client_Code` (string,null) For internal Developer use only. - `data.vbapI_Field_Masking_Enabled` (boolean, required) Identifies if Field Masking is enabled. This is a VBAPI setting so does not impact Legacy VBASoftware. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.vbapI_IP_Whitelist` (boolean, required) Indicates if the client has IP Whitelisting enabled for accessing APIs. If enabled, IP Addresses will be added to the IPWhitelist table. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.vbaReport_Event_Timer` (integer,null) Timer for kicking off VBA Report to see if an Event is ready to be Processed - `data.vbaReport_Mail_AuthMode` (integer,null) Client's Process Automation Auth Mode (Not sure, just passed in as general settings) - `data.vbaReport_Mail_Password` (string,null) Client's Process Automation Password - `data.vbaReport_Mail_Port` (integer,null) Client's Process Automation server Port - `data.vbaReport_Mail_Server` (string,null) Client's Process Automation server - `data.vbaReport_Mail_Use_SSL` (boolean, required) Client's Process Automation SSL Setting Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.vbaReport_Mail_User` (string,null) Client's Process Automation User Name - `data.vbaReport_SO_Count` (integer,null) Value retrieved in VbA Report, nothing done with it - `data.vbaReport_Series_Timer` (integer,null) Timer for kicking off VBA Report to see if a Series is ready to be Processed - `data.vbaReport_Status` (string,null) Current Status of VBAReport (Pause, Stop, Running) - `data.vbaReport_Timer` (integer,null) Timer for kicking off VBA Report to see if a Report is ready to be Processed - `data.vbAdjudicate_SO_Count` (integer,null) Not used in system configuration. Used on external and/or custom procedures. - `data.vbAdjudicate_Status` (string,null) Current Status of Adjudication (Pause, Stop, Running) - `data.vbAdjudicate_Timer` (integer,null) Not used in system configuration. Used on external and/or custom procedures. - `data.validate_Federal_ID_On_Auth` (boolean, required) Whether or not to validate Authorizations based on Federal ID Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.validate_Provider_On_Auth` (boolean, required) If set to yes, the Provider must match on the Claim with the Auth Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.void_Backout_Use_Current_Date` (boolean, required) When used, a Void backout will use today's date instead of processed date Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.volume_Max_Met_Ex_Code` (string,null) This Ex Code is used when the Maximum Volume is used to lower the Volume to maximum - `data.volume_Min_Met_Ex_Code` (string,null) This Ex Code is used when the Minimum Volume is used to raise the Volume to minimum - `data.workflow_Execute_Count` (integer,null) This indicates how many workflows will be executed per iteration from VBAdjudicateGovernor - `data.zelis_EOBCode_Not_Found_Ex_Code` (string,null) Default EOB Code not found ex code used when one is not sent for Zelis - `data.zelis_EditCode_Not_Found_Ex_Code` (string,null) Default Edit Code not found ex code used when one is not sent for Zelis - `data.zelis_In_Network_Ex_Code` (string,null) When the Zelis In Network Ex Code is set, and the Ex Code is on the claim and sent to Zelis, the claim will always be sent as "In Network" regardless if the claim is In or Out of Network - `data.zelis_Login` (string,null) Login information for Zelis Repricing API - `data.zelis_Password` (string,null) Password information for Zelis Repricing API - `data.zelis_Poll` (boolean, required) Whether or not the system should be polling Zelis Repricing Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.zelis_Poll_Testing` (boolean, required) Indicates if Zelis Polling is "In Testing". When "In Testing", polling activity will fire for the first call to Zelis only, so that Zelis has the claim, then not make any additional polling entries until the client indicates the test is complete. Disabling this will then proceed to make new polling entries on claims in QUEUED and INPROCESS as normal. Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.zelis_URL` (string,null) URL used to connect to the Zelis Cost Containment System - `data.zip_Code` (string,null) Zip code of the Client. - `data.use_VBAdjudicate_Benefit_Matching` (boolean) - `data.display_Member_Primary_Network` (boolean) - `data.disable_Ghostscript` (boolean) - `data.vbaSoftware_End_Date` (string,null) - `data.open_Invoice_Paid_Through` (boolean) - `data.claim_Returned_To_Batch_Ex_Code` (string,null) - `data.allow_Offset` (boolean) - `data.remove_Sys_Gen_Billing_Adj_On_Delete` (boolean) - `data.allow_CallTracking_Provider_ID_Edit` (boolean) - `data.allow_Candidate_Below_Account_Balance` (boolean) - `data.enable_VBAssist` (boolean) - `data.trilogy_Subscriber` (boolean) - `data.use_Zelis_EOB` (boolean) - `data.zelis_EOB_API_Key` (string,null) - `data.offset_Ex_Code` (string,null) - `data.visium_Payor_ID` (string,null) - `data.visium_User_Name` (string,null) - `data.visium_Password` (string,null) - `data.talon_User_Name` (string,null) - `data.talon_Password` (string,null) - `data.talon_URL` (string,null) - `data.talon_tpaSlug` (string,null) - `data.auth_Partial_Approved_Ex_Code` (string,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