I already know that i can do this :
GET /api/v1/tables/Invoice?filter=TimeCreated ge '2020-04-17T00:00-04:00' and TimeCreated lt '2020-04-18T00:00-04:0
But My quesition is it should be dynamic for eachday , i don't want to put st
atic Date everyday, I want automation so that i don't have put current date on filter section. I want to fetch each day data autometically from the SalesOrder
I don't want to put
'2020-04-17T00:00-04:00' like this date Manually each day , there must be some functions which autometically catch current date.