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 | |
---|---|
Request | web\wwwroot\ws\java\storeroom\OutputEventInterfaceRequestType.java |
Return | web\wwwroot\ws\java\storeroom\OutputEventInterfaceResponseType.java |
Request:
ID # | Required | Description |
---|---|---|
IDENTIFIER | X | Input event ID # |
STOREROOMID | X | Storeroom ID # |
IDRESPONSIBLEFROM | Source responsibility ID # | |
DATEFROM | Source date | |
DESTINATIONTYPE | X¹ | Issuer type: 1 - Department; 2 - User; 3 - Supplier; 4 - Delete. |
DESTINATIONRID | Issuer ID #, according to the previous type: Department: Department ID #; User: User ID; Supplier: Supplier ID#; Disposal: Disposal/Treatment ID #. | |
IDRESPONSIBLETO | Destination responsibility ID # | |
DATETO | Destination date | |
IDENTIFIERROUTEAPPROV | Approval route ID # | |
DESCRIPTION | Event description |
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:outputEventInterface>
</soapenv:Body>
</soapenv:Envelope>
Return:
ID # | Description |
---|---|
return | SUCCESS: Operation successfully performed. FAILURE: Returns a message regarding the error that occurred |