Hi all, is it possible to call a Netsuite URL via ...
# integrations
k
Hi all, is it possible to call a Netsuite URL via postman. The URL in question can only be accessed via the UI as i cannot find the data in the database or any webservice object (!). https://xxxxxx.app.netsuite.com/app/accounting/otherlists/quantitypricingschedule.nl?vendor=?&id=?&xml=t Would a restlet help here - If not, how can i retrieve the data from the above URL via another method?
b
restlet probably wont work
quantity pricing schedules are not in the supported record lists of SuiteCloud Supported Records
the url you list is only available if you have a valid JSESSSIONID cookie obtained by logging into NetSuite
k
Thanks @battk - Do you have any experience in getting the response from the URL using JSESSIONID?
b
not really, i dont do web scraping
k
surpringly using rest we can use suiteQL and query the quantitypricingschedule 'table' but this is not available on odbc.
m
Did you try the netsuite2 data source for odbc?
k
we went with using suiteql as the solution