Skip to main content

Reservation Detail

POST

/api/v1/generic-api-service/royal/hotel/book/detail

The reservation detail endpoint is used to display the details of the reservation.

curl --location 'https://test-api.etscore.com/api/v1/generic-api-service/royal/hotel/book/detail' \
--header 'Accept-Language: en-us' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>' \
--data '{
"reservationId": "ETSR2014683530"
}'