PUT api/Product/UpdateProduct/{id}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | No documentation available. |
Define this parameter in the request URI. |
product | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "Id": 1, "ProductName": "sample string 2", "PurchasePrice": 3.1, "SalePrice": 4.1, "IsMonthlyBillActive": true, "ReorderLevel": 6, "UnitsInStock": 7, "UnitsOnOrder": 8, "SupplierId": 9, "SupplierName": "sample string 10", "ProductDescription": "sample string 11", "UserId": "sample string 12", "Quantity": 13, "ImageId": 14, "Commission": 15.1, "IsBox": true, "IsScreen": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.