post-crm-v3-objects-invoices-batch-update_update
Update invoices in batch by internal ID or unique property value, setting specified properties for each record in one API call.
Instructions
Update a batch of invoices 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 |