GET api/OrderLine?getTopTenDealsLastMonth={getTopTenDealsLastMonth}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
getTopTenDealsLastMonth

boolean

Required

Body Parameters

None.

Response Information

Resource Description

Collection of TopTenDealsViewModel
NameDescriptionTypeAdditional information
name

string

None.

dealAmount

decimal number

None.

saleValue

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "name": "sample string 1",
    "dealAmount": 1.0,
    "saleValue": 1.0
  },
  {
    "$ref": "1"
  }
]