get Catering Setup Styles
GET {{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/space/{{Space}}/cateringSetupStyles
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-app-key | string | ||
x-hotelid | string |
RESPONSES
status: OK
{"listOfValues":{"items":[{"flexfields":[{"parameterName":"OccMin","parameterValue":"1"},{"parameterName":"OccMax","parameterValue":"20"},{"parameterName":"SetupTime"},{"parameterName":"SetdownTime"}],"code":"CLS","name":"Classroom","description":"Classroom","active":true},{"flexfields":[{"parameterName":"OccMin","parameterValue":"5"},{"parameterName":"OccMax","parameterValue":"20"},{"parameterName":"SetupTime"},{"parameterName":"SetdownTime"}],"code":"CON","name":"Conference","description":"Conference","active":true}],"lovName":"CateringSetupStyles","itemCount":2}}