deleteBom
This method allows deleting:
- Data of a structure of an item.
To insert each of these items, it is necessary to follow the standard documented below.
| Java class | |
|---|---|
| Request | web\wwwroot\ws\java\item\AddBomRequestType.java |
| Return | web\wwwroot\ws\java\item\AddBomResponseType.java |
Request:
| ID # | Required | Description |
|---|---|---|
| IDOBJECT | X | Object ID # |
| IDREVISION | X | Object revision |
| IDOBJECTOWNER | X | ID # (Upper level object) |
| IDREVISIONOWNER | X | Revision (Upper level object) |
| FGAPPLICATION | Object specification (Considered as 1 by default): 1 - Asset; 2 - Supply. |
Request structure:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:item">
<soapenv:Header/>
<soapenv:Body>
<urn:deleteBom>
<!--You may enter the following 5 items in any order-->
<urn:IDOBJECTOWNER>?</urn:IDOBJECTOWNER>
<urn:IDREVISIONOWNER>?</urn:IDREVISIONOWNER>
<urn:IDOBJECT>?</urn:IDOBJECT>
<urn:IDREVISION>?</urn:IDREVISION>
<urn:FGAPPLICATION>?</urn:FGAPPLICATION>
</urn:deleteBom>
</soapenv:Body>
</soapenv:Envelope>
Return:
| ID # | Description |
|---|---|
| return | SUCCESS: 1. FAILURE: Returns a message regarding the error that occurred |