POST api/GiamSatCuaHang/GetAllDataItem

Request Information

URI Parameters

None.

Body Parameters

Collection of integer

Request Formats

application/json, text/json

Sample:
[
  1,
  1
]

application/x-www-form-urlencoded

Sample:

Sample not available.

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-29T10:52:21.4522935+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-29T10:52:21.4522935+07:00",
    "locationCode": "sample string 8",
    "locationCaption": "sample string 9"
  }
]