Bulk Update Estimate Option Line Items
bulk_update_estimate_option_line_itemsBulk-update all line items for one estimate option in Housecall Pro with a JSON request body.
Instructions
Bulk-update the line items on one option of an estimate. Provide body matching Housecall Pro's bulk_update fields. Docs: https://docs.housecallpro.com/docs/housecall-public-api/b3e4391f7853f
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Raw JSON request body, matching the field names in Housecall Pro's docs for this exact endpoint (linked in this tool's description). This is passed straight through -- confirm field names against the docs before calling. | |
| option_id | Yes | Estimate option ID. | |
| estimate_id | Yes | Housecall Pro estimate ID. |