Description
API call returns customer account events for a selected invoice
Request Parameters
# |
Name |
Type |
Required |
Example |
Description |
1 |
InvoiceKey |
integer |
0 |
123 |
Filter: Invoice ID |
2 |
InvoiceNr |
string |
0 |
abcdefg |
Filter: Invoice Number |
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:pixiCAGetInvoiceMatch>
<dem:InvoiceKey>123</dem:InvoiceKey>
<dem:InvoiceNr>abcdefg</dem:InvoiceNr>
</dem:pixiCAGetInvoiceMatch>
</soapenv:Body>
</soapenv:Envelope>Response
Body 1: Customer account events
# |
Name |
Type |
Description |
1 |
InvoiceKey |
integer |
Invoice ID |
2 |
InvoiceNr |
string |
pixi* invoice number |
3 |
EventID |
string |
Event ID |
4 |
EventDate |
string |
Date of the event |
5 |
Reference |
string |
Reference text |
6 |
Amount |
number |
Event total amount |
7 |
Matched |
number |
Event matched amount |
8 |
OrderCurrency |
string |
curreency of the order/invoice |
9 |
CreateDate |
string |
Record create date |
Additional Notes