Description
Returns all invoice lines of the corresponding POS invoice, meaning all sold items for further reporting
Request Parameters
# |
Name |
Type |
Required |
Example |
Description |
1 |
From |
string |
1 |
31.12.2022 |
From date |
2 |
To |
string |
1 |
31.12.2022 |
To date |
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:pixiGetPaidInvoices>
<dem:From>31.12.2022</dem:From>
<dem:To>31.12.2022</dem:To>
</dem:pixiGetPaidInvoices>
</soapenv:Body>
</soapenv:Envelope>Response
Body 1: Result set
# |
Name |
Type |
Description |
1 |
InvoiceKey |
integer |
InvoiceKey |
2 |
InvoiceNr |
string |
InvoiceNr |
3 |
DatePaid |
string |
DatePaid |
4 |
ShopID |
string |
ShopID |
5 |
OrderNRExternal |
string |
OrderNRExternal |
Additional Notes