Skip to main content
Version: 2.2.0

inputEventInterface

This method allows:

  • Adding an input event.

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

Java class
Requestweb\wwwroot\ws\java\storeroom\InputEventInterfaceRequestType.java
Returnweb\wwwroot\ws\java\storeroom\InputEventInterfaceResponseType.java

Request:

ID #RequiredDescription
IDENTIFIERXInput event ID #
REQUESTERTYPEX¹Issuer type:
1 - Department;
2 - User;
3 - Supplier;
4 - Process activity.
REQUESTERIDX²Issuer ID #, according to the previous type:
Department: Department ID #;
User: User ID;
Supplier: Supplier ID#;
Process activity: Process activity ID #.
ACTIVITYIDProcess activity ID #
IDRESPONSIBLEFROMSource responsibility ID #
DATEFROMSource date
STOREROOMIDXStoreroom ID #
IDRESPONSIBLETODestination responsibility ID #
DATETODestination date
IDENTIFIERROUTEAPPROVApproval route ID #
DESCRIPTIONEvent description
info
  • X¹ - Required if the "REQUESTERID" field is filled out.
  • X² - Required if the "REQUESTERTYPE" field equals 4 (Process activity) and the "ACTIVITYID" 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:inputEventInterface>
<!--You may enter the following 11 items in any order-->
<urn:Identifier>?</urn:Identifier>
<urn:RequesterType>?</urn:RequesterType>
<urn:RequestId>?</urn:RequestId>
<urn:ActivityID>?</urn:ActivityID>
<urn:IdResponsibleFrom>?</urn:IdResponsibleFrom>
<urn:DateFom>?</urn:DateFom>
<urn:StoreroomId>?</urn:StoreroomId>
<urn:IdResponsibleTo>?</urn:IdResponsibleTo>
<urn:DateTo>?</urn:DateTo>
<urn:IdentifierRouteApprov>?</urn:IdentifierRouteApprov>
<urn:Description>?</urn:Description>
</urn:inputEventInterface>
</soapenv:Body>
</soapenv:Envelope>

Return:

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