Discussions
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?