2. get Catering Package Codes
GET {{HostName}}/lov/v1/listOfValues/radioType/{{radioType}}/hotels/{{HotelId}}/cateringPackageCodes?includeInactiveFlag=false
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
includeInactiveFlag | boolean | ||
parameterName | null | ||
parameterValue | null |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string | ||
x-app-key | string | ||
x-hotelid | string |
RESPONSES
status: OK
{"listOfValues":{"items":[{"code":"MEETBK","name":"Meeting with Breaks","description":"Meeting with Breaks","active":true}],"lovName":"CateringPackageCodes","itemCount":1}}