1. Web service RunImport

    Article: AN0002091Updated:

    This method starts the selected import. The import has to be configured in order that the import file loaded from some disk. The import is started without user intervention and it is not possible to pass a file by the user.

    In order to be able to run the method the import has to have set Enable access via web services. Furthermore, the user that calls the method has to have access right on the operation Start import of the particular import.

    Definition

    OGImportResult RunImportById(int id)
    OGImportResult RunImport(string modelCode, string importCode)
     

    The method can be called directly with import Id or by means of model code and import code.

×