Join Slack
Powered by
"https://<Product>.<suitetalk.api.netsuite.c...
# general
s
sangyong
01/10/2024, 3:45 AM
"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
Shai Coleman
01/10/2024, 10:15 AM
Here is documentation about how to filter:
https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_1545222128.html#Record-Collection-Filtering
And the list endpoint:
https://system.netsuite.com/help/helpcenter/en_US/APIs/REST_API_Browser/record/v1/2023.2/index.html#tag-cashSale
I haven't tried it, and would usually use SuiteQL queries instead:
https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_157909186990.html#Executing-SuiteQL-Queries-Through-REST-Web-Services
s
sangyong
01/10/2024, 11:28 PM
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..
Open in Slack
Previous
Next