accelo_update_object_budget_material
Update an existing material line item on an object budget by material ID, changing title, quantity, unit cost, billable status, or returned fields.
Instructions
Update an existing material line item on an object budget.
Args: material_id: ID of the material to update (required) title: New material title/description quantity: New quantity unit_cost: New cost per unit billable: "yes" or "no" — whether this material is billable fields: Additional fields to return on the updated material
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| fields | No | ||
| billable | No | ||
| quantity | No | ||
| unit_cost | No | ||
| material_id | Yes |