POST api/Kids_LuongKhachDenCuaHang/GetAllDataItem

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 Kids_LuongKhachDenCuaHangModel
NameDescriptionTypeAdditional information
MaCuaHang

string

None.

TenCuaHang

string

None.

NgayCapNhat

date

None.

SLKhach_CuaHang

integer

None.

SLKhach

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "MaCuaHang": "sample string 1",
    "TenCuaHang": "sample string 2",
    "NgayCapNhat": "2026-01-29T16:31:34.9546451+07:00",
    "SLKhach_CuaHang": 1,
    "SLKhach": 1
  },
  {
    "MaCuaHang": "sample string 1",
    "TenCuaHang": "sample string 2",
    "NgayCapNhat": "2026-01-29T16:31:34.9546451+07:00",
    "SLKhach_CuaHang": 1,
    "SLKhach": 1
  }
]