Fields
input of the action.If you don’t see that column, be sure to use the column selector to un-hide itParameter | 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. |
Parameter | Description |
---|---|
Fields | The list of parameters to add to the object. For a full list, view the Snipe-IT documentation under the BODY PARAMS section. |
{
"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
}
}
Was this page helpful?