Skip to main content
Version: 2.2.1

deleteSupplySupplier

This method allows deleting:

  • Data of the association between supply and supplier.

To delete each of these items, the standard documented below must be followed.

Java class
Requestweb\wwwroot\ws\java\supply\DeleteSupplySupplierRequestType.java
Returnweb\wwwroot\ws\java\supply\DeleteSupplySupplierResponseType.java

Request:

ID #RequiredDescription
IDOBJECTXSupply ID #.
IDCOMMERCIALSupplier company ID.
NMCOMPANYSupplier company name.
IDCOMPANYSupplier code.
info
  • X¹ - Field required if "Supplier code" is empty.
  • X² - Field required if “Company ID” and/or “Company name” are empty.

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:sp">
<soapenv:Header/>
<soapenv:Body>
<urn:deleteSupplySupplier>
<!--You may enter the following 4 items in any order-->
<urn:IDOBJECT>?</urn:IDOBJECT>
<urn:IDCOMMERCIAL>?</urn:IDCOMMERCIAL>
<urn:NMCOMPANY>?</urn:NMCOMPANY>
<urn:IDCOMPANY>?</urn:IDCOMPANY>
</urn:deleteSupplySupplier>
</soapenv:Body>
</soapenv:Envelope>

Return:

ID #Description
returnSUCCESS: 1.
FAILURE: Message describing the failure.