RE: SalesOrder suitetalk web services
Hi,
I am trying to extract all salesorders using suitetalk web services(rest api).
This:
GET ‘https://100000-sb1.suitetalk.api.netsuite.com/services/rest/record/v1/metadata-catalog/salesorder’
and this:
GET ‘https://100000-sb1.suitetalk.api.netsuite.com/services/rest/record/v1/salesOrder/’
and this
GET ‘https://100000-sb1.suitetalk.api.netsuite.com/services/rest/record/v1/salesOrder/98378’
all return status 200.
However when I try to use the query parameter and SquiteQL:
returns status 400 with the error message
Any help would be much appriciated
Finding Record Type and Field Names
SuiteQL does not use the same metadata as that used by the REST Webservice. Its more similar to a saved search where the sales order is a subtype of the transaction search type.