addFailureEffect
This method allows adding/editing:
- Failure effect data.
To insert each of these items, it is necessary to follow the standard documented below.
Request:
ID # | Required | Description |
---|---|---|
IDFAILUREEFFECT | X | Failure effect ID #. |
NMFAILUREEFFECT | X | Failure effect name. |
FGTYPEFMEA | X | FMEA type: 1 - Project; 2 - Process; 3 - Asset; 4 - Project schedule; 5 - Object. |
DSFAILUREEFFECT | Failure effect description. |
Request structure:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:fmea">
<soapenv:Header/>
<soapenv:Body>
<urn:addFailureEffect>
<!--You may enter the following 4 items in any order-->
<urn:IDFAILUREEFFECT>?</urn:IDFAILUREEFFECT>
<urn:NMFAILUREEFFECT>?</urn:NMFAILUREEFFECT>
<urn:FGTYPEFMEA>?</urn:FGTYPEFMEA>
<urn:DSFAILUREEFFECT>?</urn:DSFAILUREEFFECT>
</urn:addFailureEffect>
</soapenv:Body>
</soapenv:Envelope>
Return:
ID # | Description |
---|---|
Status | SUCCESS or FAILURE. |
Code | Success (1) or Failure (-1). |
Detail | Message about insertion/editing or error found. |