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 | |
|---|---|
| Request | web\wwwroot\ws\java\item\RelateAssetTypeToCharacteristicRequestType.java |
| Return | web\wwwroot\ws\java\item\RelateAssetTypeToCharacteristicResponseType.java |
Request:
| ID # | Required | Description |
|---|---|---|
| IDOBJECT | X | Item ID # |
| IDREVISION | X | Item revision ID # |
| IDCHARACTERISTIC | X | Characteristic ID # |
| IDASSETTYPE | X | Asset 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 |
|---|---|
| return | SUCCESS: 1. FAILURE: Returns a message regarding the error that occurred |