GET api/OrderLine?oid={oid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| oid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GoodnessScoreViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| gp | decimal number |
None. |
|
| slmg | decimal number |
None. |
|
| pps | decimal number |
None. |
|
| pg | decimal number |
None. |
|
| productId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"gp": 1.0,
"slmg": 2.0,
"pps": 3.0,
"pg": 4.0,
"productId": 5
},
{
"$ref": "1"
}
]