GET api/HanhLy?ngaybd={ngaybd}&ngaykt={ngaykt}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ngaybd

date

Required

ngaykt

date

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetVanDonNT_Result
NameDescriptionTypeAdditional 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:40.3780354+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:40.3780354+07:00",
    "SoHieuXe": "sample string 2",
    "PhanLoaiXe": "sample string 3",
    "VanDonId": 1,
    "TenHang": "sample string 4"
  }
]