GET aneweight/totalweight

No documentation available.

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
  }
]