Skip to main content
Version: 2.2.2

deleteSupplierInspConfiguration

This method allows deleting:

  • A supplier from the inspection form.

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

Java class
Requestweb/wwwroot/ws/java/inspection/DeleteSupplierInspConfigurationRequestType.java
Returnweb/wwwroot/ws/java/inspection/DeleteSupplierInspConfigurationResponseType.java

Request:

ID #RequiredDescription
IDCONFIGURATIONXInspection form ID #.
IDSUPPLIERXSupplier ID #.

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:inspection">
<soapenv:Header/>
<soapenv:Body>
<urn:deleteSupplierInspConfiguration>
<!--You may enter the following 2 items in any order-->
<urn:IDCONFIGURATION>?</urn:IDCONFIGURATION>
<urn:IDSUPPLIER>?</urn:IDSUPPLIER>
</urn:deleteSupplierInspConfiguration>
</soapenv:Body>
</soapenv:Envelope>

Return:

ID #Description
returnReturns 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.