# Create license WARNING: The generated curl command is incorrect, so please refer to the Masking API guide for instructions on how to upload files through the API Endpoint: POST /license Version: 5.1.43 Security: api_key ## Request fields (multipart/form-data): - `licenseFile` (string, required) The license file to be uploaded. The logical name of the license will be exactly the name of this uploaded file - `licenseType` (string, required) The type of the license file being uploaded Enum: "JDBC_DRIVER" - `jdbcDriverId` (integer, required) The ID number of the JDBC driver. ## Response 200 fields (application/json): - `licenseId` (integer) The ID number of the license. This field is auto-generated by the Masking Engine. Example: "3" - `licenseFileName` (string) The name of the license, as inferred from the uploaded file. Example: "license.bin" - `licenseType` (string) The type of file that this license describes. Enum: "JDBC_DRIVER" - `jdbcDriverId` (integer) The ID number of the JDBC driver. Example: "1" - `createdTime` (string) The time when the license was added. This field is auto-generated by the Masking Engine. Example: "2023-03-15T12:16:35.964Z" ## Response 400 fields ## Response 403 fields ## Response 404 fields ## Response 409 fields