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!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Error Creating Credit Memo
Whenever we attempt to create a Credit Memo via Webservcies Sandbox, we receive the following error: "An unexpected error occurred. Error ID: fflq6a03c6ztrnq8kukh"
Any suggestions? The internal ID's in the request are valid.
WSDL: https://webservices.sandbox.netsuite.com/wsdl/v2_5_0/netsuite.wsdl
SOAP Request:
<soap:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <add xmlns="urn:messages_2_5.platform.webservices.netsuite.com"> <record externalId="1018788" xsi:type="q1:CreditMemo" xmlns:q1="urn:customers_2_5.transactions.webservices.netsuite.com"> <q1:customForm internalId="94"/> <q1:entity type="customer" internalId="31199"/> <q1:tranId>1018788</q1:tranId> <q1:class internalId="3"/> <q1:salesRep internalId="23108"/> <q1:isTaxable>false</q1:isTaxable> <q1:itemList> <q1:item> <q1:item internalId="80"/> <q1:quantity>1</q1:quantity> <q1:description>CREDIT</q1:description> <q1:amount>4.5</q1:amount> </q1:item> </q1:itemList> </record> </add> </soap:Body> </soap:Envelope>
0