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.
REST WS: How to resolve error: INVALID_CONTENT on Customer Partners?
Hello,
We have an issue with a rest request that pertains to the partner, and are receiving an error, is there any insight on why this might be happening? Thanks.
Request without the partners field:
POST https://account_id.suitetalk.api.netsuite.com/services/rest/record/v1/customer
Content-Type: application/json
{
"companyName": "Floyd's Test",
"custentity_dd_special_customer_id": "NS5551212",
"email": "jfloyd@netsuite.com",
"phone": "5551212",
"terms": { "id": "2", "refName": "Net 30" }
}
response:
{
"type": "https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1",
"title": "Bad Request",
"status": 400,
"o:errorDetails": [
{
"detail": "Error while accessing a resource. You must enter at least one line for sublist: Partners.",