GET api/ProductInfo?getConditions={getConditions}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| getConditions | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of productCondition| Name | Description | Type | Additional information |
|---|---|---|---|
| conditionID | integer |
None. |
|
| conditionName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"conditionID": 1,
"conditionName": "sample string 2"
},
{
"$ref": "1"
}
]