GET api/InternalApp/GetsurplusProducts?list={list}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
list

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of SurplusModel
NameDescriptionTypeAdditional information
productID

integer

None.

colour

integer

None.

capacity

integer

None.

manufacture

integer

None.

brand

integer

None.

expiry

date

None.

productQtyId

integer

None.

packageID

integer

None.

qty

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "productID": 1,
    "colour": 2,
    "capacity": 3,
    "manufacture": 4,
    "brand": 5,
    "expiry": "2024-05-18T13:40:37.8391312+00:00",
    "productQtyId": 6,
    "packageID": 7,
    "qty": 8
  },
  {
    "$ref": "1"
  }
]