GET api/OrderLine?productIdForGroup={productIdForGroup}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| productIdForGroup | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetProductGroupIDViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| productcondition | integer |
None. |
|
| productbrandid | integer |
None. |
|
| productCategory | integer |
None. |
|
| actionid | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"productcondition": 1,
"productbrandid": 2,
"productCategory": 3,
"actionid": 4
},
{
"$ref": "1"
}
]