Skip to main content

Create Rate Plan

POST 

/gds/vendor/properties/:vendor_property_id/roomtypes/:vendor_roomtype_id/rateplans

  • Creates a rate plan beneath a room type. It is the unit that rates and business days are pushed against, so it is required before selling can begin.
  • id and vendor_rateplan_model_id are required. vendor_rateplan_model_id binds the rate plan to a model, which determines its selling conditions.
  • Both the rate plan model and the room type must already exist.
  • An existing id returns 409. A missing referenced rate plan model or an invariant violation returns 422.

Request

Responsesapplication/json

Creation result