Skip to main content
Version: 2.2.2

import_attrib_assoc

This method allows associating an item with an attribute.

For a successful association of attributes, it is necessary to follow the standard documented below.

Java class
Requestweb\wwwroot\ws\java\item\Import_attrib_assocRequestType.java
Returnweb\wwwroot\ws\java\item\Import_attrib_assocResponseType.java

Request:

ID #RequiredDescription
IDOBJECTXItem ID #
NMLABELXAttribute label
IDREVISIONRevision ID #
NmAttributeXAttribute value

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:item">
<soapenv:Header/>
<soapenv:Body>
<urn:import_attrib_assoc>
<!--You may enter the following 5 items in any order-->
<urn:idobject>?</urn:idobject>
<urn:nmlabel>?</urn:nmlabel>
<urn:idrevision>?</urn:idrevision>
<urn:nmattribute>?</urn:nmattribute>
</urn:import_attrib_assoc>
</soapenv:Body>
</soapenv:Envelope>

Return:

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