Mews Glossary for Open API users

This glossary lists the terms used within the Mews Open API and explains their meaning. The terms are presented in alphabetical order.

Access Token

An Access Token is a unique security token for a given Property integration, which you need in order to access that property's data through the Mews Connector API. The token encodes the permissions granted to that Integration. Integration partners are sent the Access Token by Mews when authorized by the property, alternatively the property can obtain the Access Token directly through Mews Operations, see Find an integration access tokenarrow-up-right. Note that in cases where there is more than one instance of the same Integration in one Property, each instance has a separate Access Token.

In the Connector API, most API endpoints require Access Token, Client Token and Client fields to be included in the request data in order to authenticate the Client and to authorize access to the requested data and services. In the Channel Manager API, on the Mews side, most API endpoints instead require Connection Token and Client Token to perform a similar role.

Access Tokens normally allow access to a single Property or Enterprise, however some tokens may be Portfolio Access Tokens, which allow access to all the properties within a Portfolio.

Accommodation

Accommodation is synonymous with 'Stay' and refers to room-stay based services offered by a Property. These are the main services that properties offer to their customers, in fact a default Stay service is created automatically by Mews and cannot be deleted. Accommodation services are Bookable Services, i.e. they can be reserved or booked prior to a Customer's arrival.

Account

Depending on context, Account could refer to a property account, user account or a financial account. However, the most common meaning of Account is a Customer or Company.

Accounting Category

Accounting Categories are used to categorize Accounting Items (both Orders and Payments) and they are configured differently for each Property. All Accounting Items belong to an Accounting Category. Each Accounting Category has a name, a classification, and associated codes used for accounting purposes. Accounting Category is specified for a Service in the service settings, so when an Order is made against a Service then it uses that Accounting Category.

Additional Services

Additional Services are Services that cannot be purchased when a Reservation is made, unlike Bookable Services. They are additional or extra to the main service, and can be purchased on-site and added to a guest's Bill. Examples include room service, airport transfer and spa services.

Accounting Item

All Order items and Payment items are types of Accounting Item. Order items are consumed items, Payment items are payments or invoices.

ARI

ARI is a general hospitality industry term and stands for Availability, Rates and Inventory.

Availability

Availability is the quantity of Spaces of specified Space Categories (or quantity of Resources of specified Resource Categories ) that are open for sale during a specified time period.

Availability Block

Availability Block is synonymous with Group Block, it implies a block of Inventory set aside for group sales, e.g. a block of guest rooms set aside for a wedding, or a block of rooms set aside for a tour operator. Normally these are a group of similar Spaces belonging to the same Space Category and subject to the same Rate.

Availability Blocks are different than Resource Blocks, which are groups of Spaces taken out of Inventory because they are out-of-service or being used for other purposes.

Bill

A Bill is a financial account for a Customer or Company, synonymous with 'folio'. It can contain a mix of Order items and Payment items. A Bill can be 'open', i.e. you can modify it, or 'closed', i.e. closed to further changes. A closed Bill is assumed to be balanced, i.e. sums to zero, and 'settled' by the Customer or Company.

Note that a Customer Bill is linked to the Customer Profile, not to the Reservation. However, using the API you can still identify the Reservations, Bills and Services that an Accounting Item is linked to.

For more information, search "Bill" in Mews Helparrow-up-right.

Bookable Service

Bookable Services are the main Services in a Property that your guests can book or reserve, such as the default Stay Service. They are displayed on the system timeline and don't depend on any other Service for their purchase, as opposed to Additional Services. See Set up a bookable servicearrow-up-right.

Booker

A Booker is a Customer who makes a Reservation for another Customer. They are not the main Customer linked to the Reservation, who is referred to as the Reservation Owner.

Booking

This term is synonymous with Reservation.

Booking Engine

Booking Engine implies the part of a booking website or app through which users can make bookings in customer properties. The Mews Booking Engine is part of the Mews product portfolio.

Booking Engine API

The Mews Booking Engine API is one of the main APIs within the Mews Open API. It can be used by custom Booking Engines to enable users to check availability and make reservations directly in Mews.

Business Segment

Business Segments, Channel Manager Segments, or just Segments, are used to classify Reservations by attributes relevant to a Property's operations, such as traveler type or whether the Reservation is group or individual. They allow the Property to gather information from reports to identify trends and to target customers more effectively. See Create, modify or delete a segmentarrow-up-right.

Cashier

A Cashier is a role for handling payments. Multiple cashiers can be configured for a Property, and Employees allocated against them. Each cashier has a specified currency that they work in. See Create or delete a cashierarrow-up-right.

Chain

A Chain is a group of multiple Properties or Enterprises under the same management. In the context of the Mews system, Chains are used to define legal relationships between Enterprises, and for sharing certain data which is common across the Chain. Note that Chains are separate to Portfolios used for Multi-property working as part of Mews Multi-Property.

Channel

Channel is shorthand for the sales channel through which Bookings are made, e.g. direct from the Property website, from a Central Reservation System (CRS), from a Global Distribution System (GDS) or from an Online Travel Agent (OTA).

Channel Manager

A Channel Manager is a hub for managing the various sales Channels that a Property may be connected to. Typically a Property would connect its Mews Property Management System (Mews Operations) to a Channel Manager and the Channel Manager would in turn connect to the various Channels. SiteMinder is a well-known example of a Channel Manager.

Mews Operations passes ARI data (Availability, Rates and Inventory) to the Channel Manager, which distributes them to the connected Channels, and Mews Operations receives Reservations from the Channel Manager.

The part of the Mews Open API that supports this two-way functionality is called the Channel Manager API. Typically, this is connected via an Integration to a Channel Manager, however the same API may also be used to connect other sales channels. From the API's point of view, they all have the same functionality, sending outgoing updates of ARI data (Availability, Rates and Inventory) and receiving incoming Reservations.

Channel Manager API

The Mews Channel Manager API is one of the main APIs within the Mews Open API. It is used by Channel Managers and other distribution channels to fetch availability, rates and inventory, and make reservations.

Channel Manager ID

This is another name for the Connection Token used in the Channel Manager API, because each Connection Token identifies a unique Channel Manager Connection (or any other client application connection).

Channel Manager Segment

See Business Segment.

Charge Rule

Charge Rule is the particular method of calculation that the system uses for deriving a Product charge or price, e.g. 'per person per night' implies that the charge is the individual nightly rate multiplied by the number of people and the the number of nights.

Check-in

Check-in is the process of registering a Customer's arrival at a Property at the beginning of their stay, although this may be performed in advance of their physical arrival on site, using an online check-in process. The Mews Open API may describe this process as 'start reservation', implying the start of the reserved period of stay.

Check-out

Check-out is the process of registering a Customer's departure from a Property at the end of their Stay. The Mews Open API may describe this process as 'process reservation', implying that the the Bill has been settled and therefore it can be processed and closed.

Client

The meaning of Client depends on context, but it generally refers to the client application or partner application which is accessing the API and consuming API data and services - thus it is a client of the API. For example, the Client Token is the security token used to uniquely identify the client application.

Client Token

A Client Token is a security token you use to authenticate your application when accessing the API. As such, you should keep this token secure and never share it. You will be provided with the Client Token by Mews during the partner on-boarding process.

Client Tokens are used across the Mews APIs, however there may be differences in detail between individual APIs so please consult the API documentation for the particular API you are using.

In the Connector API, most API endpoints require Access Token, Client Token and Client fields in the request data in order to authenticate the Client and to authorize access to the requested data and services. In the Channel Manager API, on the Mews side, most API endpoints similarly require Connection Token and Client Token.

In the Channel Manager API, on the Channel Manager side, a Client Token is still required, but in this case the client application is the Mews application.

Note that you need a different Client Token to connect to different Mews environments, i.e. one token for the Production environment and a separate token for the Demo environment.

Command

A Command is a command or instruction that the system sends to a physical Device such as an on-premise printer or on-premise key cutter.

Companion

A Companion is a Customer or Guest linked to a Reservation who is not the primary Customer or Owner, but an additional Guest.

Company

Company is a corporate entity linked to a booking or Reservation, for example in the case of a corporate travel booking. Company records which store details about each company are called Company Profiles. Companies can be automatically to incoming Reservations using Channel Manager Mapping Tables.

Travel Agencies are a special type of Company and within the API they may be considered as separate entities.

Complimentary Product Item

A Complimentary Product Item is a zero cost Product Item. The system considers these as 'inactive' and therefore they do not appear in the Accounting Report nor on the Customer Account under Customer profile > Billing. If it is a Stay Product, then it appears against Reservation module > Items. If it is a Service Product, it appears against Customer profile > Dashboard > Orders.

Connection

A Connection represents a single interface instance between a given Channel Manager or other client application and the Channel Manager API (Mews side). The concept of a Connection is unique to the Channel Manager API. Each Connection has an associated Connection Token, which you need to access API data and services via that connection.

Connection Token

A Connection Token is a unique security token for a given Connection that a Channel Manager or other client application makes to the Mews side of the Channel Manager API. You need this in order to access a Property's data through the API. A single client application can make one or more Connections, with each one having a unique Connection Token.

As an integration partner, you are sent the Connection Token by Mews when authorized by the Property, alternatively the Property can obtain the Connection Token through Mews Operations, see for example the Channel manager onboarding guidearrow-up-right and How to switch from one channel manager to anotherarrow-up-right.

You only use the Connection Token when working with the Mews Channel Manager API, the Access Token serves a similar function when working with the Connector API.

If your application supports the getPropertiesarrow-up-right API operation, this can be used to recover the Connection Tokens for all Connections the Property supports for this Client application. In this case, an Employee email address is used as an authorization token.

Connector API

The Mews Connector API is one of the main APIs within the Mews Open API. This should not be confused with Mews Connector, which is a separate system with a similar name. The Connector API is a general-purpose API that gives access to data and services in Mews Operations and supports numerous use cases.

Counter

A Counter is a literal numerical count of something useful such as the number of Bills closed, maintained in real time.

Customer

The normal meaning of Customer within the Mews Open API is the end-customer or consumer of the services that the hospitality Enterprise provides, typically a hotel Guest. If you substitute the word 'guest', you won't go far wrong. The details about a Customer are stored in their Profile. Note that Customer Profiles can exist independently of a Reservation.

Department

Department is an administrative or functional division of a Property, e.g. Housekeeping or Front of House. An Employee may be assigned to a Department, and Tasks may be assigned to Employees or Departments.

Deposit

A Deposit is a sum payed as a first instalment, e.g. against a Reservation, with the intention to pay the balance at a later date, e.g. on Check-out.

Device

The term Device refers to a physical hardware device or system that Mews connects to, such as an on-premise printer or an on-premise key cutter / key encoder.

Distributor

Distributor is the old name for the Mews Booking Engine. As such, there may be references to Distributor in the Booking Engine Guide, especially in URLs, function names and the like. For Distributor, read Mews Booking Engine.

Editable History Interval

Editable History Interval (EHI) is the shorter of the two Editable History Windows (EHW) used in Mews Operations. For a full explanation of these terms and how to interpret them, see Editable History Window.

Editable History Window

Editable History Window (EHW) refers to the historical time window within which amendments are permitted to certain data before they are considered fully closed to editing. It is expressed as a period of time, e.g. 2 days, this means that once the data is 2 days old it can no longer be changed and is considered a frozen historical record.

There are in fact two EHWs and they are separate configuration parameters in Mews Operations: one is the Operational EHW (concerned with Reservations) and the other is the Accounting EHW (concerned with accounting data).

For example, changes are permitted to Bills and invoices after they are closed, for a period of time equal to the Accounting Editable History Window. After that time has elapsed, Bills and invoices can no longer be edited. The same applies to historical Reservations data, these cannot be edited after the Operational Editable History Window time period has elapsed. If you try to post an Accounting Item or Outlet item with a 'consumption time' that falls outside of the permitted editable time period, you will not be permitted to do so and will receive an appropriate error response.

In the Mews Connector API, the Get Configuration operation returns Editable History Interval, which is the shorter of the two Editable History Windows. Any operation that you perform through the API on historical data will therefore be valid if it lies within this interval period, regardless of whether it is related to accounting data or reservation data.

For more information:

Employee

A member of staff at a Property or Enterprise. They may also be referred to as a User of the Mews system, depending on context.

Enterprise

The term Enterprise implies a single Mews customer, either an individual Property such as a hotel or hostel, or some other type of Mews customer which consists of multiple physical properties, such as a campus.

Extra

Additional Products bundled with a Reservation may be described as Extras.

Group

The term Group will rarely be used on its own except in a specific context, since the term Group could refer to a group of Properties (normally a Chain or Enterprise), a Reservation Group, a Group Block, or a Rate Group.

Group Block

See Availability Blocks.

Guest

See Customer. The term Guest is used in some parts of the Mews Open API, but it should be read as the more general term Customer.

Hotel

See Property. The term Hotel is used in some parts of the Mews Open API, but it should be read as the more general term Property.

Integration

When a Property or Enterprise in Mews makes a connection with a partner system, this connection is called an Integration. A Property or Enterprise can have more than one instance of an Integration with a given partner system, but normally it would only have one.

Inventory

The number of Spaces (e.g. guest rooms) available for sale, distributed across sales Channels.

Item

Item could be a Product Item, Order Item, Payment Item or Accounting Item.

Length of Stay

The period of a Customer's stay-over, expressed usually in number of nights.

Mapping Table

Mapping Tables are used to map relationships between Space Categories, Rates, Products and Companies, using abbreviated codes for the respective entities. For example, in the Channel Manager API, 'product mappings' map Rate Plan codes such as "NR" to Product codes such as "AUR".

Marketplace

Marketplace is the app store for Mews integration partners that Mews customers are able to see within their Mews account and from where they can purchase compatible products and services. Learn how to connect and disconnect integrations available in the Mews Marketplacearrow-up-right.

Message

The meaning of the term Message may depend on context, but generally it refers to customer messages (i.e. guest messages) within Mews Operations. The Mews Connector API permits API clients to integrate with the Mews customer messaging system and thus send and receive such messages.

Message Thread

Message threads are conversations initiated by a customer (i.e. a guest), within the customer messaging system of Mews Operations. A message thread consists of one or more Messages.

Multi-property

Mews Multi-Property is an optional module of Mews Operations that supports above-property level functionality, such as central management of users, rates and vouchers, across a Portfolio of multiple Properties. This functionality is reflected in the Mews Connector API through the use of Portfolio Access Tokens.

Open API

The Mews Open API refers to the family of APIs provided by Mews to partners and customers for them to connect and access data and services in Mews. Currently it consists of three separate APIs: Mews Connector API, Mews Channel Manager API, and Mews Booking Engine API. The Mews Open API should not be confused with the term OpenAPI (without the space).

OpenAPI

OpenAPI is a public standard for defining Web APIs. OpenAPI definitions may be available for some or all of the Mews Open API - see the current API documentation for details. The OpenAPI specification was formerly known as Swagger and may still be referred to by that name.

Order

Accounting Items are split into Order items (consumed items, such as night stays or products) and Payment items (such as cash, credit card payments or invoices). Thus an Order is a consumed Service or Product item.

Outlet

An Outlet is a retail outlet or retail location in a Property, such as a bar, restaurant or spa centre. Outlets are used to record revenue and payments that occur external to the Mews system.

While consumed items that are to be settled later by a guest or corporate account are posted to their respective Customer Profiles in Mews, items that have been consumed AND paid for should be posted to Outlets.

You can read more about how properties use Outletsarrow-up-right and how the figures appear on the Mews Accounting Reportarrow-up-right.

Owner

The Owner of a Reservation is the primary Customer linked to the Reservation, i.e. the primary Guest. Additional Guests are known as Companions.

Package

Package implies a bundle of Services and service-related Products, e.g. if a room-stay is booked together with a spa treatment, or a room-stay with breakfast.

Product rules can be used to create packages where Products are automatically added to a Reservation when it is made. See Package products with accommodationarrow-up-right.

Paymaster

A Paymaster account is a type of financial account used to compile charges into a single Bill and issue a single invoice. This could be used for issuing a Bill to a non-resident customer who doesn't have a Profile on the system (also known as a Lobby Bar Paymaster), or to a Travel Agent or other Company which wants to receive a regular invoice for all their bookings with multiple Customers (also known as a City Ledger Paymaster).

Payment

Accounting Items are split into Order items (consumed items, such as night stays or products) and Payment items (such as cash, credit card payments or invoices). Thus a Payment is a financial payment on an account.

Payment Card

A Payment Card is a payment device in the form of a physical card or its electronic equivalent issued by a financial institution and which enables its owner to authorize payments from the owner's financial account. A Payment Card is associated with a Customer or Company. Multiple Payment Cards can be linked to a Profile, see Adding a new payment cardarrow-up-right.

Portfolio

A Portfolio is a collection of Properties or Enterprises that form part of a single group, for the purposes of centralised management of that group when using Mews Multi-Property. See also Multi-property.

Portfolio Access Token

Portfolio Access Tokens are special types of Access Token that grant access to all Properties or Enterprises within a Portfolio, rather than just a single Property or Enterprise. These are used to facilitate Multi-property functionality through the Mews Open API. API operations that support Portfolio Access Tokens may work across all Enterprises within scope of the token, or you may specify which individual Enterprise from within the Portfolio you wish the operation to work with.

Preauthorization

Preauthorization or pre-authorization (often abbreviated 'pre-auth') is a Payment Card provider service which puts a time-limited hold on an amount authorized by the card owner, reducing the available funds, until the transaction is 'cleared' or 'settled' or cancelled.

You might use this for instance when a Reservation is made to ensure that the account holder has sufficient funds to settle the Bill, as the service fails if insufficient funds are available.

A Preauthorization does not take the funds immediately but puts a temporary hold on them. The length of time for the hold can vary.

Price

Price is the amount of money expected in exchange for goods and services, its use depends on context but usually in the Mews Open API it refers to the price of a Reservation. The system calculates this from the nightly rate and the number of nights of the Stay.

Product

A Product is a purchasable item linked to a Service. Although all Products are associated with Services, those linked to Stay Services are sometimes called Stay Products (or Reservation Products) and those linked to other Services are sometimes called Service Products.

Products can be items that can be purchased in their own right, or they can be 'relative products', meaning that they are defined relative to another product, e.g. a discounted version of the original product is a relative product which can have a price expressed as a percentage.

Additional Products bundled with a Reservation may also be described as Extras.

Product Item

Product Item is an instance of a Product added to a Customer's Bill.

Product Rule

Product Rules are the rules that Mews uses for automatically creating Packages, i.e. they are a set of rules that automatically add or remove Products from a Reservation when it is made. See Packages. You configure Product Rules as part of setting up Rates.

Product Service Order

Product Service Order is the name given to an Order made against an Additional Service (e.g. breakfast or minibar), as opposed to a Reservation. Some care is needed here, as this is strictly an Additional Service Order and not to be confused with Products.

Profile

In its general sense, a Profile is a 'record of details' about some entity, such as a Customer, stored on the system as a data record. Typically, the term Profile implies the encapsulated details about a Customer (a Customer Profile or Guest Profile) or a Company (a Company Profile). In some cases, the term may refer to the encapsulated details about a User on the Mews system (a User Profile). Sometimes the term is used explicitly, but sometimes the term Customer, Company or User, when used on their own, implies a Profile.

Property

Property is a general hospitality industry term to refer to a single hotel, hostel, resort, apartment building, cruise ship or other similar entity providing lodgings and hospitality. Thus a Property is an individual hospitality business that is a user and customer of Mews.

Rate

Rate is the term used to describe the price per night for a Stay . It depends on a number of factors, including the type of Space and the date. Sometimes a Rate is a relative rate based on a 'base rate'.

Rate Group

A Rate Group is a grouping of Rates that all share the same cancellation policies. For example, all 'flexible rates' would be one Rate Group, all 'non-refundable rates' would be another Rate Group, and all 'corporate rates' would be another Rate Group.

Rate Plan

Rate Plan is synonymous with Rate.

Reservation

Reservation has the normal hospitality meaning, i.e. a contract between a Property and a named Customer or agent to set aside a category of Space and/or provide some hospitality Service for a specified period of time, such as a guest bedroom for a specific date and duration (in this case a Stay Reservation). The contract would also contain a Price and terms and conditions such as a cancellation policy.

Reservation Group

A Reservation Group is a collection of associated Reservations. They are collected together and given a group name for easy reference. A group would include all Reservations for a wedding party or corporate event, for example.

Resource

A Resource is something that can be sold, reserved or used. This could be an object or even the services of a person, but normally in our context it refers to a physical accommodation-based resource such as a hotel room, for which we use the general term Space. In simple terms, a hotel room is a type of Space, and a Space is a type of Resource.

The Mews SpaceTime projectarrow-up-right has broadened the scope of reservable entities from Rooms to Spaces to Resources, and this remains an on-going project. As a result, within the Mews Open API you may see references to Resources and corresponding Resource Categories, but you may also see references to Spaces and corresponding Space Categories. In most cases you will probably find that they correspond to the same thing, i.e. hotel rooms.

Resource Access Token

A Resource Access Token is a general term for a time-limited security token granting access to a specified resource. In practise within Mews this means a PIN code (Personal Identification Number) or RFID tag (Radio Frequency ID) which may be in the form of a physical card, tag, wristband or digital equivalent used to access services, doors or similar within a Property.

Note a Resource Access Token is completely separate from and unrelated to the Access Token used by Client applications to access the Mews Open API; and the word 'resource' is used in the broadest sense and does not necessarily imply a Space.

Resource Block

Resource Blocks are groups of Resources or Spaces that you take out of Inventory because they are temporarily out-of-service or being used for other purposes.

Do not confuse Resource Blocks with Availability Blocks, which are groups of Spaces taken out of Inventory because they are set aside for group sales.

Resource Category

This is the category to which a Resource belongs, analogous to Space Category but at a higher level of abstraction. For the difference between these concepts, see Resource and Space.

Restriction

Restrictions are specified limitations on Space Availability, for example the restriction that a Space Category is only available if booked for a minimum Length of Stay (LOS) or the restriction that a Space Category is 'closed to arrival'.

Room

The term Room implies a hotel room or a function room, however the term is rarely used within the Mews Open API, instead the more general term Space is used, or in some cases the even more general term Resource. A room such as a guest bedroom or suite is a type of Space, but a Space may also be a car parking bay or a function room.

Rule

The meaning of Rule depends on context, but may be a Product Rule or a Charge Rule.

Segment

See Business Segment.

Service

A Service is any type of saleable hospitality service provided by a Property, including an accommodation service or room-stay. The definition is quite broad, and could include a taxi service, room service or minibar service. All items that can be consumed by a Customer are made against a Service.

These can be Bookable Services or Additional Services. Bookable Services are ones that can be purchased when a Reservation is made. Additional Services cannot be purchased when a Reservation is made, but can be purchased on-site and manually added to a Customer Bill.

The default Bookable Service is the Stay Service, which Mews creates automatically and which cannot be deleted, so every Property has a Stay Service.

Services can have a service fee, and can also have associated Products. All Products are linked to Services. Some Products are bundled with a Service when the Reservation is made, according to configured Product Rules, this is called a Package.

You can read more about the relationship between services and products in Understanding servicesarrow-up-right.

Service Order

A Service Order is an Order made against a Service. An Order made against a Bookable Service is known as a Reservation. Thus a Reservation is a type of Service Order.

When we think of Reservation, we normally think of a Stay Reservation (i.e. booking one's stay at a property). This is simply an Order made against the default Stay Service . But a Reservation in the broadest sense could be an Order made against any Bookable Service, e.g. car parking or a tennis court.

An Order made against an Additional Service (e.g. breakfast or minibar) is known as a Product Service Order. Some care is needed here, as this is strictly an Additional Service Order and not to be confused with Products.

In summary, A Service Order is one of two types, either a Reservation (an Order against a Bookable Service) or a Product Service Order (an Order against an Additional Service).

Service Product

A Product is a purchasable item linked to a Service. Although all Products are associated with Services, those linked to Stay Services are sometimes called Stay Products (or Reservation Products) and those linked to other Services are sometimes called Service Products.

Thus Service Products are Products which can be booked against a Customer Profile without being linked to a Reservation.

Space

A Space is a bookable, location-based Resource such as a bed, guest room, dormitory, apartment, function room, tennis court or car parking bay which can be sold on the basis of a Reservation for a specified date/time and duration. It is used in preference to the more restricted definition of 'room'.

In practice, most spaces are accommodation-based resources such as beds, guest rooms and dormitories, booked on a nightly stay basis, and some parts of the Mews Open API and some partner Integrations may make that assumption.

For more information about the Mews vision for space resources, see the Mews Devs blog post about Project Spacetimearrow-up-right.

Space Category

Space Category is the named category of Space which Mews uses when calculating Availability and when distributing ARI (Availability, Rates and Inventory) to sales Channels. For example, a hotel might have a Space Category of "double room", "twin room" or "single room".

Space Category is different than Space Type, which is one of the parameters used within Mews Operations to define a Space Category. Space Type defines what the type of Space is, e.g. room, dorm, car parking bay.

Confusion can arise because in traditional systems Space Category is equivalent to 'room type', this has led to it naturally being referred to as 'space type', in fact within the Channel Manager API, SpaceTypeCode is used in this way in Inventory mappings. SpaceTypeCode actually refers to a Space Category, despite the name.

Furthermore, to avoid confusion between the terms 'category' and 'type' within the Channel Manager API, actual Space Types (as defined in this Glossary) are referred to instead as 'space classifications'.

In summary:

  • Within the Channel Manager API, the terms 'space category', 'space type' and 'space type code' all refer to Space Category

  • Within the Channel Manager API, the term 'space classification' refers to Space Type

Space Classification

Space Classification defines what the type of Space is, e.g. room, dorm, car parking bay. The term is used in the Channel Manager API and is synonymous with Space Type within Mews Operations. The Channel Manager API avoids using the term 'space type' so as not to confuse it with Space Category.

Space Type

Space Type defines what the type of Space is, e.g. room, dorm, car parking bay. Space Type is one of the parameters used to define a given Space Category, and the two are different. In order to avoid confusion, within the Channel Manager API Space Type is instead referred to as 'space classification'.

State

State is a general term whose meaning depends on the context. In the Mews Open API it could refer to:

  • Bill state, e.g. open or closed

  • Preauthorization state, e.g. chargeable, expired, cancelled, charged

  • Task state, e.g. open or closed

  • Payment item state, e.g. charged, cancelled, pending, failed, verifying

Stay

Stay is synonymous with Accommodation and refers to room-stay based Services offered by a Property. These are the main Services that Properties offer to their Customers, in fact Mews automatically creates a default Stay service and you cannot delete it. Stay services are Bookable Services, i.e. they can be reserved prior to a Customer's arrival.

Stay Product

A Product is a purchasable item linked to a Service. Although all Products are associated with Services, those linked to Stay Services are sometimes called Stay Products (or Reservation Products) and those linked to other Services are sometimes called Service Products.

Thus Stay Products are bookable Stay Products linked to a Reservation.

Swagger

Swagger is the old name for the OpenAPI specification.

Task

Tasks are pieces of work that need to be done within the Property. Tasks can be created within Mews Operations and allocated to Employees or Departments to complete them. An Employee logging in to Mews Operations sees their pending tasks on the Dashboard.

Travel Agency

A Travel Agency is a special type of Company, representing a booking agent. Like other Companies, Mews stores the details of the Travel Agency in a Profile, and like other Companies they can be attached to a booking or Reservation. This can be set up automatically using Channel Manager Mapping Tables.

Since Travel Agencies are a special type of Company, within the API they may be considered as separate entities.

User

A User is an Enterprise Employee who has an account on the Mews system.

Voucher

A Voucher is a coupon or token that gives Customers or Companies access to special Rates. A Voucher is linked to a private Rate, i.e. a Rate that is not distributed publicly. The Voucher may be in physical form, but may simply be a unique identifying code.

Last updated

Was this helpful?