GET api/ThongTinCuaHang/ThongTinCuaHang_GetAll

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 ThongTinCuaHangModel
NameDescriptionTypeAdditional information
GuidID

globally unique identifier

None.

MaLoc

string

None.

TenLoc

string

None.

Loai

string

None.

MaStore

string

None.

ReCode

string

None.

TinhTP

string

None.

KVMien

string

None.

NgayKT

date

None.

TongDT

decimal number

None.

DTSuDung

decimal number

None.

DTMatTien

decimal number

None.

TongSoTang

decimal number

None.

SoTangSD

decimal number

None.

DTKho

decimal number

None.

TinhTrang

string

None.

NgayDongCua

date

None.

DienTichChoThue

decimal number

None.

ChangeStatus

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "GuidID": "ea6d1558-af72-419e-b01b-6b52aa6601af",
    "MaLoc": "sample string 2",
    "TenLoc": "sample string 3",
    "Loai": "sample string 4",
    "MaStore": "sample string 5",
    "ReCode": "sample string 6",
    "TinhTP": "sample string 7",
    "KVMien": "sample string 8",
    "NgayKT": "2026-01-29T16:33:15.8527058+07:00",
    "TongDT": 1.1,
    "DTSuDung": 1.1,
    "DTMatTien": 1.1,
    "TongSoTang": 1.1,
    "SoTangSD": 1.1,
    "DTKho": 1.1,
    "TinhTrang": "sample string 9",
    "NgayDongCua": "2026-01-29T16:33:15.8527058+07:00",
    "DienTichChoThue": 1.1,
    "ChangeStatus": 10
  },
  {
    "GuidID": "ea6d1558-af72-419e-b01b-6b52aa6601af",
    "MaLoc": "sample string 2",
    "TenLoc": "sample string 3",
    "Loai": "sample string 4",
    "MaStore": "sample string 5",
    "ReCode": "sample string 6",
    "TinhTP": "sample string 7",
    "KVMien": "sample string 8",
    "NgayKT": "2026-01-29T16:33:15.8527058+07:00",
    "TongDT": 1.1,
    "DTSuDung": 1.1,
    "DTMatTien": 1.1,
    "TongSoTang": 1.1,
    "SoTangSD": 1.1,
    "DTKho": 1.1,
    "TinhTrang": "sample string 9",
    "NgayDongCua": "2026-01-29T16:33:15.8527058+07:00",
    "DienTichChoThue": 1.1,
    "ChangeStatus": 10
  }
]