pixi Developer & Integration Documentation

pixiItemsBySupplier

Warning: API call is no longer maintained!

Description


Request Parameters

# Name Type Required Example Description
1 SupplNr string 0 A
2 FromRow integer 0 123
3 Rows integer 0 123

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:pixiItemsBySupplier>
         <dem:SupplNr>A</dem:SupplNr>
         <dem:FromRow>123</dem:FromRow>
         <dem:Rows>123</dem:Rows>
      </dem:pixiItemsBySupplier>
   </soapenv:Body>
</soapenv:Envelope>

Response


Additional Notes