Recently we have integrated with SangamCRM to fetch product information and use it for our internal purposes. There is a CRON scheduler which runs on a daily basis and pull products data from SangamCRM for the products created on previous day. below is the body parameter
Now the requirement is I need products that are created/updated on the previous day. Can you let me know what is to be changed in “query” part
I tried something like this and it is throwing error
“query”: "DATE(product_masters.created_at) >= ‘2025-01-28’ or DATE(product_masters.updated_at) >= ‘2025-01-28’ "
We appreciate your work, sir.
Currently, some corrections are required, please use empty string quotes (“”)instead of null.
Secondly, you can use the provided query in your request to get your requirements.