GET api/HangHoa/GetGioTauTT?tg={tg}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| tg | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GioDonTien_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| TauID | integer |
None. |
|
| GaId | integer |
None. |
|
| MacTau | string |
None. |
|
| TGTacNghiep | date |
None. |
|
| LoaiTN | integer |
None. |
|
| CreatedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TauID": 1,
"GaId": 1,
"MacTau": "sample string 1",
"TGTacNghiep": "2025-10-29T00:37:53.2061885+07:00",
"LoaiTN": 1,
"CreatedDate": "2025-10-29T00:37:53.2061885+07:00"
},
{
"TauID": 1,
"GaId": 1,
"MacTau": "sample string 1",
"TGTacNghiep": "2025-10-29T00:37:53.2061885+07:00",
"LoaiTN": 1,
"CreatedDate": "2025-10-29T00:37:53.2061885+07:00"
}
]