how do i pass a filter in a rest web services api ?
I need to get all invoices of the period Aug 2024. I referred the documentation but when tried it gave me wrong filter error.
Please let me know the right way to pass filter to the api .
m
Mike Robbins
09/09/2024, 3:06 PM
Copy code
/record/v1/invoice?q=postingperiod ANY_OF [305]
Where
305
is the id of the accounting period you're looking for.