POST rooms/Images?pVenueID={pVenueID}&pChannelID={pChannelID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pVenueID

integer

Required

pChannelID

integer

Required

Body Parameters

Collection of integer

Request Formats

application/json, text/json

Sample:
[
  1,
  2
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of RoomTypeImageModel
NameDescriptionTypeAdditional information
ImageURLs

Collection of string

None.

RoomTypeID

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ImageURLs": [
      "sample string 1",
      "sample string 2"
    ],
    "RoomTypeID": 1
  },
  {
    "ImageURLs": [
      "sample string 1",
      "sample string 2"
    ],
    "RoomTypeID": 1
  }
]