Hi,
I’m tryiung to do a GET request from:
acumatica/entity/Default/18.200.001/invoice?$filter=CreatedDateTime gt datetimeoffset'2021-09-10T00:00:00.000-00:00' and Status eq 'Open'
That returns the open invoices starting one date.
Now I want to add a Balance component but I cannot make it works, I tried:
CreatedDateTime gt datetimeoffset'2021-09-10T00:00:00.000-00:00' and balance gt 0
ALSO
CreatedDateTime gt datetimeoffset'2021-09-10T00:00:00.000-00:00' and balance=0
With no success, I’m pretty sure it is a simple thing, but I cannot find it
How can I do it?
Thanks,
Ignacio