Description
Customer sales evaluation
Request Parameters
| # |
Name |
Type |
Required |
Example |
Description |
| 1 |
ItemNrSuppl |
string |
0 |
Sample text |
Supplier Item Nr. |
| 2 |
ShopID |
string |
0 |
Sample text |
pixi Shop ID |
| 3 |
PaymentType |
string |
0 |
A |
Payment Code |
| 4 |
CustomerNrExternal |
string |
0 |
Sample text |
Customer Number from Shop |
| 5 |
DateFrom |
string |
0 |
YYYY-MM-DD hh:mm:ss |
Date where to start the report (including) |
| 6 |
DateTo |
string |
0 |
YYYY-MM-DD hh:mm:ss |
Date where to stop the report (excluding) |
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:pixiReportCustomerSales>
<dem:ItemNrSuppl>Sample text</dem:ItemNrSuppl>
<dem:ShopID>Sample text</dem:ShopID>
<dem:PaymentType>A</dem:PaymentType>
<dem:CustomerNrExternal>Sample text</dem:CustomerNrExternal>
<dem:DateFrom>YYYY-MM-DD hh:mm:ss</dem:DateFrom>
<dem:DateTo>YYYY-MM-DD hh:mm:ss</dem:DateTo>
</dem:pixiReportCustomerSales>
</soapenv:Body>
</soapenv:Envelope>
Response
Body 1: Result set
| # |
Name |
Type |
Description |
| 1 |
ItemNrSuppl |
string |
ItemNrSuppl |
| 2 |
EANUPC |
string |
EANUPC |
| 3 |
Company |
string |
Company |
| 4 |
CustomerName |
string |
CustomerName |
| 5 |
CustomerNrExternal |
string |
CustomerNrExternal |
| 6 |
Qty |
integer |
Qty |
| 7 |
ItemTotal_Net |
integer |
ItemTotal_Net |
| 8 |
CountryCodeISO3_Billing |
string |
CountryCodeISO3_Billing |
| 9 |
CountryCodeISO3_Shipping |
string |
CountryCodeISO3_Shipping |
| 10 |
LastSaleDate |
string |
LastSaleDate |
| 11 |
CurrencyCode |
string |
CurrencyCode |
Additional Notes