GET api/HangHoa?tauid={tauid}&ngay={ngay}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
tauid

integer

Required

ngay

date

Required

Body Parameters

None.

Response Information

Resource Description

GioBieuDoInfo
NameDescriptionTypeAdditional information
listBD

Collection of GioBieuDo_Result

None.

ListGaDT

Collection of string

None.

Response Formats

application/json, text/json

Sample:
{
  "listBD": [
    {
      "MacTau": "sample string 1",
      "GaID": 1,
      "TenGa": "sample string 2",
      "LyTrinh": "sample string 3",
      "NgaySo": 1,
      "TGDen": "00:00:00.1234567",
      "TGDi": "00:00:00.1234567"
    },
    {
      "MacTau": "sample string 1",
      "GaID": 1,
      "TenGa": "sample string 2",
      "LyTrinh": "sample string 3",
      "NgaySo": 1,
      "TGDen": "00:00:00.1234567",
      "TGDi": "00:00:00.1234567"
    }
  ],
  "ListGaDT": [
    "sample string 1",
    "sample string 2"
  ]
}