Configuration API 2024.10 release notes

The 2024.10 release notes introduce APIs to retrieve and manage Company Registrations.

New features

You can find details for each API end point, including Swagger on the Developer Portal.
GET registrations (1203694)
A web service that retrieves the company's VAT registrations for various countries. Additional filters narrow down the search results.
POST registrations (1203684)
A web service that creates VAT registrations for a company in any country where they conduct business.
note
The ability to update an existing registration record will be included in a future release.
DELETE registrations (1203686)
A web service that deletes registrations. The Company External ID and Authority Name must be included in the path variable. Use these path variables and additional query parameters like Registration Number and Start Date to identify and delete a specific registration record for an authority.
DELETE establishments (1090220)
A web service that deletes establishments along with all dependent level establishments. The Company External ID and Country Code must be included in the path variable for this request, as it is specific to the Company and Country. Use these path variables and additional query parameters to identify and delete specific establishments by regions, Authority Types, or jurisdictional authorities.

Related content