Skip to main content
Version: 2.2.2

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
Requestweb\wwwroot\ws\java\item\AddBomRequestType.java
Returnweb\wwwroot\ws\java\item\AddBomResponseType.java

Request:

ID #RequiredDescription
IDOBJECTXObject ID #
IDREVISIONXObject revision
IDOBJECTOWNERXID # (Upper level object)
IDREVISIONOWNERXRevision (Upper level object)
FGAPPLICATIONObject 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
returnSUCCESS: 1.
FAILURE: Returns a message regarding the error that occurred