Skip to main content
Version: 2.2.2

importAttributeEvent

This method allows:

  • Filling out the value of an event attribute.

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

Java class
Requestweb\wwwroot\ws\java\storeroom\ImportAttributeEventRequestType.java
Returnweb\wwwroot\ws\java\storeroom\ImportAttributeEventResponseType.java

Request:

ID #RequiredDescription
EVENTIDXEvent ID #
ATTRIBUTEIDXAttribute ID #
ATTRIBUTEVALUEX¹Attribute value
REVISIONIDX²Revision ID #
MEMOVALUEX³Attribute value
info
  • X¹ - Required if the attribute is not of the "memo" type.
  • X² - Required if the component needs the revision code in the specific table of the attribute.
  • X³ - Required if the attribute is of the "memo" type.

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:storeroom">
<soapenv:Header/>
<soapenv:Body>
<urn:importAttributeEvent>
<!--You may enter the following 5 items in any order-->
<urn:EventId>?</urn:EventId>
<urn:AttributeId>?</urn:AttributeId>
<urn:AttributeValue>?</urn:AttributeValue>
<urn:RevisionID>?</urn:RevisionID>
<urn:MemoValue>?</urn:MemoValue>
</urn:importAttributeEvent>
</soapenv:Body>
</soapenv:Envelope>

Return:

ID #Description
returnSUCCESS: Operation successfully performed.
FAILURE: Returns a message regarding the error that occurred