Ugrás a fő tartalomhoz

Kérés

A post-os kérés adatai

A kérés felépítése leginkább egy minta html kóddal érthető meg. A kérésnek multiform/form-data típusúnak kell lenni és az alábbi fájlt kelll tartalmazza action-xmlagentxmlfile.

<html>
<head><meta content="text/html; CHARSET=UTF-8"></head>
<body>
<form action="https://www.szamlazz.hu/szamla/" method="post" enctype="multipart/form-data">
XML file: <input type="file" name="action-xmlagentxmlfile">
E-mail attachments if applies:
attached file 1. <input type="file" name="attachfile1">
attached file 2. <input type="file" name="attachfile2">
attached file 3. <input type="file" name="attachfile3">
attached file 4. <input type="file" name="attachfile4">
attached file 5. <input type="file" name="attachfile5">
<input type="submit" name="generate" value="Számla létrehozás">
</form>
</body>
</html>

A fenti kódot itt ki is próbálhatod, küldd be a megszerkesztett XML-t:

XML file
Attached file 0.
Attached file 1.
Attached file 2.
Attached file 3.
Attached file 4.

Ha neked egyszerűbb a curl, mint egy gombra kattintani egy minta html-oldalon

curl -v -F action-xmlagentxmlfile=@agent.xml -c ./cookies.txt -o response.pdf https://www.szamlazz.hu/szamla/