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.
Is it possible to create a customer record with contact in REST API?
Hello, trying to create Customer record via postman, Customer record with address is created with no problems, but having difficulties around adding contact:
when using code below, Customer record is created but not contact:
error code: X-NetSuite-PropertyValidation: Unknown field name contactroles. The field does not exist on this record instance.
"contactroles": {
"items": [{
"Contact": {
"title": "CTO",
"subsidiary": { "id": "5" },
"entityId": "first last",
"email": "api@api.com.au",
"phone": "0400000000"
}}]
}
i tried using "contactlist", but also receive an error.
As far as i see Customer record API is no longer in Beta so maybe there is a solution ?
Thanks