Sample POST request
<?xml version="1.0" encoding="UTF-8"?>
<INStockTakeItems collection='true'>
<INStockTakeItem>
<OidString>3680.1</OidString>
<QtyEntered>14.0000</QtyEntered>
</INStockTakeItem>
<INStockTakeItem>
<OidString>3680.2</OidString>
<QtyEntered>21.0000</QtyEntered>
<!-- Default behaviour is to add to the count, in this case I want to replace it using the IsReplace tag -->
<IsReplace>true<IsReplace>
</INStockTakeItem>
<INStockTakeItem>
<!-- Not supplying an OidString here indicates this is adding an item to the Stock Take -->
<StockItem>01MSI845MAX2</StockItem>
<Location>03.Z01</Location>
<QtyEntered>12.0000</QtyEntered>
</INStockTakeItem>
</INStockTakeItems>