Update ComponentAsk AIput https://app.bluetallyapp.com/api/v1/components/{id}Update a component.Path Paramsidint32requiredThe ID of the component.Query Paramstenant_idint32The ID of the tenant the API request is for (for users with multi-tenancy enabled)namestringThe name of the component.model_numberstringThe model number of the component.order_numberstringThe order number of the component.purchase_datestringThe purchase date. Format: YYYY-MM-DDunit_costfloatThe unit cost of the component.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.minimum_quantityint32The minimum quantity of the component.quantityint32The quantity of the component.category_idint32The ID of the category.manufacturer_idint32The ID of the manufacturer.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