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> OperationsupsertList267C# (.NET)private void upsertCustomerList(){// This operation requires a valid sessionthis.login( true );// Prompt for list of externalIds and put in an array_out.write( "\nEnter externalIds for customer records to be updated (separated by commas): " );String reqKeys = _out.readLn();string [] nsKeys = reqKeys.Split( new Char[] {','} );// Create an array of Record objects to hold the customersRecord[] records = new Record[nsKeys.Length];// For each submitted nsKey, populate a customer objectfor ( int i=0; i

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

Saved successfully!

Ooh no, something went wrong!