Glossary
You should be familiar with the following terms before implementing SOAP web services integration technology.
-
Type – A type is an element defined in the XML Schema. See Types for more details.
-
Record Type – A NetSuite business record type, such as customer, event, or custom record, that has an entry form in the user interface. See Records in SOAP Web Services for more details.
-
Search Record Type – A type that encapsulates the available search criteria for a specific NetSuite business record type. See Records in SOAP Web Services for more details.
-
System – The NetSuite application.
-
Client – A company with a NetSuite account that is using SOAP web services.
-
Requester – The sender of a Web service request.
-
Write operations – A SOAP web services operation that changes data within a NetSuite account. These include add, addList, update, updateList, delete, and deleteList operations. See SOAP Web Services Operations SOAP Web Services Operations for information about each operation.
-
Read operations – A SOAP web services operation that retrieves data from a NetSuite account. These include get, getList, getAll, search, searchNext and searchMore operations. See SOAP Web Services Operations SOAP Web Services Operations for information about each operation.