InvoiceFilter
This page contains
Fields
| status String | Only return invoices with status |
| searchText String | Only return invoices matches with search text |
| transactionType String | Only return invoices matches with Transaction Type |
| invoiceDate [String!] | Only return invoices created between selected dates |
| companyId String | Only return invoices for the company |
| userId String | Only return invoices for the user |
| onlyOverdueInvoices Boolean | Only return overdue invoices |
| onlyDraftInvoices Boolean | Only return draft invoices |
| onlyPendingApprovalInvoices Boolean | Only return draft invoices |