V2 - Changes on invoices index endpoints filter
February 13th, 2025 by Integrations Squad
We've made several adjustments to our invoice index endpoints related to the invoice_number filter for consistency and performance improvement:
- customer_invoices:
- Removed
lt,lteq,gt,gteqoperators
- Removed
- supplier_invoices:
- Removed
start_withoperator - Added
eq,not_eq,in,not_inoperators
- Removed
- draft_invoices:
- Removed
lt,lteq,gt,gteqoperators
- Removed
- credit_notes:
- Added
eq,not_eq,in,not_inoperators
- Added
