Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
RESTlet Http calls fails with 500 UNEXPECTED_ERROR
Greetings everyone!
I have a problem that seems to have started since Version 2018 Release 2.
We perform two rest calls. The first is a GET on...
https://rest.netsuite.com/rest/roles
...where we get the POST Customer endpoint
"restDomain": "https://9876543-sb1.restlets.api.netsuite.com"
where "9876543" is our account id.
Then we use that restDomain endpoint to perform a Post api call to insert a new customer. The raw body call is like
{
"recordtype": "customer",
"subsidiary": "1",
"parent": null,
"title": "-",
"url": null,
"companyname": "My Company",
"entityId": "Customer Name",
"phone": "2345123456",
"fax": "",
"startDate": null,
"email": "customer@test.gr",
"category": "1",
"currency": "1",
"addresses": [
{
"addressBook": {