Description
Api call returns a status if orderlines can be updated or not
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:pixiCanUpdateOrderline>
<dem:OrderlineKey>123</dem:OrderlineKey>
</dem:pixiCanUpdateOrderline>
</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