4 years ago
Modified After - Customers
Hi Everyone,
I have been able to connect to MYOB and getting data from there using following link
{{company_file_uri}}/{{company_file_id}}/Contact/Customer?$LastModified>'2021-07-22T0:0:0.0'
But the problem I am facing s that I want my script to get customers that have been modified after certain date, but LastModified has no impact.
If i add $top and $skip that works with the link, but when I add this LastModified item it does not do anything, I still get all the results from the resource. I must be doing something wrong and I am unable to find anything over the internet.