GET api/OrderLine?productGroup={productGroup}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| productGroup | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ProductGroupViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| productGroup | string |
None. |
|
| computedMarketValue | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"productGroup": "sample string 1",
"computedMarketValue": 2.0
},
{
"$ref": "1"
}
]