Skip to main content
Version: 2.2.2

import_asset_oee

This import template allows adding:

  • Parameter data to calculate OEE

To insert the data, it is necessary to follow the standard documented below.

Java class
Requestweb\wwwroot\ws\java\asset\Import_asset_oeeRequestType.java
Returnweb\wwwroot\ws\java\asset\Import_asset_oeeResponseType.java

Request:

ID #RequiredDescription
IDOBJECTXAsset ID #
DTSTARTXStart date. Date format must be Y-M-D (Year-Month-Day)
DTENDXEnd date. Date format must be Y-M-D (Year-Month-Day)
QTQUALITYXQuality parts
QTTOTALXTotal parts
QTPRODUCEDXAmount produced
QTPLANNEDXPlanned quantity

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:asset">
<soapenv:Header/>
<soapenv:Body>
<urn:import_asset_oee>
<!--You may enter the following 7 items in any order-->
<urn:idobject>?</urn:idobject>
<urn:dtstart>?</urn:dtstart>
<urn:dtend>?</urn:dtend>
<urn:qtquality>?</urn:qtquality>
<urn:qttotal>?</urn:qttotal>
<urn:qtproduced>?</urn:qtproduced>
<urn:qtplanned>?</urn:qtplanned>
</urn:import_asset_oee>
</soapenv:Body>
</soapenv:Envelope>

Return:

ID #Description
returnSUCCESS: 1.
FAILURE: Returns a message regarding the error that occurred