get Event Locations
GET {{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/eventLocations
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-app-key | string | ||
x-hotelid | string |
RESPONSES
status: OK
{"listOfValues":{"items":[{"code":"MAIN","name":"Main building","description":"Main building","active":true},{"code":"CONF","name":"Conference Center","description":"Conference Center","active":true}],"lovName":"EventLocations","itemCount":2}}