GET aneweight/queryprodtypeweight?prodtype={prodtype}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| prodtype | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"prod_type": 1,
"prod_name": null,
"prov_name": "sample string 1",
"ewb_count": 2,
"ewb_weight": 3.0
},
{
"prod_type": 1,
"prod_name": null,
"prov_name": "sample string 1",
"ewb_count": 2,
"ewb_weight": 3.0
},
{
"prod_type": 1,
"prod_name": null,
"prov_name": "sample string 1",
"ewb_count": 2,
"ewb_weight": 3.0
}
]