post Package Groups
POST {{HostName}}/rtp/v1/hotels/{{HotelId}}/packageGroups
Use this operation to create a new group package code. You will need to know the avilable packaged, use getPackages for this property to find these out first.
Request Body
{"packageGroups"=>{"packageGroup"=>[{"membersList"=>[{"code"=>"BFSTEXL", "description"=>"Buffet Breakfast"}, {"code"=>"FRUITBOX", "description"=>"Fruit Box"}], "description"=>"Create a new package group code", "shortDescription"=>"short description goes here", "code"=>"NEWCODEHERE"}], "hotelId"=>"{{HotelId}}"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string | ||
x-hotelid | string | ||
x-app-key | string |