GET api/HangHoa/GetTXLienVan?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 GetToaXeLienVan_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| LoaiLV | string |
None. |
|
| NgayXP | date |
None. |
|
| SoXe | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"LoaiLV": "sample string 1",
"NgayXP": "2025-10-29T00:37:53.9093127+07:00",
"SoXe": 1
},
{
"LoaiLV": "sample string 1",
"NgayXP": "2025-10-29T00:37:53.9093127+07:00",
"SoXe": 1
}
]