Get Booking By External Id

Retrieves a booking using its external system identifier.

Endpoint

GET /bookings/external-id/{externalId}

Authentication

Required: Authorization header with valid token

Path Parameters

ParameterTypeRequiredDescription
externalIdstringYesExternal system identifier

Response

BookingEntity Schema

Error

Error Schema

Example Usage

curl -X GET "https://integration-api.ram.syniotec.com/master-data/v1/booking-management/bookings/externalId/EXT_BOOKING_001" \
  -H "Authorization: Bearer YOUR_TOKEN"