API - Get PDF Packing Slip

Use a token to get a PDF-packing slip / PDF-pakbon ophalen


Resource:
/acumulus/stable/delivery/packing_slip_get_pdf.php
Since API:
Authentication:
None
Communication:
No XML-structure required, simply add the token field to the Location URI.


Example:
https://api.sielsystems.nl/acumulus/stable/delivery/packing_slip_get_pdf.php?token=01234567890abcdef01234567890abcd


Response

There is no XML-Structure in response when there are no errors to be reported. Upon success the packing slip PDF-file is served over https protocol.

However upon failure you can expect something like:

<?xml version="1.0" encoding="UTF-8"?>
    <response>
        <packingslip>
            <token></token>
        </packingslip>
    </response>

Including a warning and error segment embedded within the response section.