GET api/OrderLine?getTopTenProdsLastMonth={getTopTenProdsLastMonth}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
getTopTenProdsLastMonth

boolean

Required

Body Parameters

None.

Response Information

Resource Description

Collection of TopTenProductsViewModel
NameDescriptionTypeAdditional information
productlistid

integer

None.

description

string

None.

productCategoryName

string

None.

unitSold

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "productlistid": 1,
    "description": "sample string 2",
    "productCategoryName": "sample string 3",
    "unitSold": 4
  },
  {
    "$ref": "1"
  }
]