Skip to main content

Update License

Updates information of a existing license.

Basic Parameters

ParameterDescription
Category IDID of the category the license should belong to.
IDID (not name) of the license to update.
NameName of license being created.
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 updated successfully.",
"payload": {
"id": 11,
"name": "new name",
"serial": "myserial",
"purchase_date": null,
"purchase_cost": "100.00",
"order_number": null,
"seats": 15,
"notes": "new notes",
"user_id": null,
"depreciation_id": null,
"created_at": "2023-01-21T16:05:58.000000Z",
"updated_at": "2023-01-21T16:05:59.000000Z",
"deleted_at": null,
"license_name": null,
"license_email": "newlicense@blinkops.com",
"depreciate": null,
"supplier_id": null,
"expiration_date": null,
"purchase_order": null,
"termination_date": null,
"maintained": null,
"reassignable": 1,
"company_id": null,
"manufacturer_id": null,
"category_id": 1,
"license_seats_relation": [
{
"license_id": 11,
"count": 10
}
]
}
}

Workflow Library Example

Update License with Snipe It and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop