Skip to main content
Version: 2.2.2

relateAssetTypeToCharacteristic

This method allows associating the asset type with a characteristic.

To insert each of these items, it is necessary to follow the standard documented below.

Java class
Requestweb\wwwroot\ws\java\item\RelateAssetTypeToCharacteristicRequestType.java
Returnweb\wwwroot\ws\java\item\RelateAssetTypeToCharacteristicResponseType.java

Request:

ID #RequiredDescription
IDOBJECTXItem ID #
IDREVISIONXItem revision ID #
IDCHARACTERISTICXCharacteristic ID #
IDASSETTYPEXAsset type ID #

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:item">
<soapenv:Header/>
<soapenv:Body>
<urn:relateAssetTypeToCharacteristic>
<!--You may enter the following 4 items in any order-->
<urn:IDOBJECT>?</urn:IDOBJECT>
<urn:IDREVISION>?</urn:IDREVISION>
<urn:IDCHARACTERISTIC>?</urn:IDCHARACTERISTIC>
<urn:IDASSETTYPE>?</urn:IDASSETTYPE>
</urn:relateAssetTypeToCharacteristic>
</soapenv:Body>
</soapenv:Envelope>

Return:

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