Common Workflows-OSEM - Create an Event

Number of APIs: 10

  1. Add event resources to the event PUT {{HostName}}/evm/v0/hotels/{{HotelId}}/eventsResources

  2. Get event resources attached to an event GET {{HostName}}/evm/v0/hotels/{{HotelId}}/eventsResources?blockId={{BlockId}}&eventIds={{EventId}}

  3. Get available event statuses GET {{HostName}}/lov/v1/listOfValues/newEvent/{{NewEvent}}/waitList/{{WaitList}}/cateringEventStatus?parameterName=EventStatus&includeInactiveFlag=false&parameterValue=TEN

  4. Search Function Space Availability GET {{HostName}}/lov/v1/listOfValues/{{Name}}?parameterName=HotelCode&parameterValue={{HotelId}}&parameterName=EventType&parameterValue=BRKFT&parameterName=Event_Start&parameterValue=2022-06-09+08:00:00.0&parameterName=Event_End&parameterValue=2022-06-09+09:00:00.0&includeInactiveFlag=false

  5. Search for room setup styles available GET {{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/space/{{Space}}/cateringSetupStyles?includeInactive=Y

  6. Create a new event with function space & rental amount POST {{HostName}}/evm/v0/events

  7. Search for available event resources GET {{HostName}}/evm/config/v0/hotels/{{HotelId}}/inventoryItems?usedForEvents=true&startDateTime=2021-06-01+08:00:00.0&endDateTime=2021-06-01+09:00:00.0

  8. Update an event - change the event time PUT {{HostName}}/evm/v0/hotels/{{HotelId}}/events/{{EventId}}

  9. Find next available block catering statuses GET {{HostName}}/lov/v1/listOfValues/catStatus/{{CatStatus}}/blockCatNextStatuses

  10. Search for rental codes GET {{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/space/{{space}}/eventRateCode?includeInactiveFlag=false