Retrieves a booking using its external system identifier.
Endpoint
GET /bookings/external-id/{externalId}Authentication
Required: Authorization header with valid token
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
externalId | string | Yes | External system identifier |
Response
Error
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"