Skip to main content
Version: 2.2.2

addBom

This method allows creating:

  • Data of a structure 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 #
NMOBJECTXObject name
IDOBJECTOWNERXID # (Upper level object)
IDREVISIONOWNERXRevision (Upper level object)
VLQUANTITYXQuantity
FGAPPLICATIONObject specification (Considered as 1 by default).
1 - Item;
2 - Supply.

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:item">
<soapenv:Header/>
<soapenv:Body>
<urn:addBom>
<!--You may enter the following 6 items in any order-->
<urn:IDOBJECTOWNER>?</urn:IDOBJECTOWNER>
<urn:IDREVISIONOWNER>?</urn:IDREVISIONOWNER>
<urn:IDOBJECT>?</urn:IDOBJECT>
<urn:IDREVISION>?</urn:IDREVISION>
<urn:VLQUANTITY>?</urn:VLQUANTITY>
<urn:FGAPPLICATION>?</urn:FGAPPLICATION>
</urn:addBom>
</soapenv:Body>
</soapenv:Envelope>

Return:

ID #Description
returnSUCCESS: 1.
FAILURE: Returns a message regarding the error that occurred