Skip to main content

Create License

Create a new license.

Basic Parameters

ParameterDescription
Category IDID of the category the license should belong to.
NameName of the new license.
SeatsNumber of license seats owned.

Advanced Parameters

ParameterDescription
Expiration DateDate of license expiration.
Extra FieldsAny 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 EmailEmail address associated with license.
NotesLicense 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

Workflow LibraryPreview this Workflow on desktop