# Create ClaimFlex Creates a new ClaimFlex Endpoint: POST /flex-claims Version: v1 Security: apiKeyAuth, bearerAuth ## Header parameters: - `vbasoftware-database` (string, required) Target database ## Request fields (application/json): - `claimFlex_Key` (integer, required) - `adjudicate_Action` (string,null) - `amount` (number,null) - `auto_Created` (boolean, required) - `auto_Created_Claim_Number` (integer,null) - `auto_Created_Date` (string,null) - `batch_Number` (integer, required) - `calendar_Year` (string, required) - `diagnostic_Code1` (string,null) - `diagnostic_Code2` (string,null) - `diagnostic_Code3` (string,null) - `diagnostic_Code4` (string,null) - `diagnostic_Code_Type` (string, required) - `effective_Date` (string, required) - `entry_Date` (string) - `entry_User` (string,null) - `ex_Code` (string,null) - `flex_Claim_Number` (string, required) - `flex_Claim_Status` (string,null) - `group_ID` (string, required) - `member_Birth_Date` (string,null) - `member_First_Name` (string,null) - `member_Last_Name` (string,null) - `plan_ID` (string, required) - `provider_Federal_ID` (string,null) - `provider_ID` (string,null) - `provider_Name` (string,null) - `received_Date` (string,null) - `send_Check_To` (string,null) - `service_Date` (string,null) - `service_Thru` (string,null) - `subscriber_ID` (string, required) - `update_Date` (string) - `update_User` (string,null) ## Response 200 fields (text/plain): - `data` (object) - `data.claimFlex_Key` (integer, required) - `data.adjudicate_Action` (string,null) - `data.amount` (number,null) - `data.auto_Created` (boolean, required) - `data.auto_Created_Claim_Number` (integer,null) - `data.auto_Created_Date` (string,null) - `data.batch_Number` (integer, required) - `data.calendar_Year` (string, required) - `data.diagnostic_Code1` (string,null) - `data.diagnostic_Code2` (string,null) - `data.diagnostic_Code3` (string,null) - `data.diagnostic_Code4` (string,null) - `data.diagnostic_Code_Type` (string, required) - `data.effective_Date` (string, required) - `data.entry_Date` (string) - `data.entry_User` (string,null) - `data.ex_Code` (string,null) - `data.flex_Claim_Number` (string, required) - `data.flex_Claim_Status` (string,null) - `data.group_ID` (string, required) - `data.member_Birth_Date` (string,null) - `data.member_First_Name` (string,null) - `data.member_Last_Name` (string,null) - `data.plan_ID` (string, required) - `data.provider_Federal_ID` (string,null) - `data.provider_ID` (string,null) - `data.provider_Name` (string,null) - `data.received_Date` (string,null) - `data.send_Check_To` (string,null) - `data.service_Date` (string,null) - `data.service_Thru` (string,null) - `data.subscriber_ID` (string, required) - `data.update_Date` (string) - `data.update_User` (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