This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
developer:soap-1.6:methods:adjustinventory [2015/12/17 15:49] yaya [XML] |
developer:soap-1.6:methods:adjustinventory [2015/12/17 15:50] (current) yaya [XML] |
||
---|---|---|---|
Line 142: | Line 142: | ||
Response: | Response: | ||
<code xml> | <code xml> | ||
+ | <?xml version="1.0" encoding="utf-8"?> | ||
+ | <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" | ||
+ | xmlns:ns1="urn:usaepay" | ||
+ | xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" | ||
+ | xmlns:xsd="http://www.w3.org/2001/XMLSchema" | ||
+ | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
+ | SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | ||
+ | <SOAP-ENV:Body> | ||
+ | <ns1:adjustInventoryResponse> | ||
+ | <adjustInventoryReturn SOAP-ENC:arrayType="ns1:ProductInventory[1]" | ||
+ | xsi:type="ns1:ProductInventoryArray"> | ||
+ | <item xsi:type="ns1:ProductInventory"> | ||
+ | <InventoryLocation xsi:type="xsd:string">La Mirada</InventoryLocation> | ||
+ | <QtyOnHand xsi:type="xsd:string">50</QtyOnHand> | ||
+ | <QtyOnOrder xsi:type="xsd:string">50</QtyOnOrder> | ||
+ | <DateAvailable xsi:type="xsd:string">2016-01-01</DateAvailable> | ||
+ | </item> | ||
+ | </adjustInventoryReturn> | ||
+ | </ns1:adjustInventoryResponse> | ||
+ | </SOAP-ENV:Body> | ||
+ | </SOAP-ENV:Envelope> | ||
</code> | </code> |