GET api/Product/GetAllBoxProducts

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "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
  },
  {
    "$ref": "1"
  },
  {
    "$ref": "1"
  }
]