GET api/GiamSatCuaHang/GetAllDataItem2?locationCode={locationCode}&currentDate={currentDate}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
locationCode

string

Required

currentDate

date

Required

Body Parameters

None.

Response Information

Resource Description

Collection of NavAPIGiamSatCuaHang
NameDescriptionTypeAdditional information
ID

integer

None.

LyDoID

integer

None.

tLyDoID

string

None.

imgFileName

string

None.

imgFileNameStore

string

None.

NoiDungGiamSat

string

None.

XacNhanKetQua

boolean

None.

NguoiTao

string

None.

NgayTao

date

None.

locationCode

string

None.

locationCaption

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "LyDoID": 2,
    "tLyDoID": "sample string 3",
    "imgFileName": "sample string 4",
    "imgFileNameStore": "sample string 5",
    "NoiDungGiamSat": "sample string 6",
    "XacNhanKetQua": true,
    "NguoiTao": "sample string 7",
    "NgayTao": "2026-01-29T16:26:48.1665368+07:00",
    "locationCode": "sample string 8",
    "locationCaption": "sample string 9"
  },
  {
    "ID": 1,
    "LyDoID": 2,
    "tLyDoID": "sample string 3",
    "imgFileName": "sample string 4",
    "imgFileNameStore": "sample string 5",
    "NoiDungGiamSat": "sample string 6",
    "XacNhanKetQua": true,
    "NguoiTao": "sample string 7",
    "NgayTao": "2026-01-29T16:26:48.1665368+07:00",
    "locationCode": "sample string 8",
    "locationCaption": "sample string 9"
  }
]