Request
Querying the invoice XML
info
It is important to note that only the data of internal invoices (issued in Számlázz.hu) can be retrieved via this interface.
Data of post request
Here is a short HTML code example of the reverse invoice (storno) call for Számla Agent:
So the request must be multiform/form-data
type and must contain one file with the name action-szamla_agent_xml
.
<html>
<head><meta content="text/html; CHARSET=UTF-8"></head>
<body>
<form action="https://www.szamlazz.hu/szamla/" method="post" enctype="multipart/form-data">
<input type="file" name="action-szamla_agent_xml"><br>
<input type="submit" name="generate" value="Query invoice xml">
</form>
</body>
</html>
You can also try out the same HTML code here: