Warning: API call is no longer maintained!
Description
pipiCanCancelOrderline2
Request Parameters
# |
Name |
Type |
Required |
Example |
Description |
1 |
OrderlineKey |
integer |
1 |
123 |
OrderlineKey |
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:pixiCanCancelOrderline2>
<dem:OrderlineKey>123</dem:OrderlineKey>
</dem:pixiCanCancelOrderline2>
</soapenv:Body>
</soapenv:Envelope>Response
Body 1: Result set
# |
Name |
Type |
Description |
0 |
OrderlineKey |
integer |
OrderlineKey |
1 |
Status |
string |
Status |
2 |
StateText |
string |
State Text |
3 |
CanCancel |
boolean |
Can Cancel |
Additional Notes