POST api/ChiaPhieuBanLe/ChiaPhieuBanLe_GetPKT_CTKM
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json
Sample:
[
{},
{}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of PKT_CTKMModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| MaCT | string |
None. |
|
| MaHang | string |
None. |
|
| TenHang | string |
None. |
|
| SoLuongMua | integer |
None. |
|
| SoLuongTang | integer |
None. |
|
| NgayBatDau | date |
None. |
|
| NgayKetThuc | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "519e2039-7308-4718-bcde-d3ad7c84bf63",
"MaCT": "sample string 2",
"MaHang": "sample string 3",
"TenHang": "sample string 4",
"SoLuongMua": 5,
"SoLuongTang": 6,
"NgayBatDau": "2026-01-29T16:30:32.4370472+07:00",
"NgayKetThuc": "2026-01-29T16:30:32.4370472+07:00"
},
{
"GuidID": "519e2039-7308-4718-bcde-d3ad7c84bf63",
"MaCT": "sample string 2",
"MaHang": "sample string 3",
"TenHang": "sample string 4",
"SoLuongMua": 5,
"SoLuongTang": 6,
"NgayBatDau": "2026-01-29T16:30:32.4370472+07:00",
"NgayKetThuc": "2026-01-29T16:30:32.4370472+07:00"
}
]