> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create License

Create a new license.

## Basic Parameters

<div className="integrations-table">
  | Parameter   | Description                                      |
  | ----------- | ------------------------------------------------ |
  | Category ID | ID of the category the license should belong to. |
  | Name        | Name of the new license.                         |
  | Seats       | Number of license seats owned.                   |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter       | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
  | Expiration Date | Date of license expiration.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  | Extra Fields    | Any additional fields to add to the license.<br /><br />Can be one of:<br /> - company\_id: id number of the company the license belongs to<br /> - license\_name: name of the contact person<br /> - serial: product key of the license<br /> - maintained: whether the license is being maintained (true/false)<br /> - manufacturer\_id: ID number of the manufacturer<br /> - order\_number: the order number of the license purchase<br /> - purchase\_cost: the cost of the license<br /> - purchase\_date: when the license was purchased<br /> - purchase\_order: the order number of the license<br /> - reassignable: whether the license is reassignable (true/false)<br /> - supplier\_id: the ID number of the license supplier<br /> - termination\_date: when the license will be terminated. |
  | License Email   | Email address associated with license.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  | Notes           | License Notes.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
</div>

## Example Output

```json theme={"dark"}
{
	"status": "<string>",
	"messages": "<string>",
	"payload": {
		"category_id": 0,
		"license_email": "<string>",
		"name": "<string>",
		"notes": "<string>",
		"purchase_cost": 28,
		"seats": "<string>",
		"updated_at": "2025-04-02T05:14:12.000000Z",
		"created_at": "2025-04-02T05:14:12.000000Z",
		"id": 14,
		"free_seat_count": 2,
		"license_seats_relation": [
			{
				"license_id": 9,
				"count": 3
			}
		],
		"assigned_count": []
	}
}
```

## Workflow Library Example

[Create License with Snipe It and Send Results Via Email](https://library.blinkops.com/workflows/create-license-with-snipe-it-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/create-license-with-snipe-it-and-send-results-via-email/canvas" />
</div>
