Update an event by changing the event time
PUT {{HostName}}/evm/v0/hotels/{{HotelId}}/events/{{EventId}}
Request Body
{"eventDetails"=>[{"eventPrimaryInfo"=>{"eventId"=>{"type"=>"EventId", "idContext"=>"OPERA", "id"=>"{{EventId}}"}, "hotelId"=>"{{HotelId}}"}, "eventDetail"=>{"eventName"=>{"defaultText"=>"Reception Event Name"}, "eventType"=>"MEET", "eventTimeSpan"=>{"startDateTime"=>"2022-11-05 08:00:00.0", "endDateTime"=>"2022-11-05 08:45:00.0"}, "eventStatus"=>{"status"=>{"code"=>"INQ"}}, "attendees"=>{"expected"=>"19"}, "doorcard"=>"KD Guest", "notMoveable"=>false, "loudEvent"=>false, "displayDoorcard"=>true, "includeSpaceInPackage"=>false}, "processInstructions"=>{"overrideCapacity"=>false, "overbook"=>false, "overrideMaxgroups"=>false, "warnFunctionSpace"=>true}, "eventBlockInfo"=>{"blockIdList"=>[{"type"=>"Block", "id"=>"{{BlockId}}"}], "hotelId"=>"{{HotelId}}"}}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-app-key | string | ||
x-hotelid | string |
RESPONSES
status: OK
{"links":[]}