Configuration API 2025.03 release notes

The 2025.03 release notes introduce new features and enhancements to the API endpoints.

Release select

This release introduces several new features and enhancements to the API endpoints. These updates allow authenticated users to manage
Establishments
and
Registrations
, as well as
Customers
,
Certificates
, and
Certificate Forms
associated with the Certificate Manager application.

New features

The following topics describe features added with this release.
Details for each API end point, including Swagger, can be found in the Developer Portal.
Exemption certificate GET customers (1538959)
A web service that retrieves the list of customers from Determination.
Exemption certificate GET customer details (1538969)
A web service that retrieves customer details from Determination. This can be done by using the External Company ID and Customer Number to narrow down the data point being retrieved.
Exemption certificate POST customer (1553472)
A web service that can be used to create customers for a company using the basic exemption options and can be used subsequently for creating exemption certificates and other customer-specific configurations like operating licenses, licenses.
Exemption certificate PATCH customer (1553480)
A web service that can be used to update customers for a company and the updated customer can be used subsequently for certificates and other customer-specific configurations.
Exemption certificate DELETE customer (1553640)
A web service that can be used to delete customers from determination by using the External Company ID and customer number and ensures the removal of customer data and the child records referenced to deleted customers.
GET exempt reasons (1530382)
A web service that can retrieve exempt reasons for a company to enable users to review, update, and utilize exempt reasons for subsequent configurations of exempt certificates and exempted transactions.
POST exempt reasons (1530468)
A web service that can create exempt reasons for a company to enable users to use exempt reasons for subsequent configurations of exempt certificates and exempted transactions.
PATCH exempt reasons (1531215)
A web service that can update existing exempt reasons for a company to enable users to use correct exempt reasons for subsequent configurations of exempt certificates and exempted transactions.
DELETE exempt reasons (1531229)
A web service that can delete existing exempt reasons for a company to enable users to delete unwanted exempt reasons and ensure they are not used for exempt certificates and exempted transactions.
Exemption certificate GET certificates (1538978)
A web service that retrieves a list of exemption certificates from Determination.
GET operating license types (1480650)
A web service that can retrieve operating license types to enable users to review, update, and utilize operating license types for subsequent configurations of operating licenses.
POST operating license types (1567518)
Introducing a new feature for API users to create custom operating license types for authorized companies.
GET operating licenses (1476500)
A web service that can retrieve operating licenses to enable users to review, update, and utilize operating license information for subsequent configurations and motor fuel transactions.
CM data sync to determination (1546498)
The customer or certificate data created in Certificate Manager (CM) using the
POST CUSTOMERS & PATCH CUSTOMERS
web services, the data syncs to Determination immediately, letting the Determination tax engine utilize the data for tax calculation purposes.

Fixes

The following topics describe the fixes added with this release.
Security vulnerabilities (1570904)
Fixed the identified Snyk vulnerabilities in this release to enhance the security and stability.

Known issues

The following topics describe the known issues added with this release.
GET certificates sort by country or state
Sorting the GET certificates by country or state is not included in this release due to performance considerations.

Related content