SuiteTalk Web Services Integration
NetSuite 2025.2 includes the following enhancements to web services features:
New REST GovernanceLimits Operation
With the new REST governanceLimits operation, you can check the available concurrency limit for a specific integration. The information returned by this operation includes the account concurrency limit, the unallocated concurrency limit, and the limit type (integrationSpecific, accountLimit, or internal). This operation helps you avoid exceeding the number of available threads that send requests to NetSuite. This operation returns results only if you're logged in as an administrator. Learn more about the GovernanceLimits Operation.
New REST ServerTime Operation
With the new REST serverTime operation, you can check the NetSuite server time in UTC, regardless of your user time zone. With this operation, when you write synchronization procedures, you don't have to rely on client time, which may not be synchronized with the NetSuite server time. Any user can call this operation. Learn more about the ServerTime Operation.
REST Web Services Supported Records in 2025.2
In 2025.2, the following records became fully supported in REST web services.
Record Type |
Notes |
---|---|
For working with this record, you must enable the SaaS Metrics feature. |
|
Budget categories are available only when the Multiple Budgets feature is enabled. Multiple Budgets are on the Enable Features page at Setup > Company > Setup Tasks > Enable Features (Administrator). |
|
Before you work with gift certificates, you must enable the Gift Certificates feature. |
|
For working with this record, you must enable the Job Management feature. |
|
For working with this record, you must enable the SaaS Metrics feature. |
|
For working with this record, you must enable the Payroll feature. |
|
The Period End Journal Entry feature is only available in NetSuite OneWorld accounts. You must enable the Accounting Periods feature to enable this feature. |
For a list of every supported record, see REST Web Services Supported Records.
You can also see the list of supported records in the REST API browser. For more information about working with the browser, see The REST API Browser.
SOAP Web Services Version 2025.2
SOAP web services version 2025.2 is not yet available.
When SOAP web services version 2025.2 becomes available, version 2018.2 will be retired.
For information about the supported generally available versions, see Support for Existing WSDL Versions.
Araxis Merge Diff File for the 2025.2 Endpoint
The Araxis Merge diff file highlights the schema changes between the 2025.1 and 2025.2 endpoints. The Araxis Merge diff file is not yet available, but this section provides details about the types of information it will include.
About the Araxis Merge Diff File
NetSuite publishes an Araxis Merge diff file for every new endpoint. Depending on the scope of the release, changes described in the Araxis Merge diff file may include:
-
New record types
-
Elements (fields) that have been added, removed, or changed
-
New sublists (lists)
-
New joins
-
New search filters and search return columns
-
New platform operations
Using the Araxis Merge Diff File
The screenshots in this section are for illustrative purposes only. They do not reflect changes related to any specific endpoint.
The Araxis Merge diff file is generated using Araxis Merge. When you click the Araxis Merge diff file link (when it is available), a page appears that offers an overview of all schema changes.
The following screenshot shows how this summary page looks. In this example, the highlighted rows indicate that an XSD has been modified. The integers at the center indicate the number of changed lines in the file. To see the exact differences, click the report link in the column on the right or click the name of the file in either column.

When you click any of these links, the Araxis Merge diff file shows a page with two columns. The previous version of the file is displayed on the left and the new version is displayed on the right. Changed elements are highlighted.
For example, the following screenshot shows an excerpt from the report on platform.commonTypes.xsd. Notice the addition of two values to the PermissionCode
enumeration: _accessPaymentAuditLog
and _advancedPDFHTMLTemplates
.

The Araxis Merge diff file also shows changes to data types. The following screenshot is a snapshot of transactions.sales.xsd. Notice that the chargeType
element changed from an enumeration to a RecordRef.

2025.2 SOAP Schema Browser
The 2025.2 SOAP Schema Browser is not yet available.