Skip to main content
Version: 2.2.2

getAttribData

This method allows searching for the data of an attribute. To use it, it is necessary to follow the standard documented below.

Java class
Requestweb\wwwroot\ws\java\admin\GetAttribDataRequestType.java
Returnweb\wwwroot\ws\java\admin\GetAttribDataResponseType.java

Request:

ID #RequiredDescription
IDATTRIBSXAttribute ID # (there may be more than one).
Example: "Attribute1,Attribute2,Attribute3"

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:admin">
<soapenv:Header/>
<soapenv:Body>
<urn:getAttribData>
<urn:IDATTRIBS>?</urn:IDATTRIBS>
</urn:getAttribData>
</soapenv:Body>
</soapenv:Envelope>

Return:

ID #Description
returnSUCCESS: An array should be returned with the following attribute information:
â–ª CDATTRIBUTE: Attribute code
â–ª NMATTRIBUTE: Attribute ID #
â–ª FGDATATYPE: Attribute data type: [1 - Text, 2 - Numeric, 3 - Date, 4 - Memo, 5 - Currency]
â–ª FGATTRIBUTETYPE: Attribute type
â–ª NMLABEL: Attribute label
â–ª FGMULTIVALUED: Multivalued attribute [1 - Yes; 2 - No]
â–ª VALUE: List of attribute values
FAILURE: Return empty.