XML example
In the XML file, the order of the fields is fixed, they cannot be interchanged.
<?xml version="1.0" encoding="UTF-8"?>
<xmlnyugtaget xmlns="http://www.szamlazz.hu/xmlnyugtaget" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.szamlazz.hu/xmlnyugtaget http://www.szamlazz.hu/docs/xsds/nyugtaget/xmlnyugtaget.xsd">
<beallitasok>
<szamlaagentkulcs>Please fill!</szamlaagentkulcs>
<pdfLetoltes>false</pdfLetoltes> <!-- REQ string --> <!-- download PDF receipt -->
</beallitasok>
<fejlec>
<nyugtaszam>NYGT-2020-1</nyugtaszam> <!-- REQ string --> <!-- ID of the receip, which should be downloaded -->
<!-- in case of custom PDF template, the identifier of the used template -->
<!--
<pdfSablon></pdfSablon>
-->
</fejlec>
</xmlnyugtaget>