| Docs Help
  AppSource  
Docs  /  NCVV VAT Registration No. Validation  /  Appendix

Data Structure


2024/01/16 • 2 min. to read
When validating the VAT registration number of your customers/vendors/contacts, their name and several address lines are reported back. These help you to validate and update your master data of your customers/vendors/contacts. The structure of the reported data can be different per queried country. For this reason, in NCVV VAT Registration No. Validation, the possibility has been implemented to map address lines from FinanzOnline (FON) to fields in Business Central by using Address Formats.

Address Format Structure

Here, you can see the structure of an Address Format:

FinanzOnline (FON) Structure

In the following section you will find information about the data structure of a response from FinanzOnline. The XML Document of the response body object:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <soapenv:Header/>
   <soapenv:Body>
      <ns5:uidAbfrageServiceResponse xmlns:ns5="https://finanzonline.bmf.gv.at/fon/ws/uidAbfrage">
         <ns5:rc>0</ns5:rc>
         <ns5:name>NAVAX Consulting GmbH</ns5:name>
         <ns5:adrz1>Technologiestraße 8/EUROPLAZA</ns5:adrz1>
         <ns5:adrz2>AT-1120 Wien</ns5:adrz2>
         <ns5:adrz3/>
         <ns5:adrz4/>
         <ns5:adrz5/>
         <ns5:adrz6/>
      </ns5:uidAbfrageServiceResponse>
   </soapenv:Body>
</soapenv:Envelope>

See also




Submit feedback for
DE|EN Imprint
<>