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": "89d08f11-1f2d-486c-9b22-fb55cce8669b",
    "CampaignID": 2,
    "StoreNo": "sample string 3",
    "ImgUserDefine": "sample string 4",
    "ImgSystemDefine": "sample string 5",
    "isNew": true
  },
  {
    "KIDS_TrungBayHeThong_IMGID": "89d08f11-1f2d-486c-9b22-fb55cce8669b",
    "CampaignID": 2,
    "StoreNo": "sample string 3",
    "ImgUserDefine": "sample string 4",
    "ImgSystemDefine": "sample string 5",
    "isNew": true
  }
]