You use the getDeleted operation to retrieve a list of deleted records. When you use this operation, you can filter by record type, by script ID, and by the date of record deletion. For each record that matches the filter criteria, the system returns the following data: The record’s type The record’s name The record’s… Continue reading SOAP Operation – getDeleted
Tag: soap
Soap Operation – getDataCenterUrls
You use the getDataCenterUrls operation to obtain the correct URL for external client access to NetSuite. getDataCenterURLs requests do not require authentication, nor any information identifying the application. The getDataCenterUrls operation ignores all authentication data if any such data is sent. SOAP web services versions 2019.1 and later are only available on account-specific domains. The… Continue reading Soap Operation – getDataCenterUrls
SOAP Operation – getAccountGovernanceInfo
The getAccountGovernanceInfo operation can be used to retrieve the account concurrency limit and the unallocated concurrency limit through SOAP web services. If an integration has insufficient concurrency limit allocated to it, it can use the getAccountGovernanceInfo operation. With the retrieved information the integration can determine whether there is sufficient unallocated concurrency limit for the account… Continue reading SOAP Operation – getAccountGovernanceInfo
SOAP Asynchronous Operation – asyncDeleteList
SOAP Action – asyncDeleteList Scenario – Delete customer and employee records asynchronously in a single request. Request Response
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