Create License
Create a new license.
Basic Parameters
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. |
Advanced Parameters
Parameter | Description |
---|---|
Expiration Date | Date of license expiration. |
Extra Fields | Any additional fields to add to the license. Can be one of: - company_id: id number of the company the license belongs to - license_name: name of the contact person - serial: product key of the license - maintained: whether the license is being maintained (true/false) - manufacturer_id: ID number of the manufacturer - order_number: the order number of the license purchase - purchase_cost: the cost of the license - purchase_date: when the license was purchased - purchase_order: the order number of the license - reassignable: whether the license is reassignable (true/false) - supplier_id: the ID number of the license supplier - termination_date: when the license will be terminated. |
License Email | Email address associated with license. |
Notes | License Notes. |
Example Output
{
"status": "success",
"messages": "License created successfully.",
"payload": {
"category_id": 1,
"expiration_date": "2023-01-20T00:00:00.000000Z",
"license_email": "test@blinkops.com",
"name": "test license",
"notes": "this is a note",
"seats": 55,
"serial": "serial-number",
"updated_at": "2023-01-20T09:14:10.000000Z",
"created_at": "2023-01-20T09:14:10.000000Z",
"id": 2
}
}
Workflow Library Example
Create License with Snipe It and Send Results Via Email
Preview this Workflow on desktop