Description
The call returns number of returns for different time periods.
Request Parameters
| # |
Name |
Type |
Required |
Example |
Description |
| 1 |
StartDate |
string |
0 |
YYYY-MM-DD hh:mm:ss |
Date from. |
| 2 |
EndDate |
string |
0 |
YYYY-MM-DD hh:mm:ss |
Date to. |
| 3 |
ShopID |
string |
0 |
Sample text |
Return only records for this shop. |
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:pixiReportReturnsCount>
<dem:StartDate>YYYY-MM-DD hh:mm:ss</dem:StartDate>
<dem:EndDate>YYYY-MM-DD hh:mm:ss</dem:EndDate>
<dem:ShopID>Sample text</dem:ShopID>
</dem:pixiReportReturnsCount>
</soapenv:Body>
</soapenv:Envelope>
Response
Body 1: Return status
| # |
Name |
Type |
Description |
| 0 |
ReturnsOnGivenDay |
integer |
ReturnsOnGivenDay |
| 1 |
ReturnsOnPreviousDay |
integer |
ReturnsOnPreviousDay |
| 2 |
ReturnsInGivenMonth |
integer |
ReturnsInGivenMonth |
| 3 |
ReturnsInPreviousMonth |
integer |
ReturnsInPreviousMonth |
Additional Notes