This API is meant to obtain all suppliers base details.
The type attribute has to be set to listall.
The product attribute has to be set to supplier.
<envelope>
<header>
<actor>test</actor>
<user>test</user>
<password>test</password>
<version>1.0.0</version>
<timestamp>202307311450</timestamp>
</header>
<query type="listall" product="supplier">
</query>
</envelope>
<?xml version="1.0" encoding="UTF-8"?>
<envelope>
<header>
<version>1.0.0</version>
<timestamp>1709036867</timestamp>
</header>
<response type="listall" product="supplier">
<suppliers>
<supplier>
<code value="testmt2"/>
<name value="Test Supplier Venezia"/>
<active value="yes"/>
</supplier>
<supplier>
<code value="testmt3"/>
<name value="Test Supplier Venezia 3"/>
<active value="no"/>
</supplier>
</suppliers>
</response>
</envelope>