pixi Developer & Integration Documentation

pixiCustomersOpenCases

Description

Return customers with open invoices.


Request Parameters

# Name Type Required Example Description
1 CustKey integer 1 123 Customer ID, references table customers.

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:pixiCustomersOpenCases>
         <dem:CustKey>123</dem:CustKey>
      </dem:pixiCustomersOpenCases>
   </soapenv:Body>
</soapenv:Envelope>

Response


Body 1: Result set

# Name Type Description
1 Locked integer 1 = Ship lock is applied 0 = No lock
2 OpenOrders integer Number of orders that contain order lines which are not on a "final state"
3 UnpaidInvoices integer Number of unpaid invoices for this customer
4 DebtByInvoices integer Unpaid amount, by invoices
5 OpenOrderAmount integer Summary amount of all open orderlines
6 BaseCurrency string BaseCurrency

Additional Notes