GET api/OrderLine?getTopTenProdsLastMonth={getTopTenProdsLastMonth}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| getTopTenProdsLastMonth | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TopTenProductsViewModel| Name | Description | Type | Additional 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"
}
]