DeleteVerkoopofferte

Met de functie DeleteVerkoopofferte kun je bestaande verkoopoffertes verwijderen (vanaf versie 4.4.4a). De request tag is: <DeleteVerkoopofferte></DeleteVerkoopofferte>.

DeleteVerkoopofferte(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>
    <DeleteVerkoopofferte 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>
    </DeleteVerkoopofferte>
  </soap12:Body>
</soap12:Envelope>

VOORBEELD VERWIJDEREN VERKOOPOFFERTE

<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>
    <DeleteVerkoopofferteResponse xmlns="https://cloudswitch.imuisonline.com/">
      <DeleteVerkoopofferteResult>true</DeleteVerkoopofferteResult>
      <Foutmelding></Foutmelding>
    </DeleteVerkoopofferteResponse>
  </soap12:Body>

Gerelateerde Artikelen