Get Booking by ID

Retrieves a specific booking by its unique identifier.

Endpoint

GET /bookings/{id}

Authentication

Required: Authorization header with valid token

Path Parameters

ParameterTypeRequiredDescription
iduuidYesUnique identifier of the booking

Response

BookingEntity Schema

Error

Error Schema

Example Usage

Get booking by ID

curl -X GET "https://integration-api.ram.syniotec.com/master-data/v1/booking-management/bookings/123e4567-e89b-12d3-a456-426614174000" \
  -H "Authorization: Bearer YOUR_TOKEN"