POST api/Product/InsertProduct

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
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.