Skip to main content
Version: 2.2.2

addAttributeValue

This method allows adding/editing:

  • Attribute values

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

Java class
Requestweb\wwwroot\ws\java\admin\AddAttribValueRequestType.java
Returnweb\wwwroot\ws\java\admin\AddAttribValueResponseType.java

Request:

ID #RequiredDescription
IDATTRIBUTEXAttribute ID #.
VLATTRIBUTEAttribute value.
FGDEFAULTVALUEUse as default: [1 - Yes, 2 - No].
IDUSERXUser ID.
IDDATASETDataset ID #.
NMFILTERFIELDFilter field.
info
  • X¹ - Required when the attribute type is “List of values”.
  • X² - Required when the attribute type is “Third-party”.

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:admin">
<soapenv:Header/>
<soapenv:Body>
<urn:addAttribValue>
<!--You may enter the following 7 items in any order-->
<urn:IDATTRIBUTE>?</urn:IDATTRIBUTE>
<urn:VLATTRIBUTE>?</urn:VLATTRIBUTE>
<urn:FGDEFAULTVALUE>?</urn:FGDEFAULTVALUE>
<urn:IDUSER>?</urn:IDUSER>
<urn:IDDATASET>?</urn:IDDATASET>
<urn:NMFILTERFIELD>?</urn:NMFILTERFIELD>
</urn:addAttribValue>
</soapenv:Body>
</soapenv:Envelope>

Return:

ID #Description
returnSUCCESS: an attribute value is created.
FAILURE: message regarding the error that occurred.