pixi Developer & Integration Documentation

pixiReport_InvoicesList

Description

The call returns a list of all invoices.


Request Parameters

# Name Type Required Example Description
1 DateFrom string 1 YYYY-MM-DD hh:mm:ss Date from.
2 DateTo string 1 YYYY-MM-DD hh:mm:ss Date to.
3 ShopID string 0 A Return only records for this shop.
4 Payment string 0 A Return only records for this payment type.
5 ShipCountry string 0 Sample text Return only records for this ship country.
6 DocumentType string 0 A Return only records for this document type: R - invoice, G - credit.

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:pixiReport_InvoicesList>
         <dem:DateFrom>YYYY-MM-DD hh:mm:ss</dem:DateFrom>
         <dem:DateTo>YYYY-MM-DD hh:mm:ss</dem:DateTo>
         <dem:ShopID>A</dem:ShopID>
         <dem:Payment>A</dem:Payment>
         <dem:ShipCountry>Sample text</dem:ShipCountry>
         <dem:DocumentType>A</dem:DocumentType>
      </dem:pixiReport_InvoicesList>
   </soapenv:Body>
</soapenv:Envelope>

Response


Body 1: Result set

# Name Type Description
1 InvoiceKey integer InvoiceKey
2 RefInvoiceNR string RefInvoiceNR
3 Payed string Paid date
4 InvDate string InvDate
5 InvoiceNR string InvoiceNR
6 Total number Total
7 Total_NoVAT number Total_NoVAT
8 Total_Items_NoVAT number Total_Items_NoVAT
9 ShipCost_NoVAT number ShipCost_NoVAT
10 Total_ShipCost number Total_ShipCost
11 VATHigh number VATHigh
12 VATLow number VATLow
13 VATHighPerc number VATHigh
14 VATLowPerc number VATHigh
15 SumQtyItems integer SumQtyItems
16 SumEKItems number SumEKItems
17 Order_Nr_Extern string Order_Nr_Extern
19 AccountNR string AccountNR
20 Anrede string Anrede
21 Name string Name
22 FirstName string Name
23 LastName string Name
24 Name2 string Name2
25 Address string Address
26 ZIP string ZIP
27 City string City
28 Country string Country
29 CountryName string CountryName
30 Phone string Phone
31 Fax string Fax
32 ShipCountry string ShipCountry
33 ShipCountryName string ShipCountryName
34 AddrShopID string AddrShopID
35 PaymentText string PaymentText
36 usStID string usStID
37 par_DateFrom string par_DateFrom
38 par_DateTo string par_DateTo
39 par_ShopID string par_ShopID
40 par_Payment string par_Payment
41 par_ShipCountry string par_ShipCountry
42 Par_DocumentType string Par_DocumentType

Additional Notes