put Item Classes
PUT {{HostName}}/evm/config/v1/itemClasses/{{ItemClassesCode}}
This API will allow you to fetch all existing Item Classes for a property. Items are categorized into logical entities called Item Classes. Item Classes assist you in filtering when selecting and grouping items on the Banquet Event Order (BEO). For example, you might have an item class for different kinds of audio visual equipment, for floral decorations, for recreational equipment, and so on.
Request Body
{"itemClasses"=>[{"hotelId"=>"{{HotelId}}", "code"=>"AV", "description"=>{"defaultText"=>"Audio Visual"}, "type"=>"ReservationAndEvents", "classId"=>"2777", "displaySequence"=>"2", "departments"=>["AV"], "discountable"=>false, "webBookable"=>true}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-hotelid | string | ||
x-app-key | string |