SOAP Action – asyncDeleteList Scenario – Delete customer and employee records asynchronously in a single request. Request Response
Tag: soap
SOAP Operation – getAsyncResult
With asynchronous requests, your client application sends a request to SOAP web services, where it is placed in a processing queue and handled asynchronously with other requests. Your client application does not wait for a response but goes on to other work. After a job is submitted, a job Id is returned in the SOAP… Continue reading SOAP Operation – getAsyncResult
SOAP Operation – checkAsyncStatus
With asynchronous requests, your client application sends a request to SOAP web services, where it is placed in a processing queue and handled asynchronously with other requests. Your client application does not wait for a response but goes on to other work. After a job is submitted, a job Id is returned in the SOAP… Continue reading SOAP Operation – checkAsyncStatus
SOAP Asynchronous Operation – asyncAddList
SOAP Action: asyncAddList Scenario: Perform the creation of customer and employee records in a single request asynchronously Request Response
getCurrencyRate SOAP Operation
Use this operation to get the exchange rate between two currencies based on a certain date. The exchange rate values you are getting are those that appear in the Exchange Rate column of the Currency Exchange Rates table, which you can view at Lists > Accounting > Currency Exchange Rates. The role used to execute… Continue reading getCurrencyRate SOAP Operation
Change Email Soap Operation
Use the changeEmail operation to change a user’s email address. Request Response
Change Password SOAP Operation
Use the changePassword operation to change a user’s NetSuite password. Request Response
Detach Soap Operation
The attach and detach operations can be used to define or remove a relationship between two records. For example, a Contact record can be associated with a Partner record or an Opportunity record can be associated with a Customer record. You can also use the attach/detach operations to attach or detach a file to or… Continue reading Detach Soap Operation
Attach Soap Operation
The attach and detach operations can be used to define or remove a relationship between two records. For example, a Contact record can be associated with a Partner record or an Opportunity record can be associated with a Customer record. You can also use the attach/detach operations to attach or detach a file to or… Continue reading Attach Soap Operation
Soap operation – getServerTime
This operation takes no arguments and returns the NetSuite server time in GMT, regardless of a user’s time zone. Developers do not have to rely on client time when writing synchronization procedures because the client time may not be in sync with the NetSuite server time. If you choose, you can write client code that… Continue reading Soap operation – getServerTime