POST api/ChiaPhieuBanLe/ChiaPhieuBanLe_GetPKT_CTGG

Request Information

URI Parameters

None.

Body Parameters

Collection of Object

None.

Request Formats

application/json, text/json

Sample:
[
  {},
  {}
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of PKT_CKGGModel
NameDescriptionTypeAdditional 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": "0510dd6e-9feb-44b4-94a8-acfc218f227f",
    "MaChiNhanh": "sample string 2",
    "MaHang": "sample string 3",
    "GiaBanLe": 4.0,
    "NgayBatDau": "2026-01-29T16:30:38.4129577+07:00",
    "NgayKetThuc": "2026-01-29T16:30:38.4129577+07:00"
  },
  {
    "GuidID": "0510dd6e-9feb-44b4-94a8-acfc218f227f",
    "MaChiNhanh": "sample string 2",
    "MaHang": "sample string 3",
    "GiaBanLe": 4.0,
    "NgayBatDau": "2026-01-29T16:30:38.4129577+07:00",
    "NgayKetThuc": "2026-01-29T16:30:38.4129577+07:00"
  }
]