GET api/HanhLy/GetVanDonNT?ngaybd={ngaybd}&ngaykt={ngaykt}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ngaybd | date |
Required |
|
| ngaykt | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetVanDonNT_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| MacTau | string |
None. |
|
| Ngayxp | date |
None. |
|
| SoHieuXe | string |
None. |
|
| PhanLoaiXe | string |
None. |
|
| VanDonId | integer |
None. |
|
| TenHang | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"MacTau": "sample string 1",
"Ngayxp": "2025-10-29T00:37:35.3311677+07:00",
"SoHieuXe": "sample string 2",
"PhanLoaiXe": "sample string 3",
"VanDonId": 1,
"TenHang": "sample string 4"
},
{
"MacTau": "sample string 1",
"Ngayxp": "2025-10-29T00:37:35.3311677+07:00",
"SoHieuXe": "sample string 2",
"PhanLoaiXe": "sample string 3",
"VanDonId": 1,
"TenHang": "sample string 4"
}
]