"https://&lt;Product&gt;.<suitetalk.api.netsuite.c...
# general
s
"https://<Product>.suitetalk.api.netsuite.com/services/rest/record/v1/cashSale" Is it possible to get list of cashsales list selected date using this url? I am using postman. "https://<Product>.suitetalk.api.netsuite.com/services/rest/record/v1/cashSale/InternalID" is working, but I want to get list of Cash sales internalID selected date, so I use "https://<ProductID>.suitetalk.api.netsuite.com/services/rest/record/v1/cashSale?createdDate=2024-01-15 " is not working, please tell me which parameter I have to use?
s
https://<product>.suitetalk.api.netsuite.com/services/rest/record/v1/cashSale?q=tranDate EQUAL '4/9/2023' is not working please tell me. customer data is working but i dk..