editQualificationIndexValue
This import template allows editing the qualification index and sending to the next step:
- Receiving data.
To insert each of these items, it is necessary to follow the standard documented below.
Java class | |
---|---|
Request | web\wwwroot\ws\java\inspection\EditQualificationIndexValueRequestType.java |
Return | web\wwwroot\ws\java\inspection\EditQualificationIndexValueResponseType.java |
Request:
ID # | Required | Description |
---|---|---|
IDRECEIVING | X | Receiving #. |
NMDLVQUALINDEX | X | Index name |
NMDLVQUALOPTION | X | Option for index qualification |
FGEXECUTE | Execute the step: 1 - Send to the next step. | |
DSDVLQUALINDEX | Qualification index comments |
Request structure:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:inspection">
<soapenv:Header/>
<soapenv:Body>
<urn:editQualificationIndexValue>
<!--You may enter the following 5 items in any order-->
<urn:IDRECEIVING>?</urn:IDRECEIVING>
<urn:NMDLVQUALINDEX>?</urn:NMDLVQUALINDEX>
<urn:NMDLVQUALOPTION>?</urn:NMDLVQUALOPTION>
<urn:FGEXECUTE>?</urn:FGEXECUTE>
<urn:DSDLVQUALINDEX>?</urn:DSDLVQUALINDEX>
</urn:editQualificationIndexValue>
</soapenv:Body>
</soapenv:Envelope>
Return:
ID # | Description |
---|---|
return | Returns Status, Code, and Detail â–ª Status can be SUCCESS or FAILURE. â–ª Code returns 1 for success, or 0 for failure. â–ª Detail returns error description in case of failure. |