PUT place/{placeId}/stock/{stockId}
Updates the available quatity of product. FREE
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
placeId | integer |
Required |
|
stockId |
stock to update |
integer |
Required |
Body Parameters
the quantity of product.
Flipr.Web.Api.Controllers.JsonWrappers.QuantityWrapperName | Description | Type | Additional information |
---|---|---|---|
Quantity |
Gets or sets the quantity as a percentage. The value range is [0,1] |
decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{ "Quantity": 1.1 }
text/html
Sample:
{"Quantity":1.1}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Return if the operation has been released successfully.
None.