Skip to main content
Version: 2.2.2

addManufacturer

This method allows associating a manufacturer with the item. To insert each of these items, it is necessary to follow the standard documented below.

Java class
Requestweb\wwwroot\ws\java\item\AddManufacturerRequestType.java
Returnweb\wwwroot\ws\java\item\AddManufacturerResponseType.java

Request:

ID #RequiredDescription
IDOBJECTXObject ID #
IDCOMMERCIALName of the object type
NMCOMPANYCompany name
IDCOMPANYCompany code
IDREFERENCEXMaterial reference in the manufacturer
NMMODELXMaterial name in the manufacturer
FGDEFAULT1 - Defines that the manufacturer is preferential.
2 - Defines that the customer is NOT preferential.
When adding, for blank value or any other value different from 1, the record will be non-preferential.
When editing, if a blank value or any other value different from 1 and 2 is entered, the field will not be changed, it will keep the value previously set.
info
  • X¹ - Required if the “Company code” is not filled out.
  • X² - Required if the “Company ID” and/or the “Company name” fields are not filled out.

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:item">
<soapenv:Header/>
<soapenv:Body>
<urn:addManufacturer>
<!--You may enter the following 7 items in any order-->
<urn:IDOBJECT>?</urn:IDOBJECT>
<urn:IDCOMMERCIAL>?</urn:IDCOMMERCIAL>
<urn:NMCOMPANY>?</urn:NMCOMPANY>
<urn:IDCOMPANY>?</urn:IDCOMPANY>
<urn:IDREFERENCE>?</urn:IDREFERENCE>
<urn:NMMODEL>?</urn:NMMODEL>
<urn:FGDEFAULT>?</urn:FGDEFAULT>
</urn:addManufacturer>
</soapenv:Body>
</soapenv:Envelope>

Return:

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