Met de functie DeleteVerkooporder kun je een bestaande verkooporder verwijderen. De request tag is: <DeleteVerkooporder></DeleteVerkooporder>.
DeleteVerkooporder(ByVal PartnerKey As String, ByVal Omgevingscode As String, ByVal SessionId As String, ByVal Mutatie As DataSet, ByRef foutmelding As String) As Boolean
SOAP REQUEST
<?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <DeleteVerkooporder xmlns="https://cloudswitch.imuisonline.com/"> <PartnerKey>string</PartnerKey> <Omgevingscode>string</Omgevingscode> <SessionId>string</SessionId> <Mutatie> <xsd:schema>schema</xsd:schema><![CDATA[zie voorbeeld]]></Mutatie> <Foutmelding>string</Foutmelding> </DeleteVerkooporder> </soap12:Body> </soap12:Envelope>
<NewDataSet>
<SELECTION>
<TABLE>ORDKOP</TABLE>
<WHEREFIELDS>NR</WHEREFIELDS>
<WHEREOPERATORS>=</WHEREOPERATORS>
<WHEREVALUES>nummer order</WHEREVALUES>
</SELECTION>
</NewDataSet>
<NewDataSet>
<SELECTION>
<TABLE>ORDKOP</TABLE>
<WHEREFIELDS>NR</WHEREFIELDS>
<WHEREOPERATORS>=</WHEREOPERATORS>
<WHEREVALUES>201500160</WHEREVALUES>
</SELECTION>
</NewDataSet>
SOAP RESPONSE
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<DeleteVerkooporderResponse xmlns="https://cloudswitch.imuisonline.com/">
<DeleteVerkooporderResult>true</DeleteVerkooporderResult>
<Foutmelding></Foutmelding>
</DeleteVerkooporderResponse>
</soap12:Body>
In dit voorbeeld is de verkooporder verwijderd.