deleteSupplyStructure
This method allows deleting:
- Data of a supply structure.
To insert each of these items, it is necessary to follow the standard documented below.
| Java class | |
|---|---|
| Request | web\wwwroot\ws\java\supply\DeleteSupplyStructureRequestType.java |
| Return | web\wwwroot\ws\java\supply\DeleteSupplyStructureResponseType.java |
Request:
| ID # | Required | Description |
|---|---|---|
| IDBOJECT | X | Supply ID # |
| IDREVISION | X | Revision ID # |
| IDOBJECTOWNER | X | ID # (Upper level object) |
| IDREVISIONOWNER | X | Revision (Upper level object) |
Request structure:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:sp">
<soapenv:Header/>
<soapenv:Body>
<urn:deleteSupplyStructure>
<!--You may enter the following 4 items in any order-->
<urn:IDOBJECT>?</urn:IDOBJECT>
<urn:IDREVISION>?</urn:IDREVISION>
<urn:IDOBJECTOWNER>?</urn:IDOBJECTOWNER>
<urn:IDREVISIONOWNER>?</urn:IDREVISIONOWNER>
</urn:deleteSupplyStructure>
</soapenv:Body>
</soapenv:Envelope>
Return:
| ID # | Description |
|---|---|
| return | SUCCESS:Â Return regarding the executed item FAILURE: -1 |