Language: Deutsch · English
Data sheet and documentation entry point for the VAT ID check Nuclet (checking VAT IDs via the German Federal Central Tax Office web service).
CONCEPT INTEGRATORS UPDATED: JUL 2026 APPLIES TO NUCLOS 4.2026.X
On this page
Machine-translated – under review
This page was machine-translated from German as a first draft and is currently under review. The authoritative source remains the German original (see the language switch above).
Version | Date | Notes | Compatibility |
|---|---|---|---|
| 1.0.0 | 20.01.2023 | First published version | from Nuclos 4.2022.25.1 |
For shipments of goods to commercial customers abroad, a check of the VAT ID is necessary. The German Federal Central Tax Office provides a web service for this: https://www.bzst.de/DE/Unternehmen/Identifikationsnummern/Umsatzsteuer-Identifikationsnummer/AuslaendischeUSt-IdNr/auslaendische_ust_idnr_node.html
This check must be carried out when confirming an order and when loading a delivery note.
Topic | Description |
|---|---|
| USt-ID-Protokoll | The BO System > USt-ID-Protokoll logs all checks generated by the Nuclet |
| Protokolle USt-ID-Prüfung | Via the dynamic BO Protokolle USt-ID-Prüfung the check logs can be made visible for each BO via a generic reference ID (e.g. in the order, delivery note, customer, etc.) |
| Use in rules | The class PruefungUStIDUtils provides several methods for this |
Class PruefungUStIDUtils | |
|---|---|
static UStIDProtokoll execute(PruefungUStIDObjekt pruefungsObjekt) | Performs a request with the properties specified in pruefungsObjekt . |
| Example GLS shipping order (JSON) | |
PruefungUStIDObjekt pruefungsObjekt = new PruefungUStIDObjekt(); UStIDProtokoll protokoll = PruefungUStIDUtils.getTestResult(pruefungsObjekt); if (protokoll != null && !protokoll.getErfolg()) { | |
The integration after a successful Nuclet import (see Nuclet import) is to be carried out as follows.
Step | Description | Screenshot |
|---|---|---|
| 1 | Run the jobs once Initialisiere Nuclet REST-Client-Utils and Initialisiere Nuclet PruefungUStID (under Administration > Job control) |