accelo_create_object_budget_material
Add a material line item to an Accelo object budget, defining its title, quantity, unit cost, and billable status.
Instructions
Create a new material line item on an object budget.
Args: budget_id: ID of the object budget to add the material to (required) title: Material title/description (required) quantity: Quantity of the material (required) unit_cost: Cost per unit (required) billable: "yes" or "no" — whether this material is billable fields: Additional fields to return on the created material
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| fields | No | ||
| billable | No | ||
| quantity | Yes | ||
| budget_id | Yes | ||
| unit_cost | Yes |