GET api/HangHoa/GetGioBieuDos2?tauid={tauid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| tauid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GioBieuDo_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| MacTau | string |
None. |
|
| GaID | integer |
None. |
|
| TenGa | string |
None. |
|
| LyTrinh | string |
None. |
|
| NgaySo | integer |
None. |
|
| TGDen | time interval |
None. |
|
| TGDi | time interval |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"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"
}
]