get Function Space Locations
GET {{HostName}}/lov/v1/listOfValues/FunctionSpaceLocations?parameterName=HotelCode¶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":[{"code":"CONF","name":"Conference Center","description":"Conference Center","active":true},{"code":"MAIN","name":"Main building","description":"Main building","active":true}],"lovName":"FunctionSpaceLocations","itemCount":2}}