Update Hardware
Partially updates a specific asset.
note
To update the values of custom fields, use the DB Field Name value in your Settings > Custom Fields for the field you want to update.
Use the name of the custom field in the Fields
input of the action.
If you don't see that column, be sure to use the column selector to un-hide it
Basic Parameters
Parameter | Description |
---|---|
Hardware ID | The ID of the asset to update. |
Model ID | Valid model ID. Obtained via the "List Models" action. |
Name | Asset name. |
Status ID | Valid status ID. Obtained via the "List Statuses" action. |
Advanced Parameters
Parameter | Description |
---|---|
Fields | The list of parameters to add to the object.For a full list, view the Snipe-IT documentation underthe BODY PARAMS section. |
Example Output
{
"status": "success",
"messages": "Asset updated successfully.",
"payload": {
"id": 1,
"name": "name",
"asset_tag": "LKL-IT-03-1325125",
"model_id": 1,
"serial": null,
"purchase_date": null,
"purchase_cost": null,
"order_number": null,
"assigned_to": null,
"notes": "I am a note!",
"image": null,
"user_id": 1,
"created_at": "2023-02-23T14:43:48.000000Z",
"updated_at": "2023-02-23T14:43:51.000000Z",
"physical": 1,
"deleted_at": null,
"status_id": 1,
"archived": 0,
"warranty_months": null,
"depreciate": 0,
"supplier_id": null,
"requestable": 0,
"rtd_location_id": null,
"accepted": null,
"last_checkout": null,
"expected_checkin": null,
"company_id": null,
"assigned_type": null,
"last_audit_date": null,
"next_audit_date": null,
"location_id": null,
"checkin_counter": 0,
"checkout_counter": 0,
"requests_counter": 0,
"byod": false
}
}
Workflow Library Example
Update Hardware with Snipe It and Send Results Via Email
Preview this Workflow on desktop