Create material
projects_create_materialAdd a material line to a project. total_cost is what the material COSTS the firm and counts against the project's material budget immediately. markup_percentage and is_billable decide what the client is charged on top; a non-billable line still consumes budget but earns nothing. Amounts are in the workspace currency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| unit | Yes | ||
| category | Yes | ||
| quantity | No | ||
| supplier | Yes | ||
| unit_cost | No | ||
| project_id | Yes | ||
| total_cost | No | ||
| is_billable | No | ||
| markup_percentage | No |