GET api/OrderFulfillment?getAllSurplus={getAllSurplus}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| getAllSurplus | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of productInfoModel| Name | Description | Type | Additional information |
|---|---|---|---|
| productId | integer |
None. |
|
| description | string |
None. |
|
| categoryName | string |
None. |
|
| conditionName | string |
None. |
|
| quantity | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"productId": 1,
"description": "sample string 2",
"categoryName": "sample string 3",
"conditionName": "sample string 4",
"quantity": 5
},
{
"$ref": "1"
}
]