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
Property | Type | Contract | Description |
---|---|---|---|
|
| required | Client token of the channel manager. |
|
| required | Connection token of a property connection. |
|
| required |
Change Notification Type
Code | Description |
---|---|
| Created |
| Updated |
| Activated |
| Deactivated (in Mews, the whole connection can be disabled) |
| Deleted |
Response
Synchronous simple response is expected to determine whether the update was accepted or not.
Last updated