pixi Developer & Integration Documentation

pixiDeleteOrder

Description

Call deletes order and the corresponding customer account event. The order can only be deleted if all the orderliens have status "ANG","HAL" or "STO"


Request Parameters

# Name Type Required Example Description
1 OrderNr integer 1 12345 pixi* OrderNr of the order to delete

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:pixiDeleteOrder>
         <dem:OrderNr>12345</dem:OrderNr>
      </dem:pixiDeleteOrder>
   </soapenv:Body>
</soapenv:Envelope>

Response


Body 1: Status of the operation

# Name Type Description
1 Status string Result code of the operation: 200 = Success, 4** = Logical errors (check ErrorMsg for details), 500 = Unexpected errors
2 ErrorMsg string Descriptive text for the operation's result

Additional Notes