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
Author: Sophia Yougin
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
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