GET rooms/Facilities?pProductTypeID={pProductTypeID}&pVenueID={pVenueID}&pChannelID={pChannelID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pProductTypeID | integer |
Required |
|
| pVenueID | integer |
Required |
|
| pChannelID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of RoomTypeFacility| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Description | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"Description": "sample string 2"
},
{
"ID": 1,
"Description": "sample string 2"
}
]