Update AssetAsk AIput https://app.bluetallyapp.com/api/v1/assets/{id}Update an asset.Path Paramsidint32requiredThe unique ID of the asset.Query Paramstenant_idint32The ID of the tenant the API request is for (for users with multi-tenancy enabled)asset_idstringThe ID of the asset.asset_namestringThe name of the asset.asset_serialstringThe serial of the asset.warranty_expiration_datestringThe warranty expiration date of the asset. Format: YYYY-MM-DDend_of_life_datestringThe end of life date of the asset. Only applies to assets using products that have their End of Life type set to 'Individual by Asset'. Format: YYYY-MM.DDorder_numberstringThe order number of the asset.purchase_datestringThe purchase date of the asset. Format: YYYY-MM-DDpurchase_costfloatThe purchase cost of the asset.currencystringThe currency of the purchase price. Only needed if it's different from the default account currency (or the location currency, if applicable). Accepts all ISO 4217 three-letter country codes.product_idint32The ID of the product.status_idint32The ID of the status.supplier_idint32The ID of the supplier.location_idint32The ID of the location.department_idint32The ID of the department.logostringThe external URL to logo.notesstringThe notes.custom_fieldsstringFormat: [{"name": "custom_field_name", "value": "custom_field_value"}, ....]Response 200200Updated 10 months ago