GET api/OrderLine?productIdForMonthlyCollection={productIdForMonthlyCollection}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
productIdForMonthlyCollection

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PendingUploadsViewModel
NameDescriptionTypeAdditional information
Number_Scanned

integer

None.

Month

string

None.

Year

integer

None.

Response Formats

application/json, text/json

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