Brainy Rms - API Solution

Brainy RMS API is a comprehensive solution designed to streamline Revenue Management tasks. Create an account at https://v2.brainyrms.com/ to get your API key.

Was this section helpful?

What made this section unhelpful for you?

Base URL

Production:

https://brainy-api-portal-3cuixb5lia-ew.a.run.app

Language Box

Live Market Data - On Demand

The Live Market Data - On Demand is a service that provides real-time market data as per user requests. It fetches and delivers live market data, including prices, trends, and other relevant information, on demand. This service is essential for users who require immediate and up-to-date market information for making informed decisions. It supports various market data types and ensures the data is accurate and reliable.

Ratechecker Service

The RateChecker Service is a part of the application that is responsible for validating and managing the rates associated with various properties. It ensures that the rates are accurate and up-to-date, and provides functionalities for rate comparison, filtering, and sorting. This service is crucial for providing users with the most relevant and cost-effective property options based on their specified parameters. Additionally, it sends fresh data every morning to the endpoint specified in the user's payload.

Was this section helpful?

What made this section unhelpful for you?

Initiate recurring rate checker for competitors

This endpoint initiates the rate checker for competitors of a specific hotel.

Header Parameters

X-API-KEYstring

Body Parameters

hotelidstring Required

The ID of the selected hotel/property, you can use an ID for your convenience. Can be any string.

competitorsstring Required

The competitors BookingComIDS list of the hotel. You can find them in /properties-list. Please add comma separated with NO SPACES

endpointstring Required

The endpoint for the hotel where you want to receive the data once is ready.

howmanydaysstring

The number of days to get data for, defaults to 90. Pricing is based on 90 days, if you submit 45 days the price will be halved, if you submit 180 price will be doubled

Default value
90
is_one_shotboolean

A flag to indicate if the operation is a one-time event or not, defaults to False. This is useful for one-shot market research.

start_date_fromstring

The start date from which to begin data retrieval in YYYY-MM-DD format. This is useful for seasonal market research.

length_of_staystring

The length of stay in days. You can choose how many nights to get data for. Usualy is 1, but can be more.

Responses

200
Object
Successful Response
422
Object
Validation Error

Response Attributes

detailarray

Show child attributes

Was this section helpful?

What made this section unhelpful for you?

POST

/recurring/rate-checker

Select
1 2 3 4 5 6 7 8 9 10 curl --location 'https://brainy-api-portal-3cuixb5lia-ew.a.run.app/recurring/rate-checker' \ --data '{ "hotelid": "HotelDemo12345", "competitors": "1612456,123456,78910", "endpoint": "https://example.com/endpoint", "howmanydays": "365", "is_one_shot": true, "start_date_from": "2024-10-01", "length_of_stay": "7" }'

Response

Successful Response

Brainy Rms API Solution

The Brainy RMS API Solution is a comprehensive service that provides a set of APIs for managing and interacting with the Room Management System (RMS). It offers functionalities such as retrieving property details, managing room availability, and handling booking operations. This service is designed to streamline the operations of the RMS by providing a robust and efficient interface for communication and data exchange. It ensures high reliability and performance, making it an essential tool for effective RMS management apps.