Channel Manager API
  • Mews Channel Manager API
  • Usage guidelines
    • Authentication
    • Requests
    • Responses
    • Environments
    • Compliance
  • Concepts
    • Restrictions
  • Use cases
    • Channels
    • Inventory updates
  • API Operations (Mews)
    • Configuration
    • Availability blocks
    • Inventory
    • Reservations
  • API Operations (CHM)
    • Availability blocks
    • Inventory
    • Reservations
    • Notifications
  • Your integration journey
    • Certification
    • Certification tests
  • Deprecations
  • Changelog
    • Changelog 2023
    • Changelog 2022
    • Changelog 2021
    • Changelog 2020
    • Changelog 2019
    • Changelog 2018
    • Changelog 2017
Powered by GitBook
On this page
  • Change notification
  • Request
  • Response

Was this helpful?

  1. API Operations (CHM)

Notifications

Change notification

This operation is used by Mews to notify the channel manager when there is a change in the connection configuration. It is optional for the channel manager to implement this endpoint, it is used in case of a fully-automated connection.

The following changes trigger notification:

  • Connection is disabled

  • Connection is enabled

  • Connection is deleted

  • A new connection is created

  • A new space is added to a mapped space category

  • A space category is unmapped or unsynchronized

  • A new rate is mapped

  • A rate is unmapped or unsyncronized

  • A new rate-space category combination is created

Request

[ChannelManagerApiAddress]/changeNotificaton

{
    "clientToken": "[Mews Client token]",
    "connectionToken": "[Token of a concrete connection]",
    "type": 0
}
Property
Type
Contract
Description

clientToken

string

required

Client token of the channel manager.

connectionToken

string

required

Connection token of a property connection.

type

int

required

Change Notification Type

Code
Description

0

Created

1

Updated

2

Activated

3

Deactivated (in Mews, the whole connection can be disabled)

4

Deleted

Response

PreviousReservationsNextYour integration journey

Last updated 1 year ago

Was this helpful?

.

is expected to determine whether the update was accepted or not.

Change Notification Type
Synchronous simple response