GET aneweight/onedayweight?date={date}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
date
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
  }
]