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 | |
---|---|
Request | web\wwwroot\ws\java\supply\DeleteSupplyRequestType.java |
Return | web\wwwroot\ws\java\supply\DeleteSupplyResponseType.java |
Request:
ID # | Required | Description |
---|---|---|
IDBOJECT | X | Supply 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 |
---|---|
return | SUCCESS:Â Return regarding the executed item FAILURE: -1 |