PUT v1/Warehouses/{warehouseId}/Product/{productCode}/QtyOnHand/{qty}
Changes the quantity on hand, the absolute value. For the default location.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| warehouseId |
The warehouse id |
integer |
Required. |
| productCode |
The product code |
string |
Required. |
| qty |
The absolute value of the new quantity on hand |
decimal number |
Required. |
Body Parameters
None.
Response Information
Resource Description
The HttpResponseMessage object
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean>true</boolean>