POST rooms/Images?pVenueID={pVenueID}&pChannelID={pChannelID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pVenueID | integer |
Required |
|
| pChannelID | integer |
Required |
Body Parameters
Collection of integerRequest Formats
application/json, text/json
Sample:
[ 1, 2 ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of RoomTypeImageModel| Name | Description | Type | Additional 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
}
]