POST api/ChiaPhieuBanLe/ChiaPhieuBanLe_GetPKT_CTGG
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_CKGGModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| MaChiNhanh | string |
None. |
|
| MaHang | string |
None. |
|
| GiaBanLe | decimal number |
None. |
|
| NgayBatDau | date |
None. |
|
| NgayKetThuc | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "22f31d9b-4007-4b6f-b134-629ba0194de6",
"MaChiNhanh": "sample string 2",
"MaHang": "sample string 3",
"GiaBanLe": 4.0,
"NgayBatDau": "2026-04-03T18:13:36.8779506+07:00",
"NgayKetThuc": "2026-04-03T18:13:36.8779506+07:00"
},
{
"GuidID": "22f31d9b-4007-4b6f-b134-629ba0194de6",
"MaChiNhanh": "sample string 2",
"MaHang": "sample string 3",
"GiaBanLe": 4.0,
"NgayBatDau": "2026-04-03T18:13:36.8779506+07:00",
"NgayKetThuc": "2026-04-03T18:13:36.8779506+07:00"
}
]