post-crm-v3-objects-invoices-batch-read_read
Retrieve multiple invoices by internal ID or unique property values. Provide object IDs and properties in the request body to fetch specific data.
Instructions
Read a batch of invoices by internal ID, or unique property values. REQUIRES body parameter with object IDs and properties to retrieve. Example: {body: {inputs: [{"id": "123"}, {"id": "456"}], properties: ["firstname", "lastname", "email"], propertiesWithHistory: []}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputs | Yes | Array of items | |
| archived | No | Whether to return only results that have been archived. | |
| idProperty | No | When using a custom unique value property to retrieve records, the name of the property. Do not include this parameter if retrieving by record ID. | |
| properties | Yes | Key-value pairs for setting properties for the new object. | |
| propertiesWithHistory | Yes | Key-value pairs for setting properties for the new object and their histories. |