pixi Developer & Integration Documentation

pixiGetInvoiceShippingReport

Description

API Call to get all invoices within a timeframe


Request Parameters

#

Name

Type

Required

Example

Description

1

ShopID

string

0

abc

Shop ID

2

DateFrom

string

0

YYYY-MM-DD

Begining of the date range peroid.

3

DateTo

string

0

YYYY-MM-DD

End of the date range peroid.


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:pixiGetInvoiceShippingReport>
         <dem:ShopID>abc</dem:ShopID>
         <dem:DateFrom>YYYY-MM-DD</dem:DateFrom>
         <dem:DateTo>YYYY-MM-DD</dem:DateTo>
      </dem:pixiGetInvoiceShippingReport>
   </soapenv:Body>
</soapenv:Envelope>


Response


Body 1: Result set

#

Name

Type

Description

0

Datevnummer

string

Datev nummer

1

Rechnungsnummer

string

Rechnungs nummer

2

Vorname

string

Vorname

3

Nachname

string

Nachname

4

Firma

string

Firma

5

Strasse

string

Strasse

6

PLZ

string

PLZ

7

Stadt

string

Stadt

8

Land

string

Land

9

eMail

string

eMail


Additional Notes