Skip to main content
Version: 2.2.1

outputEventInterface

This method allows:

  • Adding an output event.

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

Java class
Requestweb\wwwroot\ws\java\storeroom\OutputEventInterfaceRequestType.java
Returnweb\wwwroot\ws\java\storeroom\OutputEventInterfaceResponseType.java

Request:

ID #RequiredDescription
IDENTIFIERXInput event ID #
STOREROOMIDXStoreroom ID #
IDRESPONSIBLEFROMSource responsibility ID #
DATEFROMSource date
DESTINATIONTYPEIssuer type:
1 User ID Department;
2 User ID User;
3 User ID Supplier;
4 User ID Delete.
DESTINATIONRIDIssuer ID #, according to the previous type:
Department: Department ID #;
User: User ID;
Supplier: Supplier ID#;
Disposal: Disposal/Treatment ID #.
IDRESPONSIBLETODestination responsibility ID #
DATETODestination date
IDENTIFIERROUTEAPPROVApproval route ID #
DESCRIPTIONEvent description
ATTRIBUTESAttributes.
Example:
identifier_of_attribute1=value_of_attribute1;
identifier_of_attribute2=value_of_attribute2;
identifier_of_attribute3=value_of_attribute3.
Example with a multivalued attribute:
identifier_of_attribute1=value1_of_attribute1, value2_of_attribute1, value3_of_attibute1
Note: For attributes with a numeric value, the decimal place separator must be ".".
For date fields, the value must have the “Y-M-D” (Year-Month-Day) format.
info
  • X¹ - Required if the "DESTINATIONRID" field is filled out.

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:storeroom">
<soapenv:Header/>
<soapenv:Body>
<urn:outputEventInterface>
<!--You may enter the following 10 items in any order-->
<urn:Identifier>?</urn:Identifier>
<urn:StoreroomId>?</urn:StoreroomId>
<urn:IdResponsibleFrom>?</urn:IdResponsibleFrom>
<urn:DateFom>?</urn:DateFom>
<urn:DestinationType>?</urn:DestinationType>
<urn:DestinationId>?</urn:DestinationId>
<urn:IdResponsibleTo>?</urn:IdResponsibleTo>
<urn:DateTo>?</urn:DateTo>
<urn:IdentifierRouteApprov>?</urn:IdentifierRouteApprov>
<urn:Description>?</urn:Description>
<urn:Attributes>?</urn:Attributes>
</urn:outputEventInterface>
</soapenv:Body>
</soapenv:Envelope>

Return:

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