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