Revenue Groups

We are pleased to announce a new feature in our revenue_categories API to enhance the categorization and mapping of booking revenue summaries. To facilitate a more standardized approach, we have introduced a new attribute called revenue_group.

What’s New?

The revenue_group attribute allows you to categorize revenue into one of the following standardized values:

food beverage av room_rental miscellaneous

How Does This Help?

With the revenue_group attribute, you can easily map the customized revenue categories to these standardized groups, enabling more consistent and meaningful revenue analysis and reporting across different hotel operations.

Example Usage

When querying the revenue_categories endpoint, you will now see the revenue_group attribute in the response:

{  
  "id": "12345",  
  "title": "Food",  
  "revenue_group": "food"  
}