Rate Plan
Last updated
Was this helpful?
Last updated
Was this helpful?
Rate Plan is the price or cost charged by the hotel per night. Rate Plan is the term given to different rates you see on a hotel website when you search for a set of dates.
Create or update rate plan API is used to build new rates or add missing rates. It is also possible to change the rate name or remove an existing rate plan.
POST
Send a request with STAAH rate level build data which consists of a set of predefined parameters.
Rate Plans hotelid
/ HotelCode
/ ClientID
string (Required)
The existing property ID. Required existing id to create or update rate plans.
RatePlan array contains the different rate plans for the property.
RatePlanNotifType
string (Required)
Indicates whether the call is meant to create new rateplan or update an existing one for property.
Accepts values: [New, Overlay, Remove, Activate].
rateplanid
/ RatePlanID
string (Required)
The rateplan ID as assigned by the provider.
Accepts alphanumeric values and "-" (Hyphen).
Space and Special characters are not allowed.
Maximum 20 characters allowed.
MealPlanID
string (Optional)
If wrong mealplanID sent, then it will take default value.
Default: 15 (Room Only).
closeoutdays
number (Optional)
The closeoutdays as allocated by the provider for rateplan.
Accepts the values between 0 to 30 but must be in quotes. Default value is -1(no closeouts).
closeouttime
string (Optional)
The closeouttime as allocated by the provider for rateplan.
Accepts the values between 00:00 to 24:00(Interval must be 30 min). It is required only if you set closeoutdays value as 0. Default value is -1(no closeouts).
This object contains the name of the rate plan and the additional note about the rate plan.
Name
string (Required)
The rate plan name.
Text
string (Optional)
Additional detail or specific note about the rate plan.
To create use New and to update rateplan, see , , , and .
Name of the MealPlan. See .
Accepts the values listed under .
Refer .
Refer .
Refer .
Refer .