post-crm-v3-objects-quotes-batch-update_update
Update multiple HubSpot quotes in a single batch request using their IDs or unique property values, applying new property values to each.
Instructions
Update a batch of quotes by internal ID, or unique property values. REQUIRES body parameter with objects to update. Example: {body: {inputs: [{"id": "123", "properties": {"firstname": "John Updated"}}]}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputs | Yes | Array of items |