Can you please list out the methods that were not selected (don't have access to the API documentation).
Thanks Shevan On Wed, May 28, 2014 at 6:38 PM, Rasika Hettige <[email protected]> wrote: > *Introduction* > > SuiteTalk exposes NetSuite as a data source for programmatic access, hence > most of the data operations developers expect, such as insert, update, > delete, and select/search are supported. There are also a number of > operations that are available as supporting operations for data read/write > operations. > > *API (SOAP)* > https://system.na1.netsuite.com/app/help/helpcenter.nl?topic=CARD_-29 > > *Netsuite Connector Summary* > • Connector Name: netsuiteconnector-1.0.0 > • Version: 1.0.0 > • Technology: SOAP > > *Authentication* > > Use Request Level Credentials which are sent in SOAP header while > maintaining https proxy. > > *Methods* > > *addList *- Use to add one or more records into the system. The system > returns a NetSuite identifier (internalId) that is unique for each record > created within a record type. > *attach *- Use to attach another record or file to/from another record > *detach *- Use to detach another record or file to/from another record > *deleteList *- Use to delete one or more records in the system. The records > to be deleted are identified by either the internal or external ID and the > record type. > *getList *- Use to query the system for one or more records. You must > provide either the internal or external ID and the record type for each > query item. > *getAll *- Use to return a list of records that do not have a search > interface. > *getBudgetExchangeRate*- Use to get and filter all data related to the > Budget Exchange Rates table. > *getCurrencyRate *- Use to get currency exchange rates from the Currency > Exchange Rate table. > *getConsolidatedExchangeRate* - Use to get and filter all data related to > the Consolidated Exchange Rates table. > *getItemAvailability *- Use to retrieve the inventory availability for a > given list of items. > *getPostingTransactionSummary *- Use to retrieve a summary of the actual > data in an account. > *searchMoreWithId *- Used to retrieve more records after an initial search > operation is invoked. > *updateList *- Use to update one or more existing records in the system by > providing new values for the fields to be updated for each record. The > records to be updated are identified by either the internal or external ID > and the record type. > *getDataCenterUrls *- Use for dynamic discovery of data-center-specific > URLs > for partner applications' access to NetSuite. > > Thanks & Regards > Rasika > > > > -- > View this message in context: > http://wso2-oxygen-tank.10903.n7.nabble.com/Connector-NetSuite-tp97380.html > Sent from the WSO2 Architecture mailing list archive at Nabble.com. > _______________________________________________ > Architecture mailing list > [email protected] > https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture > -- Shevan Goonetilleke Director of Engineering WSO2, Inc. lean.enterprise.middleware m: +94777340680 w: http://wso2.com
_______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
