Chris
03/13/2025, 8:51 AMCeligo AI
03/13/2025, 8:51 AMAI generated answer (using internal Slack threads):In NetSuite, the location for handling RESTful API requests is typically through the SuiteTalk API. The URL for sending these requests is account-specific and can be found in your NetSuite account under Company Information. Here is a generic example of what the URL might look like:
<https://accountSpecificValue.suitetalk.api.netsuite.com/services/NetSuitePort_2019_1>
.
Please replace accountSpecificValue
with your specific account identifier.
Remember, you should not post to the generic port URL, which is <https://webservices.netsuite.com/services/NetSuitePort_2019_1>
. Instead, use your account-specific URL.
For authentication with NetSuite, you can choose token-based authentication if you are capable of generating OAuth 1.0 based authentication.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
03/13/2025, 8:51 AMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.828917563
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.816065848
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.808632612
Celigo AI
03/13/2025, 8:51 AM