post-crm-v3-objects-line_items-batch-update_update
Update a batch of line items by internal ID or unique property value with given property changes.
Instructions
Update a batch of line items 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 |