2. Get Function Space Locations

GET {{HostName}}/lov/v1/listOfValues/FunctionSpaceLocations?parameterName=HotelCode&parameterValue={{HotelId}}

Request Params

KeyDatatypeRequiredDescription
parameterNamestring
parameterValuestring

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
x-hotelidstring
x-app-keystring

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}}