Navigation:  Integration via SOAP web services > Published web services > Asset >

import_attrib_assoc

Previous  Top  Next

This method enabled the completion of an attribute associated with an asset.

 

For the attributes to be successfully filled out, it is necessary to follow the standard documented below.

 

Java class

Request

web\wwwroot\ws\java\asset\Import_attrib_assocRequestType.java

Return

web\wwwroot\ws\java\asset\Import_attrib_assocResponseType.java

 

Request

ID #

Required

Description

IDOBJECT

X

Asset ID #.

IDATTRIBUTE

X

Attribute ID #

VALUE

X

Attribute value.
Defaults for the input of date type data:
- dd/mm/yyyy;
- yyyy-mm-dd.

IDREVISION

 

Asset revision ID #.

FGINSERTLISTVALUE

 

If the value 1 is entered, the interface will verify whether the attribute value already belongs to the list of values. If it does not exist, it will be added.

DSATTRIBUTE

 

Attribute value. Mandatory information if the type of the attribute value is MEMO.

 

Return

ID #

Description

return

SUCCESS: 1

FAILURE: Returns a message regarding the error that occurred