# Update VBAInterfaceProfileIDCodeValue Updates a specific VBAInterfaceProfileIDCodeValue. Endpoint: PUT /vba-interface-profile-idcodevalue/{VBAInterfaceProfileIDCodeValue_Key} Version: v1 Security: apiKeyAuth, bearerAuth ## Header parameters: - `vbasoftware-database` (string, required) Target database ## Path parameters: - `VBAInterfaceProfileIDCodeValue_Key` (integer, required) VBAInterfaceProfileIDCodeValue Key ## Request fields (application/json): - `vbaInterfaceProfileIDCodeValue_Key` (integer, required) Note: This field is marked as NOT NULL in the database and therefore required by the API. - `iD_Code` (string, required) - `iD_Code_Data` (string,null) - `iD_Code_Data_Date` (string,null) - `iD_Code_Data_Decimal` (number,null) - `iD_Code_Data_Number` (integer,null) - `iD_Code_Data_Option` (boolean,null) Note: The database will apply a default value of False for this field if a value is not provided. - `key_Column1` (string,null) - `key_Column2` (string,null) - `key_Column3` (string,null) - `key_Column4` (string,null) - `key_Column5` (string,null) - `key_DataType1` (string,null) - `key_DataType2` (string,null) - `key_DataType3` (string,null) - `key_DataType4` (string,null) - `key_DataType5` (string,null) - `key_Value1` (string,null) - `key_Value2` (string,null) - `key_Value3` (string,null) - `key_Value4` (string,null) - `key_Value5` (string,null) - `profile_Key` (integer, required) Note: This field is marked as NOT NULL in the database and therefore required by the API. - `type` (string, required) - `vbaInterface_Key` (integer, required) Note: This field is marked as NOT NULL in the database and therefore required by the API. ## Response 200 fields (text/plain): - `data` (object) - `data.vbaInterfaceProfileIDCodeValue_Key` (integer, required) Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.iD_Code` (string, required) - `data.iD_Code_Data` (string,null) - `data.iD_Code_Data_Date` (string,null) - `data.iD_Code_Data_Decimal` (number,null) - `data.iD_Code_Data_Number` (integer,null) - `data.iD_Code_Data_Option` (boolean,null) Note: The database will apply a default value of False for this field if a value is not provided. - `data.key_Column1` (string,null) - `data.key_Column2` (string,null) - `data.key_Column3` (string,null) - `data.key_Column4` (string,null) - `data.key_Column5` (string,null) - `data.key_DataType1` (string,null) - `data.key_DataType2` (string,null) - `data.key_DataType3` (string,null) - `data.key_DataType4` (string,null) - `data.key_DataType5` (string,null) - `data.key_Value1` (string,null) - `data.key_Value2` (string,null) - `data.key_Value3` (string,null) - `data.key_Value4` (string,null) - `data.key_Value5` (string,null) - `data.profile_Key` (integer, required) Note: This field is marked as NOT NULL in the database and therefore required by the API. - `data.type` (string, required) - `data.vbaInterface_Key` (integer, required) 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