Skip to main content

Request

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_nyugta_create.

<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_nyugta_create"><br>
<input type="submit" name="generate" value="Create receipt">
</form>
</body>
</html>

You can also try out the same HTML code here:

XML file