This documentation is deprecated and only available for supporting old/legacy integrations using for example hashes.">This documentation is deprecated and only available for supporting old/legacy integrations using for example hashes.

New documentation can be found here: [DOCS:Home]">New documentation can be found here: [DOCS:Home]



Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

DeleteDeliveryInfo Request example

<form action="https://test1.maksuturva.fi/deleteDeliveryInfo.pmt">
    <input type="hidden" name="pkg_version"           value="0002">
    <input type="hidden" name="pkg_sellerid"          value="ABC123DE">
    <input type="hidden" name="pkg_id"                value="1998524_1">
    <input type="hidden" name="pkg_deliverymethodid"  value="ITELL">
    <input type="hidden" name="pkg_remdeliverymethod" value="JJFI12345612345234567">
    <input type="hidden" name="pkg_allsent"           value="N">
    <input type="hidden" name="pkg_forceupdate"       value="N">
    <input type="hidden" name="pkg_resptype"          value="XML">
<!--<input type="hidden" name="pkg_return"            value="">-->
    <input type="hidden" name="pkg_hashversion"       value="SHA-256">
    <input type="hidden" name="pkg_hash"              value="CA40867A33B5E6ACD525F89E398970A98C73F83AF9D02EAECCAFE2E2E92636E1">
    <input type="hidden" name="pkg_keygeneration"     value="1">
    <input type="submit" value="Delete delivery info">
</form>

DeleteDeliveryInfo Response example

OK Response:

<pmtq>
    <pkg_resultcode>00</pkg_resultcode>
    <pkg_version>0002</pkg_version>
    <pkg_hash>CFDDF22DD538FFECF6F784F5E10C88A3704ED597E700DE6A36979D868574B8C4</pkg_hash>
    <pkg_resulttext>OK</pkg_resulttext>
    <pkg_sellerid>ABC123DE</pkg_sellerid>
    <pkg_id>1998524_1</pkg_id>
</pmtq>

  • No labels