Skip to main content
Version: 2.2.1

deleteSupply

This method allows deleting:

  • Data of a supply.

To insert each of these items, it is necessary to follow the standard documented below.

Java class
Requestweb\wwwroot\ws\java\supply\DeleteSupplyRequestType.java
Returnweb\wwwroot\ws\java\supply\DeleteSupplyResponseType.java

Request:

ID #RequiredDescription
IDBOJECTXSupply ID #

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:sp">
<soapenv:Header/>
<soapenv:Body>
<urn:deleteSupply>
<urn:IDOBJECT>?</urn:IDOBJECT>
</urn:deleteSupply>
</soapenv:Body>
</soapenv:Envelope>

Return:

ID #Description
returnSUCCESS: Return regarding the executed item
FAILURE: -1