pixi Developer & Integration Documentation

pixiGetInvoiceLinesPrinted

Description


Request Parameters

# Name Type Required Example Description
1 InvoiceNr string 0 Sample text

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:pixiGetInvoiceLinesPrinted>
         <dem:InvoiceNr>Sample text</dem:InvoiceNr>
      </dem:pixiGetInvoiceLinesPrinted>
   </soapenv:Body>
</soapenv:Envelope>

Response


Additional Notes