Create LicenseAsk AIpost https://app.bluetallyapp.com/api/v1/licensesCreate a license.Query Paramstenant_idint32The ID of the tenant the API request is for (for users with multi-tenancy enabled)namestringrequiredThe name of the license.licensed_to_namestringThe name of the licensed.licensed_to_emailstringThe email of the licensed.order_numberstringThe order number of the license.purchase_datestringThe purchase date of the license. Format: YYYY-MM-DDunit_costfloatThe unit cost of the license.currencystringThe currency of the purchase price. Only needed if it's different from the default account currency. Accepts all ISO 4217 three-letter country codes.expiration_datestringThe expiration date of the license.. Format: YYYY-MM-DDtermination_datestringThe termination date of the license. Format: YYYY-MM-DDnumber_of_seatsint32The number of seats.minimum_seatsint32The minimum number of seats.category_idint32requiredThe ID of the category.manufacturer_idint32The ID of the manufacturer.supplier_idint32The ID of the supplier.depreciation_idint32The ID of the depreciation.department_idint32The ID of the department.location_idint32The ID of the location.logostringThe external URL to logo.notesstringThe notes.custom_fieldsstringFormat: [{"name": "custom_field_name", "value": "custom_field_value"}, ....]Response 200200Updated 10 months ago