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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
getList fails to return any items or a status
I am trying to use the getList operation to get a list of invoices by internalId. The xml I am sending is:
<?xml version="1.0" encoding="utf-8" ?>
<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<n1:getList xmlns:n1="urn:messages_2_5.platform.webservices.netsuite.com"
xsi:type="n1:GetListRequest">
<n1:baseRef xmlns:n2="urn:core_2_5.platform.webservices.netsuite.com"
type="invoice"
xsi:type="n2:NetsuiteElements::RecordRef"
internalId="70975">
</n1:baseRef>
</n1:getList>
0