Description
The call returns Federal Statistic Report of delivered items grouped by supplier country
Request Parameters
| # |
Name |
Type |
Required |
Example |
Description |
| 1 |
DateFrom |
string |
0 |
YYYY-MM-DD hh:mm:ss |
Start date of required time span. (Default: First day of previous month). |
| 2 |
DateTo |
string |
0 |
YYYY-MM-DD hh:mm:ss |
End date of required time span. (Default: Last day of previous month). |
| 3 |
SupplNR |
string |
0 |
Sample text |
Filter by Supplier number code. |
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:pixiFederalStatisticReport>
<dem:DateFrom>YYYY-MM-DD hh:mm:ss</dem:DateFrom>
<dem:DateTo>YYYY-MM-DD hh:mm:ss</dem:DateTo>
<dem:SupplNR>Sample text</dem:SupplNR>
</dem:pixiFederalStatisticReport>
</soapenv:Body>
</soapenv:Envelope>
Response
Body 1: Result set
| # |
Name |
Type |
Description |
| 1 |
Year |
integer |
Year in which the item was delivered |
| 2 |
Month |
integer |
Month in which the item was delivered |
| 3 |
SupplierCountry |
string |
Country of supplier (ISO-2 format) |
| 4 |
CustomsCountryOfOrigin |
string |
Country of Origin imported for the item with item import (ISO-2 format) |
| 5 |
CustomsTariffNumber |
string |
Customs Tariff Number imported for the item with item import |
| 6 |
CustomsTariffText |
string |
Customs Tariff Text imported for the item with item import |
| 7 |
DeliveredWeight |
integer |
Weight of the item (summarized for delivered qty of that item, i.e. delivered qty * weight) |
| 8 |
DeliveredQty |
integer |
Delivered qty of this item from the concerning supplier for the whole month |
| 9 |
DeliveredAmount |
integer |
Supplier price of the item from delivery document, multiplied by delivered qty |
| 10 |
HomePageUrl |
string |
Information if the supplier needs to be considered in the FSO report |
Additional Notes