get Spaces Event RateCode

GET {{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/space/{{Space}}/eventRateCode?includeInactiveFlag=false

Request Params

KeyDatatypeRequiredDescription
includeInactiveFlagboolean
parameterNamenull
parameterValuenull

HEADERS

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

RESPONSES

status: OK

{"listOfValues":{"items":[{"flexfields":[{"parameterName":"Rate"},{"parameterName":"FormattedRate"}],"code":"CUSTOM","name":"CUSTOM","description":"Custom","active":true},{"flexfields":[{"parameterName":"Rate","parameterValue":"2500"},{"parameterName":"FormattedRate","parameterValue":"2,500.00"}],"code":"FR","name":"FR","description":"Flat Rate","active":true}],"lovName":"EventRateCode","itemCount":2}}