Reservations Notification Push

HTTP Message Body Model

{
  "reservation_notif": {
    "reservation_notif_id": [
      "155411226779361384952"
    ]
  }
}

Attributes

reservation_notif root node

This is the parent node.

Node multiplicity - 1


reservation_notif_id alphanumeric

Contains the reservation notification ids for which they want to send acknowledgement. This is a unique id generated from Su for each reservation retrieved from OTA(s).

Unbounded


Notification — Node Overview

The message body for reservation notifications is designed to provide a structured format for sending notifications.

  • The request body consists of a reservation_notif root node. This is the parent node.

  • The required child node reservation_notif_id of reservation_notif contains the reservation notification ids for which thay want to send acknowledgement.

  • The required child node reservation_notif_id is a unique id generated from Su for each reservation retrieved from OTA(s).

Last updated

Was this helpful?