10.07.2015 Views

SuiteTalk (Web Services) Platform Guide - NetSuite

SuiteTalk (Web Services) Platform Guide - NetSuite

SuiteTalk (Web Services) Platform Guide - NetSuite

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>Web</strong> <strong>Services</strong> Operationssearch228Perform a search that includes a saved search ID.C#// Create a service<strong>NetSuite</strong>Service nss = new <strong>NetSuite</strong>Service();// Perform the search. Note that you can get the saved search ID using// either getSavedSearch() or through the UITransactionSearchAdvanced tsa1 = new TransactionSearchAdvanced();tsa1.savedSearchId="57"; //substitute your own saved search internal IDnss.search(tsa1);SOAP RequestSOAP Response// The default is to return search rows12481.9false1022005-02-10T00:00:00.000-08:00102<strong>SuiteTalk</strong> <strong>Platform</strong> <strong>Guide</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!