pixi Developer & Integration Documentation

pixiImportProcessXML

Description

Processes an imported XML. In case the default import interval is not riched or the processing is already started the processing will not be triggered.


Request Parameters

# Name Type Required Example Description
1 XMLLogKey integer 1 123 Id of XML Document

Request body

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:dem="https://api.pixi.eu/soap/demosandbox/">
   <soapenv:Header/>
   <soapenv:Body>
      <dem:pixiImportProcessXML>
         <dem:XMLLogKey>123</dem:XMLLogKey>
      </dem:pixiImportProcessXML>
   </soapenv:Body>
</soapenv:Envelope>

Response


Additional Notes