Description
Use this function to determine, whether a given orderline is in a state where it is possible to cancel it.
Request Parameters
| # |
Name |
Type |
Required |
Example |
Description |
| 1 |
OrderlineKey |
integer |
0 |
123 |
[optional] Inspected orderline's ID |
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:pixiCanCancelOrderline>
<dem:OrderlineKey>123</dem:OrderlineKey>
</dem:pixiCanCancelOrderline>
</soapenv:Body>
</soapenv:Envelope>
Response
Body 1:
| # |
Name |
Type |
Description |
| 0 |
return |
integer |
1 - it is possible to cancel,
0 - it is not possible to cancel |
Additional Notes