Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Receiving Customer contacts via API
Hello Team,
I have a question about receiving Customer contacts from NetSuite.
We use the following request to receive contacts by Customer ID:
<company xmlns:ns13="urn:core_2020_1.platform.webservices.netsuite.com" operator="anyOf" xsi:type="ns13:SearchMultiSelectField">
<searchValue externalId="" internalId="40276348" type="customer" xsi:type="ns13:RecordRef">
<name xmlns:xsd="XML Schema " xsi:type="xsd:string" />
</searchValue>
</company>
But, NetSuite returns only contact for this Customer. But in NetSuite, the contact can be created for the company and can be attached for another company.
How to receive via API, companies for which the contact is attached?
0