GET api/OrderLine?topSuppliersPastYear={topSuppliersPastYear}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
topSuppliersPastYear

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of TopSuppliersViewModel
NameDescriptionTypeAdditional information
SupporterID

string

None.

Numbers

integer

None.

Year

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "supporterID": "sample string 1",
    "numbers": 2,
    "year": 3
  },
  {
    "$ref": "1"
  }
]