Schnittstelle:

startModule

Die Funktion startet den manuellen Abruf einer Gesellschaft (nicht für Module mit Hardware-Token/SMS-TAN).
(Script-Laufzeit bis zu 20 Minuten möglich.)

Request Beispiel

<?xml version="1.0" encoding="UTF-8"?>
<root>
    <APIData>
        <_Security_Token_>
            QIkezColDExypoACOQSDu1WyPQp1J4JLgLRoQOuM3n2cyg71Pl2WRd7av6IJ0HM <!-- Security_Token zur Authentifizierung -->
        </_Security_Token_>
        <action>startModule</action> <!-- Funktion die ausgeführt werden soll -->
    </APIData>
    <module>
        <code>neodigital</code> <!-- Kurzname der Gesellschaft (siehe Tabelle unten) -->
        <agencynumber/>
    </module>
</root>

Response Beispiel

<?xml version="1.0" encoding="UTF-8"?>
<root>
    <function>startModule</function>
    <status>success</status>
    <error_code>0</error_code>
    <module_log>
        <log_id>3436</log_id>
        <user_config_id>10</user_config_id>
        <log_date_init>2019-06-06 09:34:19</log_date_init>
        <log_date_end>2019-06-06 09:34:19</log_date_end>
        <log_token>
            bipro:H4sIAAAAA.....Qfwv0uxMGIQz8jfqN+G9/+hcl/9c/CfwfK
        </log_token>
        <log_listshipment>0</log_listshipment>
        <log_getshipment>0</log_getshipment>
        <log_ackshipment>0</log_ackshipment>
        <log_postbox>0</log_postbox>
        <log_upload>0</log_upload>
        <log_duplicate>0</log_duplicate>
        <log_filtered>0</log_filtered>
        <log_error>0</log_error>
        <company_module_status>1</company_module_status>
        <company_module_id>73</company_module_id>
        <account_config_id>397</account_config_id>
        <account_config_status>1</account_config_status>
        <hide>0</hide>
    </module_log>
    <error_log/>
</root>