Skip to main content

Create Rate Plan Model

POST 

/gds/vendor/properties/:vendor_property_id/rateplan-models

  • Creates a rate plan model at the property level. A rate plan is defined as a room type combined with one of these models, so the model must exist first.
  • id and i18n (with ko-kr required) must be supplied.
  • Exactly one model with type set to standalone is required per property. There is no limit on package models.
  • sale_from and sale_to must both be sent or both omitted; sending only one is rejected. Setting max_los to 0 means no maximum length of stay.
  • Sending channels restricts sales to those channels; omitting it sells on all channels.
  • An existing id returns 409, and a reference or invariant violation returns 422.

Request

Responsesapplication/json

Creation result