Review Reply

Partners can reply to guest reviews on the supported channel, i.e., Booking.com.


Endpoint

POST

https://connect-sandbox.su-api.com/SUAPI/jservice/review/reply

Attributes

hotel_id alphanumeric (Required)

Specifies the hotel ID for the property.


channel_id alphanumeric (Required)

Identifier of the distribution channel (OTA).


channel_property_id alphanumeric (Required)

Specifies the channel-specific hotel ID.


channel_review_id string (Required)

Specifies the channel-specific review ID


review_reply string (Required)

Specifies the reply from the partner for the review.


Sample Request

{
  "hotel_id": "Test256",
  "channel_id": "19",
  "channel_property_id": "12837615",
  "channel_review_id": "19_xyz",
  "review_reply": "Thank you for your feedback!"
}

Response

Sample Success Response

{
  "Status": "Success",
  "Warnings": [],
  "Errors": [],
  "Message": "Review replied successfully",
  "Ruid": ""
}

Sample Error Response

{
  "Errors": {
    "Code": "558",
    "ShortText": "hotel_id: Invalid HotelCode (MEE1)"
  },
  "Status": "Fail"
}

Response Body Element

Status string

Indicates the result of the API call.

Will be "Success" for successful operations.

Will be always "Fail" in case of an error response.


Data object

The response data, the root element.


Message string

The message in the response.


Code string

Specific error code that helps identify the type of error.


ShortText string

A short description of the error.

Indicates channel room id and rate id.


Status string

Indicates the result of the API call.

Will be "Success" for successful operations.

Last updated

Was this helpful?