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