Netsuite | AsyncAddList .NET webservice code sample

In asynchronous requests, your client application sends a request to the SuiteTalk Platform where it is placed in a processing queue and handled asynchronously with other requests.

This article requires existing knowledge of Web Services and .NET. In this example three customer will be added and the response of the request will be stored in a string value.

read more

Netsuite | PHP webservice Delete operation – code sample

As per the Suite Talk Web Services Platform Guide, The delete operation is used to delete an existing instance of a record in NetSuite. This example will guide developer how to perform a delete operation thru web service using PHPToolkit.

This article requires existing knowledge of Web Services and PHP. The example will delete a contact record.

read more

Netsuite | GetSelectValue PHP webservice code sample

The GetSelectValue operation is used to return the entire list of values or just a subset of values. This example will guide developer how to perform a GetSelectValue operation thru web service using PHPToolkit.

This article requires existing knowledge of Web Services and PHP. The example will get the values on the salesrep field of the opportunity record.

read more