hcp_add_job_line_item
Add line items to jobs by specifying name, quantity, and price in cents. Streamline job updates and ensure accurate pricing directly through AI-driven workflows.
Instructions
Add a line item to a job. Price is in CENTS (e.g., 1500 = $15.00). Response prices converted from cents to dollars.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| unit | No | ||
| price | Yes | ||
| job_id | Yes | ||
| quantity | Yes | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| error | No | ||
| success | Yes | ||
| metadata | Yes |