Update License
Updates information of a existing license.
Basic Parameters
Parameter | Description |
---|---|
Category ID | ID of the category the license should belong to. |
ID | ID (not name) of the license to update. |
Name | Name of license being created. |
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:
|
License Email | Email address associated with license. |
Notes | License 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
Preview this Workflow on desktop