Update the event Item quantity

PUT {{HostName}}/evm/v0/hotels/{{HotelId}}/eventsResources

Request Body

{"eventDetails"=>[{"eventPrimaryInfo"=>{"eventId"=>{"type"=>"EventId", "idContext"=>"OPERA", "id"=>"{{EventId}}"}, "hotelId"=>"{{HotelId}}"}, "eventBlockInfo"=>{"blockIdList"=>[{"type"=>"Block", "id"=>"{{BlockId}}"}]}}], "eventItems"=>{"eventItemInfo"=>[{"eventItem"=>{"hotelId"=>"{{HotelId}}", "itemId"=>{"type"=>"ItemInventoryId", "id"=>"{{ItemInventoryId}}"}, "externalOrder"=>true, "quantity"=>2}}], "includedInPackage"=>false, "critical"=>false}}

HEADERS

KeyDatatypeRequiredDescription
x-app-keystring
x-hotelidstring

RESPONSES

status: OK

{"links":[]}