Basic Information

appmixer.harvest.invoice.FindInvoices

1.0.0

Public

Find invoices in Harvest based on client, state, or date range. This component will return a maximum of 2000 records.

Input Ports

in

FieldTypeDescription
Client ID text Filter by client ID.
Project ID text Filter by project ID.
State select Filter by invoice state.
From Date date-time Only return invoices with an issue_date on or after this date. Format: YYYY-MM-DD.
To Date date-time Only return invoices with an issue_date on or before this date. Format: YYYY-MM-DD.
Updated Since date-time Only return invoices updated since this datetime (ISO 8601).
Output Type select Choose whether you want to receive the result set as one complete list, or first item only or one item at a time or stream the items to a file.

Output Ports

out

notFound

FieldTypeDescription
No fields defined for this port

Full Metadata