POST api/TrungBayHeThong/LayDanhSachAnhTrungBay

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 ImgTrungBayHeThongModel
NameDescriptionTypeAdditional information
KIDS_TrungBayHeThong_IMGID

globally unique identifier

None.

CampaignID

integer

None.

StoreNo

string

None.

ImgUserDefine

string

None.

ImgSystemDefine

string

None.

isNew

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "KIDS_TrungBayHeThong_IMGID": "1d860954-c73a-4456-ae45-89130cb0424a",
    "CampaignID": 2,
    "StoreNo": "sample string 3",
    "ImgUserDefine": "sample string 4",
    "ImgSystemDefine": "sample string 5",
    "isNew": true
  },
  {
    "KIDS_TrungBayHeThong_IMGID": "1d860954-c73a-4456-ae45-89130cb0424a",
    "CampaignID": 2,
    "StoreNo": "sample string 3",
    "ImgUserDefine": "sample string 4",
    "ImgSystemDefine": "sample string 5",
    "isNew": true
  }
]