get Function Space Codes
GET {{HostName}}/lov/v1/listOfValues/FunctionSpaceCodes?parameterName=Resort¶meterValue={{HotelId}}
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
parameterName | string | ||
parameterValue | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-hotelid | string | ||
x-app-key | string |
RESPONSES
status: OK
{"listOfValues":{"items":[{"flexfields":[{"parameterName":"Property","parameterValue":"PS1OEDS2"}],"code":"BALL2","name":"Ball Room 2","description":"Ball Room 2","active":true},{"flexfields":[{"parameterName":"Property","parameterValue":"PS1OEDS2"}],"code":"MEET1","name":"Meeting Room 1","description":"Meeting Room 1","active":true},{"flexfields":[{"parameterName":"Property","parameterValue":"PS1OEDS2"}],"code":"MEET2","name":"Meeting Room 2","description":"Meeting Room 2","active":true},{"flexfields":[{"parameterName":"Property","parameterValue":"PS1OEDS2"}],"code":"POOL","name":"Pool Room","description":"Pool Room","active":true}],"lovName":"FunctionSpaceCodes","itemCount":4}}